esp-idf/components/esp_common
Guillaume Souchere 8fbc34a356 fix(esp_attr): Remove semiclon from PACKED attribute
When the macro was introduced, a semicolon was added at the end
of the definition and merged like that in v5.2 release. The semicolon
was then removed in master but the change was never backported in v5.2.

This commit removes the semicolon to the definition of the PATCKED_ATTR
macro in v5.2.

Closes https://github.com/espressif/esp-idf/issues/13149
2024-02-12 09:51:10 +01:00
..
include fix(esp_attr): Remove semiclon from PACKED attribute 2024-02-12 09:51:10 +01:00
src feat(wifi): add wifi channel change event 2023-12-19 13:11:01 +05:30
test_apps fix(ci): change build-test-rules files folder 2023-09-20 19:17:06 +08:00
CMakeLists.txt esp_common: make esp_err_to_name and ESP_ERROR_CHECK usable on Linux 2022-08-18 18:16:45 +02:00
common.lf esp_system: Fix esp32c2/esp32c3/esp32h2 TLS size 2022-06-27 03:29:08 +00:00
Kconfig esp_common: move configs 2021-02-24 12:16:37 +08:00
project_include.cmake tools: cmake: check tool supported version with idf_tools.py 2022-10-03 19:01:32 +04:00
soc.lf feat(tcm): added tcm basic support on esp32p4 2023-07-25 05:59:10 +00:00