esp-idf/tools/test_apps/system
morris be8033701c fix(hal): use __builtin_unreachable in no-assert mode
otherwise due to esp-idf using -Werror, we can get errors in code which
uses HAL_ASSERT if for example the compiler believes that a variable is
used uninitialised, or similar.

Inspired by https://github.com/espressif/esp-idf/pull/13256
2024-03-06 11:50:32 +08:00
..
bootloader_sections fix(ota): additional checks for secure version in anti-rollback case 2024-02-07 22:23:10 +08:00
build_test change(console): Add build test for no console output 2024-02-28 20:39:52 +08:00
cxx_build_test feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +08:00
cxx_no_except tools: setting components to main to reduce build time 2023-04-25 15:42:22 +08:00
cxx_pthread_bluetooth fix(hal): use __builtin_unreachable in no-assert mode 2024-03-06 11:50:32 +08:00
eh_frame tools: setting components to main to reduce build time 2023-04-25 15:42:22 +08:00
esp_intr_dump feat(esp_timer): Move esp_timer-related init steps into the component 2024-02-19 19:21:40 +08:00
g0_components feat(esp32c5): support esp32c5 g0 components 2023-12-08 15:12:24 +08:00
g1_components feat(efuse): Move efuse-related init steps into the component 2024-03-01 21:07:03 +02:00
gdb feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +08:00
gdb_loadable_elf feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +08:00
gdbstub_runtime ci(p4): added todo jira for disabled tests on p4 2024-01-04 09:36:38 +08:00
longjmp_test tools: setting components to main to reduce build time 2023-04-25 15:42:22 +08:00
memprot feat(freertos): Introduced new Kconfig option CONFIG_FREERTOS_NUMBER_OF_CORES 2024-02-09 09:11:28 +01:00
no_embedded_paths feat(ble_mesh): Support Bluetooth Mesh Protocol v1.1 (Preview) 2023-09-08 21:37:33 +08:00
panic feat(tools/test_apps): Add violation tests for the flash I/DROM region 2024-02-28 10:54:38 +05:30
ram_loadable_app ci(p4): added todo jira for disabled tests on p4 2024-01-04 09:36:38 +08:00
startup feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +08:00
test_watchpoint bugfix(esp_system): made watchpoint setting configuration-dependent 2023-03-13 14:24:15 +08:00
unicore_bootloader test: fix custom additional app for multicore test cases 2024-01-16 20:20:42 +01:00