diff options
| author | jacqueline <me@jacqueline.id.au> | 2022-11-09 08:26:20 +1100 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2022-11-09 08:26:20 +1100 |
| commit | dc4644dacb8ef89f2ba9f211a2e04371512f0bfb (patch) | |
| tree | a1e16557ebf11dae8d65fc4343975044b87a5a58 /CMakeLists.txt | |
| parent | 5adcbe3e8107c4838c6cbb47e50be937b69a286c (diff) | |
| download | tangara-fw-dc4644dacb8ef89f2ba9f211a2e04371512f0bfb.tar.gz | |
Fix up sdkconfig diffs
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6e1b231b..54fa1818 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,8 @@ cmake_minimum_required(VERSION 3.16) include(common.cmake) +set(SDKCONFIG_DEFAULTS "sdkconfig.common") + # No exceptions in app builds (this is different in test builds). idf_build_set_property(COMPILE_OPTIONS "-DRESULT_DISABLE_EXCEPTIONS" APPEND) |
