Mahavir Jain
1612b25e70
fix(build): word-align the length symbol of embedded data files
...
The generated assembly emitted <name>_length immediately after the raw
payload bytes, so the 32-bit word landed misaligned whenever the data
size was not a multiple of 4. Consumers declare it as a 32-bit object
(e.g. `extern const size_t <name>_length` in the ULP firmware loaders),
so the compiler emits an alignment-assuming word load, which is a
misaligned flash read prone to spurious load faults on chips with
SOC_CPU_MISALIGNED_ACCESS_ON_PMP_MISMATCH_ISSUE (ESP32-C6/H2/H21).
2026-09-04 11:51:56 +08:00
..
2026-09-04 11:51:56 +08:00
2023-05-23 18:30:01 +02:00
2026-05-11 18:55:47 +08:00
2026-08-10 09:05:01 +02:00
2025-09-09 22:00:44 +08:00
2025-09-29 15:37:54 +02:00
2026-05-11 18:55:47 +08:00
2026-03-13 17:23:11 +08:00
2025-10-08 19:55:21 +08:00
2026-07-17 11:09:20 +08:00
2025-09-30 15:28:55 +02:00
2026-07-03 19:18:42 +02:00
2023-12-12 16:00:04 +08:00
2026-03-17 21:02:49 +08:00
2026-06-24 21:24:21 +08:00
2026-04-02 10:53:32 +02:00
2025-09-24 00:51:54 +08:00
2026-05-07 11:59:48 +02:00
2025-07-10 11:26:28 +02:00
2025-09-17 16:58:02 +08:00
2026-03-23 09:24:45 +01:00
2026-06-29 22:10:21 +08:00
2026-07-17 11:09:20 +08:00
2025-12-18 03:43:04 +08:00
2025-08-19 14:44:32 +02:00
2024-11-19 16:41:38 +07:00
2026-04-16 13:41:48 +02:00
2022-10-03 19:01:32 +04:00
2025-12-03 13:31:42 +07:00
2026-05-07 17:42:32 +03:00
2026-05-07 17:42:32 +03:00
2026-05-07 17:42:32 +03:00
2026-05-07 17:42:32 +03:00
2026-05-07 17:42:32 +03:00
2026-05-07 17:42:32 +03:00
2026-05-07 17:42:32 +03:00
2026-05-07 17:42:32 +03:00
2026-05-07 17:42:32 +03:00
2026-05-07 17:42:32 +03:00
2026-05-07 17:42:32 +03:00
2026-05-07 17:42:32 +03:00
2026-05-07 17:42:32 +03:00
2025-11-14 21:04:54 +07:00
2025-11-14 21:04:54 +07:00
2025-11-14 21:04:54 +07:00
2025-11-14 21:04:54 +07:00
2025-11-14 21:04:54 +07:00
2025-11-14 21:04:54 +07:00
2025-11-14 21:04:54 +07:00
2025-11-14 21:04:54 +07:00
2025-11-14 21:04:54 +07:00
2025-11-14 21:04:54 +07:00
2025-11-14 21:04:54 +07:00
2025-11-14 21:04:54 +07:00
2025-11-17 14:48:55 +08:00
2026-05-07 17:42:32 +03:00
2026-08-28 10:05:35 +08:00
2025-10-24 09:01:34 +02:00