コミットグラフ

140 コミット (e0363df454fb6da9b17ad761840692568dfd79c4)
 

作成者 SHA1 メッセージ 日付
jacqueline e0363df454 Make a few init things fail less fatally 3年前
jacqueline db01e6335a Make default font not look broken 3年前
jacqueline fed7b450b3 Fix up display artficacts and clean up unused features 3年前
jacqueline 47ae601d41 Tidy up pipeline and use arena capacity to test for overruns 3年前
jacqueline 941bafca17 Add a memory arena for the audio pipeline 3年前
jacqueline 12d2ffdab7 Add logging to the DAC 3年前
jacqueline 644601b636 mark i2s callbacks as iram safe 3年前
jacqueline a65d996583 Use the sync apis for I2S output 3年前
jacqueline fa1f1cd9ab i am boo. boo the fool. 3年前
jacqueline f0a4b4cf50 whoops, remove chatty logging 3年前
jacqueline 61c91b3cdb Mostly working pipeline, including proper EOF signalling 3年前
jacqueline cabfd4b75e fix pipeline heap corruption and chunk ignores 3年前
jacqueline 9eecf78e08 fixing reading past eof 3年前
jacqueline aae1871999 remove unused ISR allocation 3年前
jacqueline ef8d404b15 Continue ironing out i2s pipeline 3年前
jacqueline 2cc0a38a1a pipeline memory management fixes + logging 3年前
jacqueline 7b60f5f864 Make StreamInfo a PDO 3年前
jacqueline 3696512b38 Fix memory leak, re-enable play command (it doesnt work lol) 3年前
jacqueline f6dcd845fc Switch from MessageBuffer to Queue for pipeline comms 3年前
jacqueline e7f926e2c3 Tolerate longer dac timeouts + i2c timeouts during bootup 3年前
jacqueline a03b1e2139 Clean up main task log output 3年前
jacqueline e5fb1759b1 Add a bunch of logging from playback stream investigatons 3年前
jacqueline 0560fa7f10 clang-format 3年前
jacqueline 8ed3d7e31f Re-enable the parts of the audio pipeline that are working 3年前
jacqueline c7901ae429 build fixes for new compiler version and standard 3年前
jacqueline 8cb9e9361c ignore newly added warning 3年前
jacqueline bc8ff773f2 Default c++ standard is now 20! 3年前
jacqueline 085b6f3faa Ignore files created internally by esp-idf 3年前
jacqueline f013bab727 Migrate to the v5 adc api 3年前
jacqueline 393b268e15 Vendor tinycbor, since v5 no longer includes it 3年前
jacqueline bb50cf52cd bump esp-idf up to v5.0 3年前
jacqueline 4c88fcc4a5 fix build issues with new pipeline 3年前
jacqueline e53dfc4cc5 Merge branch 'main' into codecs 3年前
jacqueline 41993ea509 Merge branch 'r2-bringup' 3年前
jacqueline 2056cad0ab WIP 3年前
jacqueline 01be69eca1 better handling of chunk buffer 3年前
jacqueline f35bb64c2b basic i2s output element 3年前
jacqueline 066455669c update lsp config 3年前
jacqueline e0b2562cc4 fix missing std:: 3年前
jacqueline bf6f9cea20 building codec tests! 3年前
jacqueline 16d5d29049 Use std::span (backported) and std::byte to make our buffers safer 3年前
jacqueline 00d4883d3a add a span backport 3年前
jacqueline f212c1f02f fix unused result 3年前
jacqueline c36208016e better cbor handling 3年前
jacqueline 222c810b07 fix build errors 3年前
jacqueline 71a4f5166f Start on a couple of include issues 3年前
jacqueline a7df285588 Mostly done pipeline arch. Now onto cleanup and building. 3年前
jacqueline dfa9ab6e04 template-ify the cbor stuff 3年前
jacqueline 9176ef1872 Add cbor wrapper, and chunk streaming util 3年前
jacqueline 9f8cfaa7a8 Implement using libmad to decode 3年前