Next try to silence compiler

This commit is contained in:
Jason2866 2021-11-11 17:18:02 +00:00
parent be86d270c0
commit a08ec24392
2 changed files with 2 additions and 1 deletions

View File

@ -68,7 +68,6 @@ extra_scripts = pio-tools/strip-floats.py
pio-tools/gzip-firmware.py pio-tools/gzip-firmware.py
pio-tools/override_copy.py pio-tools/override_copy.py
pio-tools/download_fs.py pio-tools/download_fs.py
pre:pio-tools/add_c_flags.py
[esp_defaults] [esp_defaults]
; *** remove undesired all warnings ; *** remove undesired all warnings

View File

@ -30,6 +30,8 @@ build_flags = ${esp_defaults.build_flags}
-include "esp32x_fixes.h" -include "esp32x_fixes.h"
; wrappers for the crash-recorder ; wrappers for the crash-recorder
-Wl,--wrap=panicHandler -Wl,--wrap=xt_unhandled_exception -Wl,--wrap=panicHandler -Wl,--wrap=xt_unhandled_exception
extra_scripts = ${common.extra_scripts}
pre:pio-tools/add_c_flags.py
[core32] [core32]
platform = https://github.com/platformio/platform-espressif32.git#feature/arduino-idf-master platform = https://github.com/platformio/platform-espressif32.git#feature/arduino-idf-master