mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
freertos: remove FREERTOS_ASSERT option
Freertos asserts are now configured the same way as all other asserts in IDF, i.e. by configuring COMPILER_OPTIMIZATION_ASSERTION_LEVEL.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE=y
|
||||
CONFIG_FREERTOS_ASSERT_DISABLE=y
|
||||
CONFIG_COMPILER_HIDE_PATHS_MACROS=n
|
||||
|
||||
# compiling as many files as possible here (we don't have 100% coverage of course, due to config options, but
|
||||
|
Reference in New Issue
Block a user