Mike Bruno
|
f69f25bc48
|
Allow lib_xua to drive its DACs even when there are no output USB channels
This makes more sense since the number of DAC output channels is independent
of the number of USB output channels
|
2018-01-10 15:58:27 -05:00 |
|
Mike Bruno
|
555ab22aca
|
Add wscript for xwaf
|
2018-01-10 15:58:27 -05:00 |
|
xross
|
d1d00522b3
|
Fixes #12
|
2018-01-08 15:29:31 +00:00 |
|
xross
|
f263cb04ce
|
Patches up #11
|
2018-01-08 14:39:06 +00:00 |
|
xross
|
a0db0f899f
|
Buffer file arrangement tidy
|
2018-01-08 13:24:45 +00:00 |
|
xross
|
444645d82f
|
Resolved build issue related to XS2 DSD fix
|
2018-01-08 12:43:53 +00:00 |
|
xross
|
9da859afe3
|
Chnagelog update
|
2018-01-08 11:59:31 +00:00 |
|
xross
|
1324d33fdf
|
Manually applied XS2 DSD fix - could not easily cherry pick due to conflicts
|
2018-01-08 11:58:19 +00:00 |
|
xross
|
9a55664082
|
Merge branch 'master' of github.com:xmos/lib_xua
|
2018-01-08 11:41:01 +00:00 |
|
xross
|
378ad353b1
|
CHANGELOG tidy
|
2018-01-08 11:40:49 +00:00 |
|
xross
|
b8affc134a
|
Merge branch 'master' of github.com:xmos/lib_xua
|
2018-01-08 11:38:38 +00:00 |
|
xross
|
727de0ac11
|
Added basic PDM mic delay (based on MIC_BUFFER_DEPTH). Default, 1 sample.
|
2018-01-08 11:38:26 +00:00 |
|
xross
|
90b8fe26cc
|
Added XUA_ENDPOINT_COUNT_CUSTOM_IN/OUT define
|
2018-01-08 11:37:02 +00:00 |
|
xross
|
94432b4a03
|
ADAT related build fixes
|
2018-01-04 16:02:20 +00:00 |
|
xross
|
ca3644ca09
|
Syntax error in main with digital RX
|
2018-01-04 12:40:01 +00:00 |
|
xross
|
3b24c5ed13
|
Build fixes relating to SPDIF
|
2018-01-04 12:38:42 +00:00 |
|
xross
|
e322010cf1
|
SPDIF_TX and XUA_DFU_EN changes for build
|
2018-01-04 09:54:04 +00:00 |
|
Ross Owen
|
2f9a89d716
|
Fixed BCD_DEVICE_N def
|
2018-01-03 16:09:11 +00:00 |
|
Ross Owen
|
7bdb9809ce
|
Merge pull request #8 from larry-xmos/merge_1.1.2
Merge 1.1.2
|
2018-01-02 11:01:41 -05:00 |
|
Larry Snizek
|
96f55476b2
|
Extra comment
|
2017-12-11 15:57:49 +00:00 |
|
Larry Snizek
|
e3f89956ad
|
Use a define for USB class of control interface (from sc_usb_audio vf_spk_1.1.2 branch)
|
2017-12-11 15:57:46 +00:00 |
|
Ross Owen
|
7685adcfbf
|
Merge pull request #6 from lucianomartin/dfu_fix
Fix for DFU
|
2017-12-06 15:50:50 +00:00 |
|
Luciano Martin
|
e2f84f77db
|
- removed DFU and XUA_DFU flags and unified all the flags using XUA_DFU_EN
|
2017-12-06 15:40:05 +00:00 |
|
xross
|
4f0520e12e
|
Added basic doc files
|
2017-11-10 11:18:47 +00:00 |
|
xross
|
605d2db03c
|
devicedefines to xua
|
2017-11-03 16:16:21 +00:00 |
|
xross
|
8196956272
|
Manual add of I2S/PDM mclk share
|
2017-11-03 16:13:23 +00:00 |
|
xross
|
4ca6f84995
|
xua_dfu header guard name only
|
2017-11-03 14:19:11 +00:00 |
|
xross
|
516b4f5171
|
DFU_BCD_DEVICE removed (use BCD_DEVICE)
|
2017-11-02 15:40:27 +00:00 |
|
xross
|
69e24a7b88
|
Flash_interface.c including xua.h
|
2017-11-02 15:05:32 +00:00 |
|
xross
|
0b99dbe0de
|
More dfu related build issues resolved
|
2017-11-02 15:01:28 +00:00 |
|
xross
|
ed2a4701a5
|
DFU related build fixes
|
2017-11-02 14:49:26 +00:00 |
|
xross
|
abcb6e55b2
|
Fixups to built in main
|
2017-11-02 14:29:46 +00:00 |
|
xross
|
078899640d
|
Changelog update
|
2017-11-01 16:42:44 +00:00 |
|
xross
|
29577a4dc0
|
Added FB_USE_REF_CLOCK to usb_buffer
|
2017-11-01 16:41:22 +00:00 |
|
xross
|
99fa8b0442
|
Fixed build issue in app_xua_simple due to unsafe mclk port
|
2017-11-01 16:23:03 +00:00 |
|
xross
|
8ceec63c5d
|
Set default BCD_DEVICE to 1.0.0
|
2017-11-01 16:06:25 +00:00 |
|
xross
|
7f3f1e75b5
|
Various manual updates pulled over from sc_usb_audio
|
2017-11-01 16:06:05 +00:00 |
|
xross
|
081526c772
|
Manual updates to xua_audiohub.xc from sc_usb_audio audio_io.xc
|
2017-11-01 11:13:08 +00:00 |
|
xross
|
c9d6ca1f9d
|
Manual DFU related updates from sc_usb_audio
|
2017-11-01 11:01:12 +00:00 |
|
xross
|
d14275e9e4
|
Final build issues with example app resolved after move to conf.h
|
2017-10-31 16:16:40 +00:00 |
|
xross
|
420150f737
|
Resolving build issues due to moving from custom/devicedefines.h to conf headers. Also removed i_audMan
|
2017-10-31 16:00:29 +00:00 |
|
xross
|
e98fffd966
|
File re-shuffle. Moving from devicedefines to xua_conf.h
|
2017-10-16 17:50:25 +01:00 |
|
xross
|
2cb103a0e6
|
Merge branch 'master' of github.com:xmos/lib_xua
|
2017-10-13 16:02:52 +01:00 |
|
xross
|
88bcd75960
|
i_audMan now nullable
|
2017-10-13 16:01:19 +01:00 |
|
xross
|
05f3c01a3c
|
app_xua_simple now 2i2o
|
2017-10-13 14:46:40 +01:00 |
|
xross
|
26d53cd274
|
Resolved issue with app_xua_simple playback - I2C port defs
|
2017-10-12 15:50:58 +01:00 |
|
xross
|
332ec6fbcb
|
Output functional in simple app. Issue at high volume. Still uses sc_i2c.
|
2017-10-12 15:33:58 +01:00 |
|
xross
|
d4775f0122
|
Removed comment only
|
2017-10-12 13:46:22 +01:00 |
|
xross
|
163ef89ff5
|
audio() -> XUA_AudioHub
|
2017-10-12 13:46:12 +01:00 |
|
xross
|
2c20d94d0b
|
xua.h includes xua_buffer.h
|
2017-10-12 13:28:29 +01:00 |
|