esp-idf/components/hal/platform_port/include/hal
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
..
assert.h fix(hal): use __builtin_unreachable in no-assert mode 2024-03-06 11:50:32 +08:00
check.h C/Cxx: unify static assertions with the macro ESP_STATIC_ASSERT 2022-11-21 16:18:08 +08:00
log.h hal: Remove dependency on log component 2022-04-18 10:35:01 +08:00
misc.h fix(hal): Fix incorrect behavior of hal_memcpy 2023-11-03 23:36:37 +08:00
regi2c_ctrl.h G0: hal/regi2c_ctrl.h now defines all REGI2C macros to pass g0_components build test 2022-07-11 12:24:58 +08:00