forked from PAWPAW-Mirror/lib_xua
module_build_info update and scripted changelog updates
This commit is contained in:
@@ -3,30 +3,46 @@ lib_xua Change Log
|
|||||||
|
|
||||||
0.1.1
|
0.1.1
|
||||||
-----
|
-----
|
||||||
- RESOLVED: Configurations where I2S_CHANS_DAC and I2S_CHANS_ADC are both 0 now build
|
|
||||||
|
* RESOLVED: Configurations where I2S_CHANS_DAC and I2S_CHANS_ADC are both 0
|
||||||
|
now build
|
||||||
|
|
||||||
|
* Changes to dependencies:
|
||||||
|
|
||||||
|
- lib_logging: Added dependency 2.1.1
|
||||||
|
|
||||||
|
- lib_xud: Added dependency 0.1.0
|
||||||
|
|
||||||
0.1.0
|
0.1.0
|
||||||
-----
|
-----
|
||||||
- ADDED: FB_USE_REF_CLOCK to allow feedback generation from xCORE internal reference
|
|
||||||
- ADDED: Linux Makefile for xmosdfu host application
|
* ADDED: FB_USE_REF_CLOCK to allow feedback generation from xCORE
|
||||||
- ADDED: Raspberry Pi Makefile for xmosdfu host application
|
internal reference
|
||||||
- ADDED: Documentation of PID argument to xmosdfu
|
* ADDED: Linux Makefile for xmosdfu host application
|
||||||
- ADDED: Optional build time microphone delay line (MIC_BUFFER_DEPTH)
|
* ADDED: Raspberry Pi Makefile for xmosdfu host application
|
||||||
- CHANGE: Removal of audManage_if, users should define their own interfaces as required
|
* ADDED: Documentation of PID argument to xmosdfu
|
||||||
- CHANGE: Vendor specific control interface in UAC1 descriptor now has a string descriptor
|
* ADDED: Optional build time microphone delay line (MIC_BUFFER_DEPTH)
|
||||||
so it shows up with a descriptive name in Windows Device Manager
|
* CHANGE: Removal of audManage_if, users should define their own
|
||||||
- CHANGE: DFU_BCD_DEVICE removed (now uses BCD_DEVICE)
|
interfaces as required
|
||||||
- CHANGE: Renaming in descriptors.h to avoid clashes with application
|
* CHANGE: Vendor specific control interface in UAC1 descriptor now has a
|
||||||
- CHANGE: Make device reboot function no-argument (was one channel end)
|
string descriptor so it shows up with a descriptive name in Windows Device
|
||||||
- RESOLVED: FIR gain compensation for PDM mics set incorrectly for divide of 8
|
Manager
|
||||||
- RESOLVED: Incorrect xmosdfu DYLD path in test script code
|
* CHANGE: DFU_BCD_DEVICE removed (now uses BCD_DEVICE)
|
||||||
- RESOLVED: xmosdfu cannot find XMOS device on modern MacBook Pro (#17897)
|
* CHANGE: Renaming in descriptors.h to avoid clashes with application
|
||||||
- RESOLVED: Issue when feedback is initially incorrect when two SOF's are not yet received
|
* CHANGE: Make device reboot function no-argument (was one channel end)
|
||||||
- RESOLVED: AUDIO_TILE and PDM_TILE may now share the same value/tile
|
* RESOLVED: FIR gain compensation for PDM mics set incorrectly for divide of
|
||||||
- RESOLVED: Cope with out of order interface numbers in xmosdfu
|
8
|
||||||
- RESOLVED: DSD playback not functional on xCORE-200 (introduced in sc_usb_audio 6.14)
|
* RESOLVED: Incorrect xmosdfu DYLD path in test script code
|
||||||
- RESOLVED: Improvements made to clock sync code in TDM slave mode
|
* RESOLVED: xmosdfu cannot find XMOS device on modern MacBook Pro (#17897)
|
||||||
|
* RESOLVED: Issue when feedback is initially incorrect when two SOF's are
|
||||||
|
not yet received
|
||||||
|
* RESOLVED: AUDIO_TILE and PDM_TILE may now share the same value/tile
|
||||||
|
* RESOLVED: Cope with out of order interface numbers in xmosdfu
|
||||||
|
* RESOLVED: DSD playback not functional on xCORE-200 (introduced in
|
||||||
|
sc_usb_audio 6.14)
|
||||||
|
* RESOLVED: Improvements made to clock sync code in TDM slave mode
|
||||||
|
|
||||||
|
|
||||||
Legacy release history
|
Legacy release history
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
@@ -308,3 +324,4 @@ Legacy release history
|
|||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
Please see changelog in sw_usb_audio for changes prior to 6.8.0 release.
|
Please see changelog in sw_usb_audio for changes prior to 6.8.0 release.
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ MODULE_XCC_FLAGS = $(XCC_FLAGS) -O3 -DREF_CLK_FREQ=100 -fasm-linenum -fcomment-a
|
|||||||
|
|
||||||
OPTIONAL_HEADERS += xua_conf.h
|
OPTIONAL_HEADERS += xua_conf.h
|
||||||
|
|
||||||
VERSION = 0.1.0
|
VERSION = 0.1.1
|
||||||
|
|
||||||
DEPENDENT_MODULES = lib_logging(>=2.0.0) lib_xud(>=0.1.0)
|
DEPENDENT_MODULES = lib_logging(>=2.0.0) lib_xud(>=0.1.0)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user