nuttx/arch/risc-v/src/hpm6750
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
hpm6750_clockconfig.c
hpm6750_clockconfig.h
hpm6750_config.h
hpm6750_head.S arch/riscv: force using encoding macro for CSR access 2024-04-11 10:43:48 +08:00
hpm6750_iomux.h
hpm6750_irq_dispatch.c
hpm6750_irq.c arch/riscv: force using encoding macro for CSR access 2024-04-11 10:43:48 +08:00
hpm6750_lowputc.c
hpm6750_lowputc.h
hpm6750_memorymap.h arch/risc-v: introduce dynamic stack allocation. 2024-04-27 22:09:22 -03:00
hpm6750_pmic_iomux.h
hpm6750_serial.c up_putc: int up_putc, enter_critical_section may be called 2024-05-09 13:45:02 +08:00
hpm6750_serial.h
hpm6750_start.c arch/risc-v: remove g_cpux_idlestack 2024-05-11 17:57:59 +02:00
hpm6750_timerisr.c
hpm6750.h
Kconfig
Make.defs