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.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule nuttx
updated
17 files
+8 −2 | arch/arm/src/armv7-a/CMakeLists.txt | |
+1 −0 | arch/arm/src/armv7-a/Make.defs | |
+75 −0 | arch/arm/src/armv7-a/arm_addrenv_pgmap.c | |
+20 −0 | arch/risc-v/src/common/riscv_addrenv_pgmap.c | |
+1 −13 | fs/hostfs/CMakeLists.txt | |
+15 −5 | fs/littlefs/CMakeLists.txt | |
+13 −2 | fs/partition/CMakeLists.txt | |
+1 −0 | fs/procfs/CMakeLists.txt | |
+2 −6 | fs/rpmsgfs/CMakeLists.txt | |
+2 −2 | fs/shm/CMakeLists.txt | |
+1 −1 | fs/shm/Kconfig | |
+5 −0 | fs/shm/shmfs.c | |
+10 −0 | fs/shm/shmfs_alloc.c | |
+6 −0 | fs/vfs/CMakeLists.txt | |
+2 −1 | fs/vfs/fs_stat.c | |
+20 −1 | include/nuttx/arch.h | |
+1 −1 | include/nuttx/fs/fs.h |