File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -7,3 +7,4 @@ managed_components/
77dependencies.lock
88sdkconfig.espidf
99sdkconfig
10+ /.build_cache
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ platform = espressif32
1313board = esp32-c3-devkitc-02
1414
1515; needed to tell Memfault that we are using a platformIO project
16- board_build.cmake_extra_args =
16+ board_build.cmake_extra_args =
1717 -DPLATFORMIO_ENABLED =TRUE
1818
1919; add linker fragment needed for ESP-IDF projects
@@ -43,3 +43,7 @@ build_flags =
4343 -Isrc/memfault/memfault-firmware-sdk/components/include
4444 -include src/memfault/memfault-firmware-sdk/ports/include/memfault/ports/freertos_trace.h
4545
46+
47+ [platformio]
48+ ; Set a path to a cache folder
49+ build_cache_dir = .build_cache
You can’t perform that action at this time.
0 commit comments