nuttx/drivers/usbdev
Gregory Nutt 21aef0dd68 drivers/*/Kconfig: Consolidate driver Kconfig Files.
This commit does two things:

1. First, it reorganizes the driver Kconfig files so that each is self contained.  Before, a part of the driver configuration was in drivers/Kconfig and the rest was in in drivers/xyz/Konfig.  Now, all of the driver configuration is consolitated in the latter.

2. Second, this commit correct numerous serious errors introduced in a previous reorganization of the driver Kconfig files.  This was first noted by Nicholas Chin in PR270 for the case of the drivers/i2c/Kconfig but some examination indicates that the error was introduced into several other Kconfig files as well.

The nature of the introduced error was basically this:

- Nothing must intervene between the menuconfig selection and the following conditional configuration otpions.
- A previous PR erroneously introduced unconditional options between the menuconfig and the following confditional logic, thus corrupting the driver menus.

This error was easy to make because the driver Kconfig files were not well modularized.  Making them fully self-contained should eliminate this kind of error in the future.
2020-02-15 15:19:11 +01:00
..
cdcacm_desc.c Fix USB issues 2020-01-10 12:09:05 -03:00
cdcacm.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
cdcacm.h Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
cdcecm.c CDC ECM Ethernet over USB High Speed for SAMA5D36-Xplained #68 2020-01-10 07:13:37 -03:00
cdcecm.h drivers/usbdev/cdcecm.c: Adds USB Device Support for CDC/ECM 2018-08-16 08:49:11 -06:00
composite_desc.c Fix USB issues 2020-01-10 12:09:05 -03:00
composite.c Fix USB issues 2020-01-10 12:09:05 -03:00
composite.h Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
dfu.c Updates from coding standard review of PRs 753 and 754 2018-11-09 07:44:22 -06:00
Kconfig drivers/*/Kconfig: Consolidate driver Kconfig Files. 2020-02-15 15:19:11 +01:00
Make.defs NuttX: Add DFU Runtime driver for activating bootloader through USB command. 2018-11-09 14:11:31 +02:00
pl2303.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
rndis_std.h Remove trailing spaces at the end of lines. 2018-08-13 07:39:38 -06:00
rndis.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
usbdev_strings.c drivers/usbdev: Add support for RX flow control to the CDC/ACM driver. 2017-09-22 14:01:00 -06:00
usbdev_trace.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
usbdev_trprintf.c drivers/usbdev: Add support for RX flow control to the CDC/ACM driver. 2017-09-22 14:01:00 -06:00
usbmsc_desc.c Fix USB issues 2020-01-10 12:09:05 -03:00
usbmsc_scsi.c Fix USB issues 2020-01-10 12:09:05 -03:00
usbmsc.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
usbmsc.h Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00