Mahavir Jain
9006fc70ac
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-08-12 08:42:49 +05:30
..
2026-08-12 08:42:49 +05:30
2023-05-23 18:30:01 +02:00
2026-05-11 18:55:47 +08:00
2026-08-05 20:58:36 +08: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-06-05 15:59:04 +08:00
2026-05-28 09:53:32 +02:00
2025-09-30 15:28:55 +02:00
2026-07-01 13:17:25 +02:00
2023-12-12 16:00:04 +08:00
2026-05-28 09:53:32 +02:00
2026-08-03 17:31:17 +02:00
2026-06-16 16:56:46 +02:00
2026-06-04 14:45:05 +08:00
2026-07-15 09:14:35 +09:00
2026-07-14 18:59:46 +02:00
2026-05-07 11:59:48 +02:00
2025-07-10 11:26:28 +02:00
2026-06-04 14:45:05 +08:00
2026-03-23 09:24:45 +01:00
2026-06-15 14:58:45 +02:00
2026-06-09 15:40:34 +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
2021-01-24 12:48:29 +01:00
2026-07-14 18:59:46 +02:00
2026-08-10 09:31:40 +02:00
2026-05-25 14:16:08 +02:00