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 saluki-v2 and nuttx submodules
Fetch changes to enable compiler optimized memcpy et al
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule saluki-v2
updated
from 0de3c8 to 06863f
Submodule nuttx
updated
9 files
+21 −0 | arch/risc-v/include/elf.h | |
+55 −6 | arch/risc-v/src/common/riscv_addrenv_pgmap.c | |
+27 −2 | arch/risc-v/src/common/riscv_pmp.c | |
+19 −2 | binfmt/libelf/libelf_bind.c | |
+7 −0 | drivers/net/rpmsgdrv.c | |
+20 −0 | include/nuttx/arch.h | |
+3 −3 | include/nuttx/elf.h | |
+146 −24 | libs/libc/machine/risc-v/arch_elf.c | |
+7 −1 | mm/kmap/kmm_map.c |