nuttx/arch/xtensa
Tiago Medicci Serrano 281ab83309 esp32s3: Use PANIC() instead of assert(0)
Considering kernel code, it's reasonable to use `PANIC()` instead
of `assert(0)` to handle with situations that require abort. Unlike
`assert`, `PANIC()` doesn't dependent on `NDEBUG`.
2023-08-14 16:29:21 -03:00
..
include esp32s3/wifi: Enable peripheral interrupt to the same CPU interrupt 2023-08-14 16:29:21 -03:00
src esp32s3: Use PANIC() instead of assert(0) 2023-08-14 16:29:21 -03:00
Kconfig arch/xtensa/esp32_esp32s3: prevent arch's libc in the userspace 2023-05-17 13:58:48 +08:00