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.
To get e.g. semaphore related changes Signed-off-by: Jani Paalijarvi <[email protected]>
- 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
+2 −1 | .github/workflows/codeql.yml | |
+94 −2 | fs/socket/accept.c | |
+3 −0 | include/nuttx/addrenv.h | |
+16 −2 | include/nuttx/mm/kmap.h | |
+18 −15 | mm/kmap/kmm_map.c | |
+3 −0 | sched/addrenv/addrenv.c | |
+13 −17 | sched/semaphore/sem_holder.c | |
+8 −16 | sched/semaphore/sem_waitirq.c |