walnux/boards
Kerogit 492ea844ef boards/avr: fix alignment of .text section if .progmem is used
The .progmem section in the .text section contains data marked
to not be copied into RAM and instead used directly from program
memory. Unlike other sections that naturally align to 2 byte words,
this section may be odd in length.

If this happens, following sections will end up misaligned
and the compilation will fail. This patch forces correct alignment
after the .progmem section end.
2025-05-08 15:58:18 +08:00
..
arm boards/stm32h5/nucleo-h563zi: Add USART2 board defines. 2025-05-07 02:20:28 +08:00
arm64 boards/imx93-evk: kernel build for AHAB boot 2025-05-03 11:25:54 +08:00
avr boards/avr: fix alignment of .text section if .progmem is used 2025-05-08 15:58:18 +08:00
dummy
hc/m9s12 boards/hc/m9s12: migrate to SPDX identifier 2024-11-12 22:20:59 +08:00
mips Revert "boards/defconfig: remove fixed CDCACM BUFFER SIZE" 2025-03-28 08:52:42 +08:00
misoc/lm32/misoc boards/misoc/lm32: migrate to SPDX identifier 2024-11-12 22:20:59 +08:00
or1k/mor1kx/or1k boards/defconfig: remove unused config about dd 2025-04-20 00:41:26 +08:00
renesas libc/elf: rename modlib to libelf 2025-04-11 09:43:22 +08:00
risc-v boards/risc-v: add MPU60x0 bringup support to ESP32C6 2025-05-02 09:31:52 -03:00
sim/sim/sim boards/sim: add CAN support and configuration 2025-05-03 11:26:08 +08:00
sparc libc/elf: rename modlib to libelf 2025-04-11 09:43:22 +08:00
tricore/tc3xx/tc397 nuttx/boards/XXX/defconfig:DEV_ZERO is not set 2024-12-30 22:22:29 +08:00
x86/qemu/qemu-i486 qemu-i486: Simplify Make.defs by include Toolchain.defs 2025-01-27 02:28:39 +08:00
x86_64/intel64/qemu-intel64 arch/x86_64: Fix fb_putc for early-print. 2025-04-02 12:01:46 +08:00
xtensa boards/esp32s3: fix rtc segment on linker script 2025-05-05 23:50:52 +08:00
z16/z16f/z16f2800100zcog boards/z16/z16f: migrate to SPDX identifier 2024-11-12 22:20:59 +08:00
z80 boards/defconfig: remove unused config about dd 2025-04-20 00:41:26 +08:00
.gitignore
Board.mk sh:Change expansion path logic 2024-03-04 01:18:45 +08:00
boardctl.c libc/elf: rename modlib to libelf 2025-04-11 09:43:22 +08:00
CMakeLists.txt boards: migrate to SPDX identifier 2024-11-12 22:20:59 +08:00
dummy.c boards: migrate to SPDX identifier 2024-11-12 22:20:59 +08:00
Kconfig boards/stm32f0l0g0: Add Nucleo G0B1RE support 2025-05-07 02:03:19 +08:00
Makefile boards: migrate to SPDX identifier 2024-11-12 22:20:59 +08:00