mirror of
https://github.com/apache/nuttx.git
synced 2026-08-05 22:29:02 +00:00
Additions: - In arch/risc-v/src/k230/ - k230_userspace.c add user space initialization - k230_userspace.h headers for user space initialization - In boards/risc-v/k230/canmv230/kernel/ - k230_userspace.c userspace_s const data definition - Makefile pass1 Makefile - In boards/risc-v/k230/canmv230/scripts/ - ld-protected.script linker script for protected build kernel - ld-userland.script linker script for protected build userspace - In boards/risc-v/k230/canmv230/configs - pnsh/defconfig defconfig for protected build Changes: - In arch/risc-v/src/k230/ - k230_start.c add protected build handling logic - Make.defs add protected build support - In boards/risc-v/k230/canmv230/scripts/ - Make.defs add protected build support - In Documentation/platforms/risc-v/k230/boards/canmv230/ - index.rst add protected build usage Signed-off-by: Yanfeng Liu <yfliu2008@qq.com> |
||
|---|---|---|
| .. | ||
| arm | ||
| arm64 | ||
| avr | ||
| dummy | ||
| hc/m9s12 | ||
| mips | ||
| misoc/lm32/misoc | ||
| or1k/mor1kx/or1k | ||
| renesas | ||
| risc-v | ||
| sim/sim/sim | ||
| sparc | ||
| x86/qemu/qemu-i486 | ||
| x86_64/intel64/qemu-intel64 | ||
| xtensa | ||
| z16/z16f/z16f2800100zcog | ||
| z80 | ||
| .gitignore | ||
| Board.mk | ||
| boardctl.c | ||
| CMakeLists.txt | ||
| dummy.c | ||
| Kconfig | ||
| Makefile | ||