-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Submodules for develop at 2021/12/13 17:39:31
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule nuttx
updated
20 files
+4 −0 | boards/Kconfig | |
+4 −0 | boards/arm/cxd56xx/common/src/Make.defs | |
+52 −0 | boards/arm/cxd56xx/common/src/cxd56_usbdevserialstr.c | |
+8 −8 | boards/arm/cxd56xx/spresense/src/cxd56_bringup.c | |
+52 −0 | drivers/usbdev/Kconfig | |
+8 −0 | drivers/usbdev/adb.c | |
+8 −0 | drivers/usbdev/cdcacm_desc.c | |
+8 −0 | drivers/usbdev/cdcecm.c | |
+2 −0 | drivers/usbdev/composite.c | |
+8 −0 | drivers/usbdev/composite_desc.c | |
+8 −0 | drivers/usbdev/pl2303.c | |
+8 −0 | drivers/usbdev/rndis.c | |
+6 −0 | drivers/usbdev/usbmsc.h | |
+10 −0 | drivers/usbdev/usbmsc_desc.c | |
+4 −2 | drivers/usbdev/usbmsc_scsi.c | |
+22 −0 | drivers/video/Kconfig | |
+6 −27 | drivers/video/isx012.c | |
+2 −0 | drivers/video/isx012_reg.h | |
+98 −36 | drivers/video/isx019.c | |
+17 −0 | include/nuttx/board.h |