Commit Graph
58 Commits
Author SHA1 Message Date
jacqueline 28d73ad866 Split driver-y things into a separate component 2022-11-07 12:01:29 +11:00
jacqueline b13a9793e1 Set extra compile flags properly 2022-11-07 11:35:26 +11:00
jacqueline c2c450bd72 Merge branch 'tft-bringup' 2022-11-01 16:01:18 +11:00
jacqueline 1bcf59163b WIP display stuff that /could/ work, but i think my display is bad :( 2022-11-01 15:30:15 +11:00
jacqueline 43b04074a8 WIP most of a basic display driver + lvgl, but not yet working :( 2022-10-25 17:03:22 +11:00
jacqueline 5a8df4f2b9 WIP init sequence 2022-10-24 14:18:35 +11:00
jacqueline 58ed7b1e10 clang-format 2022-10-24 14:18:11 +11:00
jacqueline a7915753c6 WIP sketch out init sequence 2022-10-19 15:36:47 +11:00
jacqueline cc45d1ead0 Add lvgl config 2022-10-17 15:40:52 +11:00
jacqueline dcdfc7b40e cmake changes for including lvgl 2022-10-17 15:39:53 +11:00
jacqueline fda4394e7e pin lvgl to latest stable 2022-10-17 15:31:02 +11:00
jacqueline 03f72e9c93 add lvgl component 2022-10-17 13:01:12 +11:00
jacqueline 0f18eb9fc4 Check in heap tracing config 2022-10-14 15:45:37 +11:00
jacqueline 145de6668b Keep working debug config somewhere 2022-10-14 15:45:18 +11:00
jacqueline a1518afd3c Tune I2C buffer size 2022-10-14 15:45:00 +11:00
jacqueline f77773496c get play events 2022-10-14 14:38:26 +11:00
jacqueline e0b68536a5 Use a fixed transaction buffer size 2022-10-14 14:38:12 +11:00
jacqueline dab6533ae0 add gdb script for attaching to the esp32 openocd 2022-10-12 16:46:36 +11:00
jacqueline 7e9a7393bb use hpp instead of h 2022-10-12 16:46:06 +11:00
jacqueline a495c5f0d0 Fix use after free 2022-10-12 14:21:38 +11:00
jacqueline a28fd712a2 fix cmakelists mangling 2022-10-12 12:12:50 +11:00
jacqueline 068e8591af Merge branch 'main' into nicer-playback 2022-10-12 12:07:40 +11:00
jacqueline 3726fb750a standardise on formatting 2022-10-12 12:06:37 +11:00
jacqueline 4fc5f931ac WIP use result<> and RAII 2022-10-12 11:59:42 +11:00
jacqueline efd5392f6c Merge remote-tracking branch 'origin/main' 2022-10-12 08:32:55 +11:00
jacqueline 7d7dc4f996 add a cool result library 2022-10-11 22:37:04 +11:00
jacqueline a64fbc1cf5 the music plays! 2022-10-11 10:50:55 +11:00
jacqueline b9ee0eb88f Automatically acquire the CS lock when talking to the SD card 2022-10-07 19:00:10 +11:00
jacqueline 1b2b9182e0 Add a little wrapper for I2C things 2022-10-07 10:11:58 +11:00
jacqueline 4e643baf5f Neaten up the gpio api, use RAII, make it thread safe 2022-10-06 21:22:36 +11:00
jacqueline 55264a826f Almost working DAC 2022-10-06 21:22:36 +11:00
ailurux cd1c36c0e2 Update readme for vscode 2022-10-06 15:40:50 +11:00
jacqueline fa4c5bd6c2 revert sdkconfig changes 2022-10-05 18:41:25 +11:00
jacqueline 6c793efa0d Start on configuring the DAC over i2c 2022-10-05 18:25:07 +11:00
jacqueline 122306d619 Clean up new storage bits 2022-10-05 11:01:02 +11:00
jacqueline a004d4b232 should probably actually enable rollbacks as well 2022-10-05 10:17:04 +11:00
jacqueline 7f89d4bf2a Configure build and paritions to fully use our dev hardware 2022-10-05 10:13:21 +11:00
jacqueline f6f4903442 Basic fat32 mounting! 2022-10-04 14:45:56 +11:00
jacqueline 6d20efc702 SPI and SD card initialisation 2022-10-04 13:13:58 +11:00
jacqueline 23671453c0 Implement gpio setting 2022-10-01 10:39:52 +10:00
jacqueline 353df98ba1 fix silly build errors 2022-09-30 22:14:06 +10:00
jacqueline 8b10a44106 be cool with a compile_commands.json in the root 2022-09-30 22:03:39 +10:00
jacqueline 8516700940 fix missing custom board definition 2022-09-30 21:54:24 +10:00
jacqueline d491085ba3 factor out adc battery measurement
idk if this should be classy or if this is fine. maybe should just pick
a convention at some point?
2022-09-30 19:57:00 +10:00
jacqueline 0fbc2ff091 Improve build and flash instructions 2022-09-30 17:34:38 +10:00
jacqueline 12f5a06516 commit sdkconfig, since it's kinda important for the build 2022-09-30 17:22:45 +10:00
jacqueline 8e9053e0ee Add esp-adf to build 2022-09-30 17:21:23 +10:00
jacqueline 7e15820cd4 Add a .env file for easy environment setup 2022-09-30 17:21:09 +10:00
jacqueline f507a1ab07 Add esp-adf as a submodule 2022-09-30 16:41:33 +10:00
jacqueline b34b49aabc working adc and wall power detection 2022-09-30 13:19:37 +10:00