Files
esp-idf/components/hal/esp32s2/include/hal
Yuan Yu 18091976ec fix(hal): Wrap LL macros with atomic env in do-while for control safety
- Standardize all LL macros using atomic env variables with `do { ... } while (0)`
- Prevent potential macro misuse in control flow constructs (e.g., if/else)
- Affected targets: esp32, esp32c2, esp32c5, esp32s3, esp32p4, etc.
- Affected modules include: LCD, I2S, TIMER, and others
2025-05-22 14:42:11 +08:00
..
2022-08-02 23:07:06 +08:00
2025-01-07 16:16:06 +08:00
2023-01-09 17:10:04 +08:00
2024-12-09 20:56:54 +07:00
2025-04-30 18:35:39 +08:00
2025-04-30 18:35:39 +08:00