incubator-nuttx/drivers/usbhost
Gregory Nutt a64869aa67 CONFIG_NFILE_DESCRIPTORS=0 can no longer be used to disable the file system. NuttX with no file system does not make sense.
Squashed commit of the following:

    configs/:  The few configurations that formerly set CONFIG_NFILE_DESCRIPTORS=0 should not default, rather they should set the number of descriptors to 3.
    fs/:  Remove all conditional logic based on CONFIG_NFILE_DESCRIPTORS == 0
    tools/:  Tools updates for changes to usage of CONFIG_NFILE_DESCRIPTORS.
    syscall/:  Remove all conditional logic based on CONFIG_NFILE_DESCRIPTORS == 0
    libs/:  Remove all conditional logic based on CONFIG_NFILE_DESCRIPTORS == 0
    include/:  Remove all conditional logic based on CONFIG_NFILE_DESCRIPTORS == 0
    drivers/:  Remove all conditional logic based on CONFIG_NFILE_DESCRIPTORS == 0
    Documentation/:  Remove all references to CONFIG_NFILE_DESCRIPTORS == 0
    binfmt/:  Remove all conditional logic based on CONFIG_NFILE_DESCRIPTORS == 0
    arch/:  Remove all conditional logic based on CONFIG_NFILE_DESCRIPTORS == 0
    net/:  Remove all conditional logic based on CONFIG_NFILE_DESCRIPTORS == 0
    sched/:  Remove all conditional logic based on CONFIG_NFILE_DESCRIPTORS == 0
    sched/Kconfig:  CONFIG_NFILE_DESCRIPTORS may no longer to set to a value less than 3
    configs/:  Remove all settings for CONFIG_NFILE_DESCRIPTORS < 3
2019-02-11 12:09:26 -06:00
..
.gitignore
Kconfig This commit adds support for the Maxim M3421E USB host driver. 2018-07-03 18:49:51 -06:00
Make.defs This commit adds support for the Maxim M3421E USB host driver. 2018-07-03 18:49:51 -06:00
hid_parser.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
usbhost_cdcacm.c drivers/usbhost/usbhost_cdcacm.c: Fixes to the IOCTL method in recovery of UART pointer and in names of Termios-related field. 2019-02-11 07:08:33 -06:00
usbhost_composite.c Fix some typographical errors. 2018-09-14 06:55:45 -06:00
usbhost_composite.h Fix some typographical errors. 2018-09-14 06:55:45 -06:00
usbhost_devaddr.c Squashed commit of the following: 2017-10-04 15:22:27 -06:00
usbhost_enumerate.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
usbhost_findclass.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
usbhost_hidkbd.c CONFIG_NFILE_DESCRIPTORS=0 can no longer be used to disable the file system. NuttX with no file system does not make sense. 2019-02-11 12:09:26 -06:00
usbhost_hidmouse.c CONFIG_NFILE_DESCRIPTORS=0 can no longer be used to disable the file system. NuttX with no file system does not make sense. 2019-02-11 12:09:26 -06:00
usbhost_hub.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
usbhost_max3421e.c Costmetic changes during review of MAX3421E logic. 2018-08-02 13:58:26 -06:00
usbhost_registerclass.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
usbhost_registry.c
usbhost_registry.h
usbhost_skeleton.c Fix some typographical errors. 2018-09-14 06:55:45 -06:00
usbhost_storage.c CONFIG_NFILE_DESCRIPTORS=0 can no longer be used to disable the file system. NuttX with no file system does not make sense. 2019-02-11 12:09:26 -06:00
usbhost_trace.c
usbhost_xboxcontroller.c Fix some typographical errors. 2018-09-14 06:55:45 -06:00