Commit Graph

116 Commits

Author SHA1 Message Date
Ed Clarke
90d1a60595 Remove unnecessary arguments 2018-10-31 14:43:58 +00:00
Ed Clarke
9be45c7e89 Add burn threads 2018-10-31 14:43:03 +00:00
Ed Clarke
239f9b9cb7 Enable USB input path (from mics) 2018-10-31 14:10:28 +00:00
Ed Clarke
c0d80b665a Optimisations to xud select cases 2018-10-31 14:09:44 +00:00
Ed Clarke
5643d2b675 Add ddr pdm mics 2018-10-31 13:25:46 +00:00
Ed Clarke
35468c7d77 Streaming channels to audio 2018-10-30 11:48:17 +00:00
Ed Clarke
40ea575589 Fix class 1 noise by using channel buffering 2018-10-29 13:29:19 +00:00
Ed Clarke
12327505e5 Class 1 FS - noise + occasional overflow 2018-10-29 13:09:10 +00:00
Ed Clarke
fc68acae6e Merge branch 'xua_lite' of github.com:ed-xmos/lib_xua into xua_lite
* 'xua_lite' of github.com:ed-xmos/lib_xua:
  Light tidy of single thread EP buffer

# Conflicts:
#	examples/xua_lite_example/src/xua_buffer.xc
2018-10-29 12:43:09 +00:00
Ed Clarke
3f1e612d67 Light tidy of single thread EP buffer 2018-10-29 11:19:19 +00:00
Ed Clarke
eaf190b485 Light tidy of single thread EP buffer 2018-10-29 11:12:54 +00:00
Ed Clarke
4b73f17997 First pass combine ep0 into buffer 2018-10-29 08:50:04 +00:00
Ed Clarke
f0c6b22ddc Restrict sample app to single data format 2018-10-29 07:37:23 +00:00
Ed Clarke
6046dc905e Update todo 2018-10-29 07:19:47 +00:00
Ed Clarke
b3fe0cb172 FB calc move to fn 2018-10-28 17:40:23 +00:00
Ed Clarke
f097e0a016 Add todo list 2018-10-28 17:22:20 +00:00
Ed Clarke
491b3936ac WIP feedback calc refactor 2018-10-28 08:59:27 +00:00
Ed Clarke
35b43c0762 Use select for EP0 handling + split ep0 into init and loop 2018-10-28 08:29:39 +00:00
Ed Clarke
78f9e890d6 Output FIFO - sounds great! 2018-10-26 16:24:50 +01:00
Ed Clarke
2405b2f4f1 Basic hook up of audio to buffer (without FIFO) - output audible! 2018-10-26 14:16:17 +01:00
Ed Clarke
1db927601a Basic feedback endpoint working for class 2 2018-10-26 13:44:30 +01:00
Ed Clarke
6fbbbedc28 Loopback audio working (no feedback calc yet) 2018-10-26 12:20:38 +01:00
Ed Clarke
35042e742f Put USB on tile[1] - builds + I2S looping 2018-10-26 11:46:51 +01:00
Ed Clarke
161b934b8f WIP + get DAC config running 2018-10-26 11:25:39 +01:00
Ed Clarke
770c11b3f0 Very early cut of xua_lite app. Builds (4 threads + I2C) but not functional 2018-10-25 17:52:13 +01:00
xross
aaf3944d18 AN00248 doc updates 2018-04-04 18:17:18 +01:00
xross
ae132c2e94 App note updates 2018-04-04 16:57:56 +01:00
xross
b3afeaccda Updates to AN00248 2018-04-04 15:16:45 +01:00
xross
14af847ddb NUM_PDM_MICS -> XUA_NUM_PDM_MICS 2018-04-04 14:24:57 +01:00
xross
e5ed3e88d6 Added start of AN00248 2018-04-04 14:15:42 +01:00
xross
9b132c25a0 AN00246 now operational with lib_i2c 2018-04-03 17:40:03 +01:00
xross
e50477cb1c Initial work to move AN00246 to lib_i2c from sc_i2c 2018-04-03 16:28:55 +01:00
xross
650cedeec7 AN00247 build fix 2018-04-03 13:53:08 +01:00
xross
6a879ec52b Added “configuring lib_xua” section to AN00247 doc 2018-04-03 12:05:35 +01:00
xross
6ee02cbfe2 Application note tidy and build fixes 2018-03-29 17:52:24 +01:00
xross
6e8ec4b25e Updates to AN00247 2018-03-29 17:25:36 +01:00
xross
1832d8c870 Simplification of AN00247 code 2018-03-29 16:47:04 +01:00
Ross Owen
4e5e7dbe42 Merge pull request #51 from larry-xmos/master
License update
2018-03-29 13:57:59 +01:00
xross
2197cbdef6 XUA_AudioHub() no longer pars S/PDIF transmitter task and always takes a channend for S/PDIF tx data (when enabled). I2S clock ports to XUA_AudioHub now nullable - and not used if I2S not enabled!
AN00247 code now builds and runs (and plays!)
2018-03-29 13:50:22 +01:00
xross
c4d2462c98 Updates to AN000247 2018-03-29 13:47:28 +01:00
xross
b4090602ad Added initial AN00247 2018-03-29 13:32:54 +01:00
Larry Snizek
44b154f578 License update 2018-03-16 13:23:34 +00:00
xross
b66e9cdc60 Further Audiohub tidyups. I2S ports params. Documentation updates inline. 2018-03-09 16:11:18 +00:00
xross
a33950f675 Test rename 2018-03-08 17:40:11 +00:00
xross
a7678f8916 Updated readmes (and gitignore) 2018-03-08 11:30:02 +00:00
xross
bfe281a311 Remove commented out code from example 2018-03-05 11:30:39 +00:00
xross
9a8910121f Start simplifiction of appnote code 2018-02-21 10:57:05 +00:00
xross
8a8cc4168a Feedback properly configured in AN00246 app 2018-02-14 16:50:47 +00:00
xross
b3aa9dc009 xScope enabled in AN00246 app 2018-02-14 16:50:16 +00:00
xross
eb0ea91979 Added AN00246 files 2018-02-14 12:19:50 +00:00