5 Commits

Author SHA1 Message Date
xross
66adce4150 'Release: 3.2.0rc1' 2022-06-01 16:41:10 +01:00
xross
638a4f0d16 Bulk copyright comment update 2022-06-01 14:47:58 +01:00
xross
88251feef6 Merge branch 'develop' 2022-06-01 14:40:12 +01:00
xross
a28dbded86 Update reps in module_build info 2022-06-01 14:39:39 +01:00
xross
51d5c4bdb2 Changelog update 2022-06-01 14:34:35 +01:00
27 changed files with 41 additions and 40 deletions

View File

@@ -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
----- -----

View File

@@ -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)

View File

@@ -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)

View File

@@ -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__

View File

@@ -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>

View File

@@ -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_

View File

@@ -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)

View File

@@ -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__

View File

@@ -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_

View File

@@ -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)

View File

@@ -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>

View File

@@ -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__

View File

@@ -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_

View File

@@ -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__

View File

@@ -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>

View File

@@ -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

View File

@@ -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__

View File

@@ -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 \

View File

@@ -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)

View File

@@ -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"

View File

@@ -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

View File

@@ -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"

View File

@@ -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 */

View File

@@ -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"

View File

@@ -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>

View File

@@ -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.
/** /**

View File

@@ -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__