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.
Signed-off-by: Jukka Laitinen <[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
18 files
+2 −0 | .gitignore | |
+4 −0 | arch/arm64/src/common/arm64_initialize.c | |
+128 −0 | arch/arm64/src/imx9/Kconfig | |
+4 −0 | arch/arm64/src/imx9/Make.defs | |
+487 −0 | arch/arm64/src/imx9/hardware/imx9_flexcan.h | |
+2,100 −0 | arch/arm64/src/imx9/imx9_flexcan.c | |
+84 −0 | arch/arm64/src/imx9/imx9_flexcan.h | |
+8 −7 | arch/arm64/src/imx9/imx9_flexspi.c | |
+72 −108 | arch/arm64/src/imx9/imx9_flexspi_nor.c | |
+57 −30 | arch/arm64/src/imx9/imx9_usbdev.c | |
+286 −0 | boards/arm64/imx9/imx93-evk/include/imx9_trdc_config.h | |
+5 −2 | drivers/usbdev/cdcacm.c | |
+1 −1 | drivers/usbdev/pl2303.c | |
+2 −3 | net/can/can_sendmsg.c | |
+3 −1 | net/devif/devif_poll.c | |
+3 −2 | net/netdev/netdev_default.c | |
+22 −0 | tools/imx9/Config.mk | |
+2 −0 | tools/imx9/Makefile.host |