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 to include patch for kernel mode PI issue
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule nuttx
updated
8 files
+6 −0 | arch/risc-v/src/mpfs/Kconfig | |
+4 −0 | arch/risc-v/src/mpfs/Make.defs | |
+8 −2 | arch/risc-v/src/mpfs/mpfs_i2c.c | |
+69 −32 | arch/risc-v/src/mpfs/mpfs_ihc.c | |
+36 −18 | arch/risc-v/src/mpfs/mpfs_ihc_sbi.c | |
+390 −0 | arch/risc-v/src/mpfs/mpfs_tamper.c | |
+86 −0 | arch/risc-v/src/mpfs/mpfs_tamper.h | |
+18 −0 | sched/semaphore/sem_holder.c |