nuttx/arch/risc-v/src/rv32m1
Inochi Amaoto bc022f8cd8 arch/risc-v: remove g_cpux_idlestack
As all the board allocate idle stack from _ebss. The idle stack
layout is fix and can be computed directly by using _ebss. There
is no need to use g_cpux_idlestack array anymore, remove it.

Signed-off-by: Inochi Amaoto <inochiama@outlook.com>
2024-05-11 17:57:59 +02:00
..
hardware
chip.h
Kconfig
Make.defs
rv32m1_allocateheap.c
rv32m1_clockconfig.c
rv32m1_clockconfig.h
rv32m1_delay.c
rv32m1_gpio.c nuttx/list: rename container_of to list_container_of from public header 2024-02-29 19:44:54 +08:00
rv32m1_gpio.h
rv32m1_head.S arch/riscv: force using encoding macro for CSR access 2024-04-11 10:43:48 +08:00
rv32m1_irq_dispatch.c
rv32m1_irq.c arch/riscv: force using encoding macro for CSR access 2024-04-11 10:43:48 +08:00
rv32m1_linker.h
rv32m1_lowputc.c
rv32m1_lowputc.h
rv32m1_memorymap.h arch/risc-v: introduce dynamic stack allocation. 2024-04-27 22:09:22 -03:00
rv32m1_pcc.c
rv32m1_pcc.h
rv32m1_serial.c up_putc: int up_putc, enter_critical_section may be called 2024-05-09 13:45:02 +08:00
rv32m1_start.c arch/risc-v: remove g_cpux_idlestack 2024-05-11 17:57:59 +02:00
rv32m1_timerisr.c
rv32m1_timersvc.c
rv32m1_timersvc.h
rv32m1_uart.h
rv32m1.h