Commit Graph

122 Commits

Author SHA1 Message Date
Ross Owen
08226e6afa DSP Added to main 2016-04-19 11:59:18 +01:00
Ross Owen
e39f95fcd9 Fixed up pcm_pdm_mic() call with user interface param 2016-04-13 20:56:04 +01:00
Ross Owen
176cbeae28 xpd: Cleaned up whitespace 2015-12-02 22:30:43 +00:00
Ross Owen
563b69c07f Removed accidental inclusion of genclock() from main.xc 2015-10-30 12:05:56 +00:00
Ross Owen
11c43920ee Removed PDM_PCM_IN define (replaced with check for NUM_PDM_MICS > 0). Also use of PDM_TILE on pcm_pdm_mic() task call. 2015-10-29 20:45:07 +00:00
Ross Owen
b14a0de740 Initial work to move codebase to use lib_array_mic 2015-10-06 16:06:45 +01:00
Ross Owen
be0bf0d983 Trial add of PDM code 2015-09-22 11:15:05 +01:00
Ross Owen
ff086590d7 Merge branch 'master' into DEV_PDM_MIC 2015-09-21 16:11:32 +01:00
Ross Owen
c45f91ff39 Fixed endpoint type table (due to removal of explicit feedback EP) 2015-09-15 15:33:02 +01:00
Ross Owen
392aed44a0 Initial changes for PDM outline 2015-09-15 15:02:04 +01:00
Ross Owen
3ec94a1fc8 Merge branch 'DEV_IMP_FB' 2015-09-08 11:39:06 +01:00
Ross Owen
7f96ce36e4 Fixed build issue when DFU is disabled (and DFU distributed into EP0) 2015-09-07 10:19:32 +01:00
Ross Owen
cdc2d74016 xpd: Cleaned up whitespace 2015-06-19 16:11:59 +01:00
Ross Owen
4d93a9c906 Initial work to run flash code on a remote tile from USB tile. Also added some error passing for DFU (such that device stalls the host). Still needs merging with dummy_deliver. 2015-06-12 14:43:50 +01:00
Ross Owen
ee7d058614 DFU now uses an interface to DFU handler which does flash handling. Should allow access to flash on another tile more easily. 2015-06-08 16:03:08 +01:00
Ross Owen
9be2eece00 xpd: Cleaned up whitespace 2015-05-22 11:29:03 +01:00
Ross Owen
e128bc5556 Fixes for ADAT_RX build. 2015-05-22 11:18:16 +01:00
Ross Owen
a7edecce95 SPDIF->SPDIF_TX (main.xc) 2015-05-22 11:18:00 +01:00
Ross Owen
a9a2ffde46 Fixed SPDIF Rx always running on tile[0] 2015-05-07 17:19:53 +01:00
Ross Owen
b94f14fc05 Comment only. 2015-05-07 17:19:35 +01:00
Ross Owen
5da9575b65 Moving from SPDIF to SPDIF_TX 2015-05-07 17:19:26 +01:00
Ross Owen
31bae905ee Resolving build issues with SPDIF on same core. 2015-04-09 14:54:06 +01:00
Ross Owen
3558bc6049 Conflicted merge: master -> DEV_X200_BRINGUP 2015-04-07 14:52:51 +01:00
Ross Owen
5eec2dd557 White-space tidy only. 2015-04-01 00:20:57 +01:00
Ross Owen
03555c7eab Added single port i2c struct to main 2015-03-27 11:28:01 +00:00
Ross Owen
2e67773f0f Merge: master -> DEV_X200_BRINGUP 2015-03-23 12:57:57 +00:00
Ross Owen
f8c703621f Now uses module_adat_rx from sc_adat (local module_usb_audio_adat removed) 2015-03-19 15:36:11 +00:00
Ross Owen
b1e69b0590 Various changes to get SPDIF working on x200 board config 2015-03-17 11:52:45 +00:00
Ross Owen
214c5c4f42 Fixed build issue due to SPDIF clock block always delcared. 2015-03-04 16:38:26 +00:00
Ross Owen
55dd4834c3 Fixes to add X200 support and get X200 audio board running 2015-03-04 12:06:27 +00:00
Ross Owen
385b26b7fb Further work to debug adding adat tx to deliver 2015-02-17 18:23:18 +00:00
Ross Owen
6816278557 Basic addition of ADAT tx core. 2015-01-29 18:33:45 +00:00
Ross Owen
630c9fbd30 DFU failing when SPDIF_RX enabled due to clock block being shared. Made an attempt to rationalise CLKBLK defines. 2015-01-14 17:35:40 +00:00
Ross Owen
8d2b65127e First attempt at complete removal of feedback EP code when not required. 2014-12-08 18:19:56 +00:00
Ross Owen
3c7439f0bb Improved preprocessor #warning messages for out of range values for I2S_WIRE_XXX defines 2014-10-28 12:10:41 +00:00
Sam Chesney
6bc66f6f29 Merge branch 'master' of git://git/apps/sc_usb_audio 2014-09-22 15:52:59 +01:00
Sam Chesney
01d08993cb EA Native Transport manager EPs now handled in usb_buffer.xc 2014-09-22 15:52:45 +01:00
Ross Owen
085c444f40 xpd: Cleaned up whitespace 2014-09-19 13:14:55 +01:00
Ross Owen
cc4165e57b c_dig_rx is no longer nullable (helps with timing due to issue with compiler checks) 2014-09-18 11:50:08 +01:00
Ross Owen
777dfbf885 Added channels and clock block required for ADAT to main.xc 2014-09-15 15:59:58 +01:00
Ross Owen
48d36ccbf9 master -> REINSTATE_ADAT_INPUT 2014-09-11 12:41:07 +01:00
Sam Chesney
c25dd063a3 Enable XUD status notifications on EA Native Transport IN endpoint 2014-09-05 13:38:33 +01:00
Sam Chesney
54c26602b8 Disable XUD STATUS notifications for iAP EA Native IN endpoint for now, to avoid lockup 2014-08-29 14:38:54 +01:00
Ross Owen
d83b5b9a0d Merged EA_NATIVE_DEV -> master with some tidy 2014-08-28 12:42:40 +01:00
Sam Chesney
3f4ba11f26 Avoid declaring unneeded channel when digital rx is not enabled 2014-08-05 17:06:56 +01:00
Ross Owen
31004271c6 Started adding adat rx to main 2014-07-30 10:38:17 +01:00
Sam Chesney
cff84f1786 iAP EA Native Transport endpoint manager core added to tile 0 2014-07-29 15:26:16 +01:00
Sam Chesney
0870c3edc8 Additional chanend passed to Endpoint0 for iAP EA Native Transport support 2014-07-29 15:24:21 +01:00
Sam Chesney
cbe78f355c iAP EA Native Transport Eps added to epTypeTables 2014-07-29 15:14:24 +01:00
Ross Owen
1677eb49b0 xpd: Cleaned up whitespace 2014-07-29 14:55:17 +01:00