yf13
yf13
## PR描述: Per discussions in issue#48, we should leave PMP to firmware or OS thus allowing mainline OpenSBI or different OS be loaded. MAEE extension should also be turned off...
### Help I am wondering how can one shutdown CanMV-k230 gracefully? I typed `poweroff` within Linux console but got: ``` The system is going down NOW! Sent SIGTERM to all...
### Help The default display resolution seems to be 1080p, which is fine. My display can only do 720p, how to make CanMV-k230 to work with it? I guess that...
### What happened When booting CanMV-k230 with SBI debug dump enabled, the following messages shows up in little core console: ``` Can not configure pmp for domain rootbecause memory region...
### What happened When doing `make clean` in top level with SDK v1.0, it seems only two flag files are deleted. Is this intentionally left unimplemented? It seems that we...
## Summary Currently the sigaction objects are never reclaimed after use, thus after running `ostest` we will see used memory increasion. This patch uses a configurable number of pre-allocated entries...
## Summary Current task group data is embedded in the task TCB, this is also used for kernel threads, which seems can share the `group` as they all live in...
## Summary sched/Kconfig: add PIDHASH_INITIAL_LENGTH option This adds the flexibility to configure pid hash table length. It allows to provision the table right at once for cases where number of...
## Description When .config is tweaked, sometimes cmake system doesn't update the `include/nuttx/config.h`. ## Reproducing To reproduce, try following steps: - Find an out-of-tree build folder, do `cmake ~/Projects/Nuttx/nuttx -G...
## Reproducing Similar to that of issue #12209, but using latest master from Nuttx upstream. QEMU is still 6.2 but OpenSBI firmware is v1.0, as the default v0.9 is no...