diff options
| author | jacqueline <me@jacqueline.id.au> | 2023-08-01 12:13:48 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2023-08-01 12:13:48 +1000 |
| commit | 955a8ce303a9f8fd6a34009934e3d7aaeff3ec17 (patch) | |
| tree | 18d5783a5c7be0a3e08e6ff0ea595432bc380761 /src/drivers/CMakeLists.txt | |
| parent | d41de537a0e31e1c5ad18b5024c781f6e4a07bbb (diff) | |
| download | tangara-fw-955a8ce303a9f8fd6a34009934e3d7aaeff3ec17.tar.gz | |
Basic nvs init + bluetooth in the build
Diffstat (limited to 'src/drivers/CMakeLists.txt')
| -rw-r--r-- | src/drivers/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/drivers/CMakeLists.txt b/src/drivers/CMakeLists.txt index 40cd0c4f..9774f80b 100644 --- a/src/drivers/CMakeLists.txt +++ b/src/drivers/CMakeLists.txt @@ -5,6 +5,7 @@ idf_component_register( SRCS "touchwheel.cpp" "i2s_dac.cpp" "gpios.cpp" "battery.cpp" "storage.cpp" "i2c.cpp" "spi.cpp" "display.cpp" "display_init.cpp" "samd.cpp" "relative_wheel.cpp" "wm8523.cpp" + "nvs.cpp" "bluetooth.cpp" INCLUDE_DIRS "include" - REQUIRES "esp_adc" "fatfs" "result" "lvgl" "span" "tasks") + REQUIRES "esp_adc" "fatfs" "result" "lvgl" "span" "tasks" "nvs_flash" "bt") target_compile_options(${COMPONENT_LIB} PRIVATE ${EXTRA_WARNINGS}) |
