zephyr/modules/openthread/platform
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
..
alarm.c
ble.c net: openthread: Add openthread TCAT implementation. 2023-12-08 10:21:56 +00:00
CMakeLists.txt net: openthread: Add openthread TCAT implementation. 2023-12-08 10:21:56 +00:00
crypto_psa.c net: openthread: Remove PSA crypto backend workarounds 2024-01-12 11:26:41 -06:00
diag.c
entropy.c random: Rename random header 2023-10-10 14:23:50 +03:00
logging.c
memory.c
misc.c net: openthread: Print the actual assert location 2024-01-15 09:58:48 +01:00
openthread-core-zephyr-config.h net: openthread: add missing cmake option 2024-01-08 10:09:13 +01:00
platform-zephyr.h
platform.c
radio.c drivers: ieee802154: nrf: make selective tx power the default 2024-01-05 09:04:17 +01:00
settings.c random: Rename random header 2023-10-10 14:23:50 +03:00
shell.c shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
spi.c
uart.c net: openthread: Remove waiting for DTR in openthread UART. 2023-10-20 14:59:47 +02:00