forked from PX4/PX4-Autopilot
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update nuttx, apps and kernel process submodules
Kernel mode issues are fixed, mostly CPU usage, almost all of these are patches from upstream.
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule nuttx
updated
24 files
+0 −24 | arch/risc-v/Kconfig | |
+4 −0 | arch/risc-v/src/common/pgalloc.h | |
+7 −0 | arch/risc-v/src/common/riscv_addrenv.c | |
+1 −1 | arch/risc-v/src/common/riscv_addrenv_pgmap.c | |
+22 −2 | arch/risc-v/src/common/riscv_addrenv_utils.c | |
+4 −0 | arch/risc-v/src/common/riscv_mmu.h | |
+40 −116 | arch/risc-v/src/common/riscv_pmp.c | |
+9 −14 | arch/risc-v/src/mpfs/Kconfig | |
+42 −83 | arch/risc-v/src/mpfs/mpfs_ddr.c | |
+37 −1 | arch/risc-v/src/mpfs/mpfs_entrypoints.c | |
+20 −6 | arch/risc-v/src/mpfs/mpfs_ethernet.c | |
+4 −5 | arch/risc-v/src/mpfs/mpfs_head.S | |
+36 −38 | arch/risc-v/src/mpfs/mpfs_opensbi.c | |
+9 −2 | arch/risc-v/src/opensbi/Make.defs | |
+1 −0 | binfmt/CMakeLists.txt | |
+2 −0 | binfmt/Makefile | |
+55 −8 | binfmt/binfmt_exec.c | |
+123 −18 | binfmt/binfmt_execmodule.c | |
+1 −1 | include/nuttx/arch.h | |
+3 −1 | include/nuttx/binfmt/binfmt.h | |
+65 −7 | mm/kmap/kmm_map.c | |
+12 −0 | sched/misc/assert.c | |
+1 −22 | sched/task/task_posixspawn.c | |
+23 −29 | sched/task/task_spawn.c |
Submodule process
updated
from fdbc42 to 8203ab