zephyr/soc/espressif/esp32c3
Sylvio Alves f65770c1a1 soc: esp32xx: always use section prologue with alignment
ESP32 requires proper alignment between sections. There are some
scenarios, as reported in #74533, that the section can
get shifted, causing runtime failure.
Making sure SECTION_PROLOGUE is used with ALIGN_WITH_INPUT
will guarantee its consistency.

Fixes #74533

Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
2024-06-28 21:00:11 -04:00
..
CMakeLists.txt soc: espressif: esp32c3: simple boot support 2024-04-08 09:16:41 -04:00
default.ld soc: esp32xx: always use section prologue with alignment 2024-06-28 21:00:11 -04:00
Kconfig soc: espressif: esp32c3: update to hal_espressif v5.1 2024-04-05 13:39:53 +02:00
Kconfig.defconfig soc: espressif: esp32c3: update to hal_espressif v5.1 2024-04-05 13:39:53 +02:00
Kconfig.mac soc: espressif: esp32c3: update to hal_espressif v5.1 2024-04-05 13:39:53 +02:00
Kconfig.soc
mcuboot.ld lib c/cpp: Move .ctor .init_array handling from C++ to kernel 2024-06-25 19:14:37 -04:00
memory.h soc: espressif: Update MCUboot segment size 2024-06-26 09:01:25 -04:00
pinctrl_soc.h
power.c
poweroff.c soc: espressif: esp32c3: update to hal_espressif v5.1 2024-04-05 13:39:53 +02:00
soc.c soc: esp32xx: refactor clock and RTC subsystems 2024-05-27 01:37:18 -07:00
soc.h soc: espressif: esp32c3: update to hal_espressif v5.1 2024-04-05 13:39:53 +02:00
soc_irq.c soc: espressif: esp32c3: update to hal_espressif v5.1 2024-04-05 13:39:53 +02:00
soc_irq.S build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
vectors.S