forked from PAWPAW-Mirror/lib_xua
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
66adce4150 | ||
|
|
638a4f0d16 | ||
|
|
88251feef6 | ||
|
|
a28dbded86 | ||
|
|
51d5c4bdb2 |
@@ -9,8 +9,8 @@ lib_xua Change Log
|
|||||||
* CHANGED: Explicit feedback EP enabled by default (see
|
* CHANGED: Explicit feedback EP enabled by default (see
|
||||||
UAC_FORCE_FEEDBACK_EP)
|
UAC_FORCE_FEEDBACK_EP)
|
||||||
* FIXED: Incorrect conditional compilation of HID report code
|
* FIXED: Incorrect conditional compilation of HID report code
|
||||||
* FIXED: Input/output descriptors written when input/output not enabled. (Audio
|
* FIXED: Input/output descriptors written when input/output not enabled.
|
||||||
class 1.0 mode using XUA_USB_DESCRIPTOR_OVERWRITE_RATE_RES)
|
(Audio class 1.0 mode using XUA_USB_DESCRIPTOR_OVERWRITE_RATE_RES)
|
||||||
|
|
||||||
* Changes to dependencies:
|
* Changes to dependencies:
|
||||||
|
|
||||||
@@ -20,13 +20,13 @@ lib_xua Change Log
|
|||||||
|
|
||||||
- lib_logging: 3.0.0 -> 3.1.1
|
- lib_logging: 3.0.0 -> 3.1.1
|
||||||
|
|
||||||
- lib_mic_array: 4.0.0 -> 4.3.0
|
- lib_mic_array: 4.0.0 -> 4.5.0
|
||||||
|
|
||||||
- lib_spdif: 4.0.0 -> 4.1.0
|
- lib_spdif: 4.0.0 -> 4.1.0
|
||||||
|
|
||||||
- lib_xassert: 4.0.0 -> 4.1.0
|
- lib_xassert: 4.0.0 -> 4.1.0
|
||||||
|
|
||||||
- lib_xud: 2.0.0 -> 2.2.0
|
- lib_xud: 2.0.0 -> 2.1.0
|
||||||
|
|
||||||
3.1.0
|
3.1.0
|
||||||
-----
|
-----
|
||||||
|
|||||||
15
README.rst
15
README.rst
@@ -1,7 +1,8 @@
|
|||||||
lib_xua
|
lib_xua
|
||||||
=======
|
=======
|
||||||
|
|
||||||
:Latest release: 3.2.0rc0
|
:Latest release: 3.2.0rc1
|
||||||
|
|
||||||
|
|
||||||
:Scope: General Use
|
:Scope: General Use
|
||||||
|
|
||||||
@@ -73,11 +74,11 @@ The following application notes use this library:
|
|||||||
Required software (dependencies)
|
Required software (dependencies)
|
||||||
================================
|
================================
|
||||||
|
|
||||||
* lib_logging (git@github.com:xmos/lib_logging.git)
|
|
||||||
* lib_xassert (git@github.com:xmos/lib_xassert.git)
|
|
||||||
* lib_xud (git@github.com:xmos/lib_xud.git)
|
|
||||||
* lib_spdif (git@github.com:xmos/lib_spdif.git)
|
|
||||||
* lib_mic_array (git@github.com:xmos/lib_mic_array.git)
|
|
||||||
* lib_dsp (git@github.com:xmos/lib_dsp)
|
|
||||||
* lib_locks (git@github.com:xmos/lib_locks.git)
|
* lib_locks (git@github.com:xmos/lib_locks.git)
|
||||||
|
* lib_logging (git@github.com:xmos/lib_logging)
|
||||||
|
* lib_mic_array (git@github.com:xmos/lib_mic_array.git)
|
||||||
|
* lib_xassert (git@github.com:xmos/lib_xassert)
|
||||||
|
* lib_dsp (git@github.com:xmos/lib_dsp)
|
||||||
|
* lib_spdif (git@github.com:xmos/lib_spdif)
|
||||||
|
* lib_xud (git@github.com:xmos/lib_xud)
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright 2017-2021 XMOS LIMITED.
|
// Copyright 2017-2022 XMOS LIMITED.
|
||||||
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
|
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
|
||||||
|
|
||||||
/* A very simple *example* of a USB audio application (and as such is un-verified for production)
|
/* A very simple *example* of a USB audio application (and as such is un-verified for production)
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright 2021 XMOS LIMITED.
|
// Copyright 2021-2022 XMOS LIMITED.
|
||||||
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
|
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
|
||||||
#ifndef __hid_report_descriptor_h__
|
#ifndef __hid_report_descriptor_h__
|
||||||
#define __hid_report_descriptor_h__
|
#define __hid_report_descriptor_h__
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright 2016-2021 XMOS LIMITED.
|
// Copyright 2016-2022 XMOS LIMITED.
|
||||||
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
|
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
|
||||||
|
|
||||||
#include <platform.h>
|
#include <platform.h>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright 2017-2021 XMOS LIMITED.
|
// Copyright 2017-2022 XMOS LIMITED.
|
||||||
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
|
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
|
||||||
|
|
||||||
#ifndef _XUA_CONF_H_
|
#ifndef _XUA_CONF_H_
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright 2017-2021 XMOS LIMITED.
|
// Copyright 2017-2022 XMOS LIMITED.
|
||||||
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
|
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
|
||||||
|
|
||||||
/* A very simple *example* of a USB audio application (and as such is un-verified for production)
|
/* A very simple *example* of a USB audio application (and as such is un-verified for production)
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright 2021 XMOS LIMITED.
|
// Copyright 2021-2022 XMOS LIMITED.
|
||||||
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
|
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
|
||||||
#ifndef __hid_report_descriptor_h__
|
#ifndef __hid_report_descriptor_h__
|
||||||
#define __hid_report_descriptor_h__
|
#define __hid_report_descriptor_h__
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright 2017-2021 XMOS LIMITED.
|
// Copyright 2017-2022 XMOS LIMITED.
|
||||||
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
|
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
|
||||||
|
|
||||||
#ifndef _XUA_CONF_H_
|
#ifndef _XUA_CONF_H_
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright 2017-2021 XMOS LIMITED.
|
// Copyright 2017-2022 XMOS LIMITED.
|
||||||
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
|
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
|
||||||
|
|
||||||
/* A very simple *example* of a USB audio application (and as such is un-verified for production)
|
/* A very simple *example* of a USB audio application (and as such is un-verified for production)
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright 2017-2021 XMOS LIMITED.
|
// Copyright 2017-2022 XMOS LIMITED.
|
||||||
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
|
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
|
||||||
|
|
||||||
#include <xs1.h>
|
#include <xs1.h>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright 2021 XMOS LIMITED.
|
// Copyright 2021-2022 XMOS LIMITED.
|
||||||
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
|
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
|
||||||
#ifndef __hid_report_descriptor_h__
|
#ifndef __hid_report_descriptor_h__
|
||||||
#define __hid_report_descriptor_h__
|
#define __hid_report_descriptor_h__
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright 2017-2021 XMOS LIMITED.
|
// Copyright 2017-2022 XMOS LIMITED.
|
||||||
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
|
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
|
||||||
|
|
||||||
#ifndef _XUA_CONF_H_
|
#ifndef _XUA_CONF_H_
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright 2021 XMOS LIMITED.
|
// Copyright 2021-2022 XMOS LIMITED.
|
||||||
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
|
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
|
||||||
#ifndef __hid_report_descriptor_h__
|
#ifndef __hid_report_descriptor_h__
|
||||||
#define __hid_report_descriptor_h__
|
#define __hid_report_descriptor_h__
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright 2016-2021 XMOS LIMITED.
|
// Copyright 2016-2022 XMOS LIMITED.
|
||||||
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
|
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
|
||||||
#include <platform.h>
|
#include <platform.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright 2016-2021 XMOS LIMITED.
|
// Copyright 2016-2022 XMOS LIMITED.
|
||||||
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
|
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
|
||||||
#ifdef SIMULATION
|
#ifdef SIMULATION
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright 2011-2021 XMOS LIMITED.
|
// Copyright 2011-2022 XMOS LIMITED.
|
||||||
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
|
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
|
||||||
#ifndef __XUA_AUDIOHUB_H__
|
#ifndef __XUA_AUDIOHUB_H__
|
||||||
#define __XUA_AUDIOHUB_H__
|
#define __XUA_AUDIOHUB_H__
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
VERSION = 3.2.0
|
VERSION = 3.2.0
|
||||||
|
|
||||||
DEPENDENT_MODULES = lib_logging(>=3.1.0) \
|
DEPENDENT_MODULES = lib_locks(>=2.1.0) \
|
||||||
|
lib_logging(>=3.1.1) \
|
||||||
|
lib_mic_array(>=4.5.0) \
|
||||||
|
lib_spdif(>=4.1.0) \
|
||||||
lib_xassert(>=4.1.0) \
|
lib_xassert(>=4.1.0) \
|
||||||
lib_xud(>=2.0.2) \
|
lib_xud(>=2.1.0)
|
||||||
lib_spdif(>=4.0.0) \
|
|
||||||
lib_mic_array(>=4.0.0) \
|
|
||||||
lib_locks(>=2.1.0)
|
|
||||||
|
|
||||||
MODULE_XCC_FLAGS = $(XCC_FLAGS) \
|
MODULE_XCC_FLAGS = $(XCC_FLAGS) \
|
||||||
-O3 \
|
-O3 \
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright 2018-2021 XMOS LIMITED.
|
// Copyright 2018-2022 XMOS LIMITED.
|
||||||
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
|
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
|
||||||
|
|
||||||
#if (DSD_CHANS_DAC != 0)
|
#if (DSD_CHANS_DAC != 0)
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright 2018-2021 XMOS LIMITED.
|
// Copyright 2018-2022 XMOS LIMITED.
|
||||||
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
|
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
|
||||||
#include "xua.h"
|
#include "xua.h"
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright 2011-2021 XMOS LIMITED.
|
// Copyright 2011-2022 XMOS LIMITED.
|
||||||
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
|
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
|
||||||
/**
|
/**
|
||||||
* @file xua_audiohub.xc
|
* @file xua_audiohub.xc
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright 2011-2021 XMOS LIMITED.
|
// Copyright 2011-2022 XMOS LIMITED.
|
||||||
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
|
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
|
||||||
#include "xua.h"
|
#include "xua.h"
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright 2012-2021 XMOS LIMITED.
|
// Copyright 2012-2022 XMOS LIMITED.
|
||||||
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
|
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
|
||||||
|
|
||||||
#include "xua.h" /* Device specific defines */
|
#include "xua.h" /* Device specific defines */
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright 2015-2021 XMOS LIMITED.
|
// Copyright 2015-2022 XMOS LIMITED.
|
||||||
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
|
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
|
||||||
|
|
||||||
#include "xua.h"
|
#include "xua.h"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright 2011-2021 XMOS LIMITED.
|
// Copyright 2011-2022 XMOS LIMITED.
|
||||||
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
|
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
|
||||||
#include <xs1.h>
|
#include <xs1.h>
|
||||||
#include <platform.h>
|
#include <platform.h>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright 2021 XMOS LIMITED.
|
// Copyright 2021-2022 XMOS LIMITED.
|
||||||
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
|
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright 2021 XMOS LIMITED.
|
// Copyright 2021-2022 XMOS LIMITED.
|
||||||
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
|
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
|
||||||
|
|
||||||
#ifndef __hid_report_descriptor_h__
|
#ifndef __hid_report_descriptor_h__
|
||||||
|
|||||||
Reference in New Issue
Block a user