Commit Graph

65 Commits

Author SHA1 Message Date
Ross Owen
e7defaad77 Re-added c_dig_rx channel 2014-03-28 12:22:21 +00:00
Ross Owen
d94a42bcfe Fixed build issue in main() due to typo 2014-03-28 12:22:04 +00:00
Ross Owen
e1d71070ac Endpoint numbers now in an enum. Removed old INTERFACES defines - were used to generate EP count. 2014-03-27 11:07:33 +00:00
Ross Owen
93b5b47728 Re-adding back audio config channel 2014-03-25 12:26:35 +00:00
Ross Owen
f582282a88 Added MIDI_RX_PORT_WIDTH define 2014-03-25 12:26:17 +00:00
Ross Owen
9c5e0a1dd8 'Release: 6.5.0beta0' 2014-03-06 17:50:18 +00:00
Ross Owen
2ea052b5d5 main.xc no longer includes old usb.h header 2014-03-06 10:28:22 +00:00
Sam Chesney
d98736a18d Resolve excess elements in array initializer warning when iAP interrupt EP is disabled 2014-02-18 17:59:04 +00:00
Sam Chesney
e3905ae3a4 Fix for bug 15181 - the iAP interrupt In EP can now be disabled, as its use is now reported as deprecated by the ATS system. Disabled by default. 2014-02-14 14:25:42 +00:00
Ross Owen
b820d321ba XUD_STATUS_ENABLE enabled on IAP in EP's (and disabled on IAP out EP) 2014-02-13 14:13:29 +00:00
Ross Owen
bf1a7373d1 Comment only. 2014-02-10 13:20:04 +00:00
Ross Owen
f7047cafb9 Added clkblk defines to main 2014-02-05 18:12:56 +00:00
Ross Owen
d5a0ec743d Added clkblk defines to main.xc 2014-02-05 18:12:37 +00:00
Ross Owen
977e25e573 TILE defines removed (now in device defines) 2014-02-05 18:11:06 +00:00
Ross Owen
3f11f56de7 Removed remaining use of ARCH_ defines (XUD_SERIES_SUPPORT now used) 2014-02-05 16:44:25 +00:00
Ross Owen
9f5f8080a1 Merge remote-tracking branch 'origin/6.4_MAINTENANCE' 2014-02-05 15:14:45 +00:00
Ross Owen
bbaa2bfb16 i2c ports struct renamed. 2014-02-05 15:14:41 +00:00
Ross Owen
d78c3b8345 L-series clock block for MIDI doesn't use XS1_CLKBCLK_REF when MIDI on XUD tile (#15267) 2014-02-05 15:00:03 +00:00
Ross Owen
9422376a5a IAP_TILE defined. IAP_TILE can now != AUDIO_IO_TILE. 2014-02-04 15:18:41 +00:00
Ross Owen
4d61917717 i2c ports not declared in structure (as per module_i2c_simple) 2014-02-04 15:18:04 +00:00
Ross Owen
b178eec970 Fixed unused var warning relating to chanend c_mix_out 2014-01-27 14:27:52 +00:00
Sam Chesney
776dd0ef1a iAP build fixed, assuming this was a typo 2014-01-24 14:13:12 +00:00
Ross Owen
4aaa62c8b8 c_iap now passed to usb_midi when IAP and MIDI defined 2014-01-24 13:27:30 +00:00
dan
98b3bdba95 added toplevel makefile for xpd 2014-01-22 11:00:41 +00:00
Ross Owen
3570f551e1 MIDI Rx port now buffered. Means that Start-bit detect select case doesn't get started on receipt of large MIDI packet. 2014-01-11 16:33:29 +00:00
Ross Owen
855ba6b83f Fixed up null USB reset port but not null USB clock. This is for case when UserReset is used to reset USB phy (L1 iOS board has USB phy rst on shiftreg 2013-12-19 11:55:34 +00:00
Ross Owen
a00d3c329b Fixed up tile defines in main.xc Some were hardcoded to 0 2013-12-11 18:19:15 +00:00
Ross Owen
042d8f1969 Re-instated mixer core on main() 2013-12-09 15:46:04 +00:00
Sam Chesney
a90878a94b Removed uppercase letters from file names from module_iap 2013-12-05 11:16:20 +00:00
Sam Chesney
b05d73e825 Fixed IAP build issue 2013-12-04 17:07:25 +00:00
Ross Owen
d252fa029c Fixed MIDI build issues 2013-11-29 13:59:44 +00:00
Ross Owen
3d92d4b79f Main() now makes calls to two funcions (with their own pars). Also added USER_MAIN_DECLARIONS and USER_MAIN_CORES 2013-11-29 12:36:14 +00:00
Ross Owen
edca022c50 Added use of XUD_TILE def 2013-11-29 12:33:41 +00:00
Sam Chesney
d8b6a2d53a Corrected include name (failed to build on Linux) 2013-11-28 13:14:43 +00:00
Sam Chesney
c5544f376b Merge commit '85bbc96e61763e53f357974f590d88947f23853d' into 6V3_DEV 2013-11-26 13:36:24 +00:00
Ross Owen
06e9cf4d37 Clockblock for L-series reset-port now declared on tile 0 2013-11-18 18:08:13 +00:00
Ross Owen
845fd925ec Fixed up merge issues 2013-11-14 15:49:38 +00:00
Ross Owen
4ec1741edd Merge 2013-11-14 15:48:00 +00:00
Ross Owen
65f01c15e5 Define AUDIO_IO_CORE changed to AUDIO_IO_TILE. Define now used so multi-tile builds. 2013-11-13 16:45:53 +00:00
Ross Owen
d52b8ee789 Added iAP i2c ports 2013-11-05 16:39:57 +00:00
Sam Chesney
85bbc96e61 i2c ports not currently in a struct 2013-11-04 09:11:23 +00:00
Ross Owen
0297eb1f5a midi.h guarded by MIDI define 2013-10-29 12:03:20 +00:00
Ross Owen
538f6f3bf3 Added MIN_FREQ define, MAX_FREQ now auto-defined as 192k, Native DSD enabled by default (if DSD enabled) 2013-10-23 12:39:48 +01:00
Ross Owen
58f13deb92 Removed port.h from main.xc 2013-09-18 17:32:04 +01:00
Ross Owen
1e33bf819d Changes to support DSD Native mode 2013-08-23 14:23:37 +01:00
Ross Owen
1bfc1272e5 PwrConfig param added to XUD_Manager call 2013-07-18 12:31:56 +01:00
Ross Owen
09dc93fcbf Re-ordered some threads and added buffering ctrl chan 2013-07-09 15:46:28 +01:00
Ross Owen
7c97fbdb82 More work on DSD - work in progress 2013-06-18 15:24:36 +01:00
Ross Owen
9f65af2912 Added support for second master clock-block. Required if USB_CORE != AUDIO_IO_CORE. I.e. u16 2013-06-14 15:40:35 +01:00
Sam Chesney
816b272423 Added missing comma, and moved iAP core to using i2c port struct 2013-06-04 17:09:57 +01:00