zephyr/modules/openthread
Damian Krolik 7b42e36c68 net: openthread: Print the actual assert location
When OpenThread application is built with CONFIG_ASSERT
and CONFIG_ASSERT_NO_MSG_INFO, OT_ASSERT() prints a location
that points to the otPlatAssertFail() function instead of
the code that actually failed an assertion.

This is confusing and CONFIG_ASSERT_NO_MSG_INFO sometimes
cannot be disabled because of flash size limitations.

Make otPlatAssertFail() always print the actual assert
location.

Signed-off-by: Damian Krolik <damian.krolik@nordicsemi.no>
2024-01-15 09:58:48 +01:00
..
platform net: openthread: Print the actual assert location 2024-01-15 09:58:48 +01:00
CMakeLists.txt net: openthread: implement otPlatResetToBootloader 2024-01-11 15:37:58 -06:00
Kconfig net: openthread: Move glue code into module directory 2022-07-11 11:00:12 +02:00
Kconfig.features net: openthread: implement otPlatResetToBootloader 2024-01-11 15:37:58 -06:00
Kconfig.thread net: openthread: increase TCAT stack size 2024-01-03 19:01:05 +00:00