FreeRTOS-Kernel/FreeRTOS/Demo/RISC-V_RV32_QEMU_VIRT_GCC/build/gcc
Luca Mannella 9165944664
Align stack size to 16-byte boundary by changing __stack_size from 350 to 352​ (#1335)
This commit updates the __stack_size definition in the
linker flags, changing its value from 350 to 352. This
change ensures that the stack size is a multiple of 16,
aligning the stack pointer (sp) to a 16-byte boundary
as required by the system architecture.​
2025-04-08 11:24:31 +05:30
..
output Extend qemu virt riscv demo (#774) 2022-01-26 17:55:06 -08:00
.cproject Extend qemu virt riscv demo (#774) 2022-01-26 17:55:06 -08:00
.project Extend qemu virt riscv demo (#774) 2022-01-26 17:55:06 -08:00
fake_rom.ld Update RV32 qemu Demo to support RVA23 (#1329) 2025-03-10 17:06:13 +05:30
gdbinit Update GCC RISC-V QEMU project to support new RISC-V port and vector mode (#780) 2022-02-08 13:58:34 -08:00
Makefile Align stack size to 16-byte boundary by changing __stack_size from 350 to 352​ (#1335) 2025-04-08 11:24:31 +05:30
printf-stdarg.c Update RV32 qemu Demo to support RVA23 (#1329) 2025-03-10 17:06:13 +05:30
RegTest.S Update demo RISCV qemu demo to check the vector context save (#1334) 2025-03-31 21:08:39 +05:30
RTOSDemo Default.launch Extend qemu virt riscv demo (#774) 2022-01-26 17:55:06 -08:00
start.S Update demo RISCV qemu demo to check the vector context save (#1334) 2025-03-31 21:08:39 +05:30