esp-idf/components/ulp/include
Omar Chebib 622fb9e906 CI: check_public_headers script will detect the use of static asserts in headers
When a public header contains _Static_assert or static_assert, check_public_headers.py script will detect it and report it as an issue.
Indeed, public headers shall now use ESP_STATIC_ASSERT.
2022-12-06 19:28:51 +08:00
..
esp32 CI: check_public_headers script will detect the use of static asserts in headers 2022-12-06 19:28:51 +08:00
esp32s2 CI: check_public_headers script will detect the use of static asserts in headers 2022-12-06 19:28:51 +08:00
esp32s3 CI: check_public_headers script will detect the use of static asserts in headers 2022-12-06 19:28:51 +08:00
ulp_common.h ulp: Added support for ULP FSM on esp32s3 and fixed bugs for esp32s2 2022-06-29 11:57:02 +08:00