diff options
| author | jacqueline <me@jacqueline.id.au> | 2025-08-08 16:14:41 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2025-08-08 16:14:41 +1000 |
| commit | 73baf2f88f61e307afd6cd17f6727da4e446b64c (patch) | |
| tree | d13241937786b3d422423cc2b804e0ec42b21335 /src/drivers/CMakeLists.txt | |
| parent | 2b2e595a8fb28e34ec33a98035c31bd4cba76808 (diff) | |
| download | tangara-fw-73baf2f88f61e307afd6cd17f6727da4e446b64c.tar.gz | |
Migrate to the new esp-idf I2C driver
It's a better, less verbose driver, and also this fixes an occasional
crash on boot.
Diffstat (limited to 'src/drivers/CMakeLists.txt')
| -rw-r--r-- | src/drivers/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/CMakeLists.txt b/src/drivers/CMakeLists.txt index fea5780f..da7c37cf 100644 --- a/src/drivers/CMakeLists.txt +++ b/src/drivers/CMakeLists.txt @@ -8,5 +8,5 @@ idf_component_register( "samd.cpp" "wm8523.cpp" "nvs.cpp" "haptics.cpp" "spiffs.cpp" "pcm_buffer.cpp" INCLUDE_DIRS "include" REQUIRES "esp_adc" "fatfs" "result" "lvgl" "nvs_flash" "spiffs" "bt" - "tasks" "tinyfsm" "util" "libcppbor" "driver") + "tasks" "tinyfsm" "util" "libcppbor" "driver" "esp_driver_i2c") target_compile_options(${COMPONENT_LIB} PRIVATE ${EXTRA_WARNINGS}) |
