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:
Marius Vikhammer
2021-12-28 12:54:31 +08:00
parent 4bf67afd0a
commit 7255497146
16 changed files with 16 additions and 68 deletions

View File

@@ -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