incubator-nuttx/boards
Tiago Medicci Serrano c67502d9b4 riscv: Implement page-fault exception and on-demand paging
When an application is being loaded `up_addrenv_create ` calls
`create_region` to create the address environment. Only the first
entry is mapped when the region is created. Virtual memory that is
not mapped will trigger an exception when accessed. Other memory
pages are allocated and mapped on-demand. This enables setting
larger heap and stack for the process without compromising the
overall system memory.
2024-03-05 09:45:49 +08:00
..
arm paging: Rename existing CONFIG_PAGING to CONFIG_LEGACY_PAGING 2024-03-05 09:45:49 +08:00
arm64 arm64/defconfig: improve the arm64 defconfig 2024-03-01 21:05:00 +09:00
avr avr32dev1: Fix compilation and nsh boot-up 2024-02-08 11:12:13 -03:00
dummy
hc/m9s12 Documentation: migrate the rest boards 2023-10-26 18:13:34 -03:00
mips sched_lock refine: remove sched_[un]lock in xxx_waitsample 2023-11-21 20:03:43 -08:00
misoc/lm32/misoc Documentation: migrate the rest boards 2023-10-26 18:13:34 -03:00
or1k/mor1kx/or1k Documentation: migrate the rest boards 2023-10-26 18:13:34 -03:00
renesas Revert "make/archive: Use the full path name when matching or storing names in the archive" 2023-10-27 22:26:18 +08:00
risc-v riscv: Implement page-fault exception and on-demand paging 2024-03-05 09:45:49 +08:00
sim/sim/sim test: add libtest build 2024-03-01 12:59:16 -03:00
sparc
tricore/tc3xx/tc397 arch/tricore: add Infineon AURIX TriCore support 2024-02-21 21:39:19 -08:00
x86/qemu/qemu-i486 Revert "make/archive: Use the full path name when matching or storing names in the archive" 2023-10-27 22:26:18 +08:00
x86_64/intel64/qemu-intel64 arch/intel64: add HPET timer support as oneshot timer 2024-03-03 02:24:40 +08:00
xtensa esp32-sparrow-kit: Add I2S support for the board's microphone 2024-02-20 06:46:06 -08:00
z16/z16f/z16f2800100zcog Documentation: migrate boards/{z16|z80}/xxx/configs/README.txt 2023-10-28 13:55:22 +08:00
z80 Documentation: migrate boards/{z16|z80}/xxx/configs/README.txt 2023-10-28 13:55:22 +08:00
.gitignore
Board.mk sh:Change expansion path logic 2024-03-04 01:18:45 +08:00
CMakeLists.txt
Kconfig arch/intel64/Kconfig: add chip choice option 2024-02-26 20:06:35 +08:00
Makefile
boardctl.c
dummy.c