Commit Graph
26 Commits
Author SHA1 Message Date
jacqueline aae1871999 remove unused ISR allocation
this was blocking the i2s driver somehow!(?)
2023-01-31 14:39:52 +11:00
jacqueline ef8d404b15 Continue ironing out i2s pipeline
still at least one heap corruption issue, plus the i2s write method
seems to block forever :/
2023-01-30 15:52:54 +11:00
jacqueline a03b1e2139 Clean up main task log output 2023-01-24 16:42:49 +11:00
jacqueline 0560fa7f10 clang-format 2023-01-21 19:02:28 +11:00
jacqueline 8ed3d7e31f Re-enable the parts of the audio pipeline that are working 2023-01-21 19:01:54 +11:00
jacqueline c7901ae429 build fixes for new compiler version and standard 2023-01-21 15:09:05 +11:00
jacqueline f013bab727 Migrate to the v5 adc api 2023-01-21 14:10:25 +11:00
jacqueline 4c88fcc4a5 fix build issues with new pipeline 2023-01-20 09:48:29 +11:00
jacqueline e53dfc4cc5 Merge branch 'main' into codecs 2023-01-17 13:52:38 +11:00
jacqueline 01be69eca1 better handling of chunk buffer 2022-12-07 15:36:47 +11:00
jacqueline f35bb64c2b basic i2s output element 2022-12-06 13:17:56 +11:00
jacqueline 222c810b07 fix build errors 2022-12-02 13:39:00 +11:00
jacqueline a7df285588 Mostly done pipeline arch. Now onto cleanup and building. 2022-11-23 17:15:06 +11:00
jacqueline 9176ef1872 Add cbor wrapper, and chunk streaming util 2022-11-22 17:05:02 +11:00
jacqueline d82a7e3d94 first go at r2 bringup. waiting on mosfets. 2022-11-21 10:18:42 +11:00
jacqueline 5f7444d795 WIP 2022-11-21 08:00:52 +11:00
jacqueline 1d340db871 Order and group headers correctly 2022-11-16 11:34:46 +11:00
jacqueline 0ef333164b Use underscores instead of dashes in filenames consistently 2022-11-16 11:24:33 +11:00
jacqueline 8c51280bc6 Fix playback and console issues 2022-11-16 11:13:21 +11:00
jacqueline 07e1b5a328 WIP debug console for testing playback 2022-11-15 16:39:54 +11:00
jacqueline aef2eb7566 fix build 2022-11-15 14:40:17 +11:00
jacqueline 530fd15e66 WIP audio play and pause 2022-11-15 13:25:58 +11:00
jacqueline ff30b27f0d First test cases :) 2022-11-09 13:33:50 +11:00
jacqueline c29c218b85 enable MORE warnings 2022-11-07 13:27:40 +11:00
jacqueline 675d52c9a5 use a less fun but more descriptive namespace 2022-11-07 12:20:20 +11:00
jacqueline 28d73ad866 Split driver-y things into a separate component 2022-11-07 12:01:29 +11:00