nuttx/fs/aio
Gregory Nutt 859d032938 This commit adds support for the MAX3421E to the viewtool-stm32107 board support
Squashed commit of the following:

    configs/viewtool-stm32f107:  Clean up some compilation errors.  Now all builds correctly and is ready for test.

    arch/arm/src/stm32:  Do not condition building STM32 USB host logic on CONFIG_USBHOST.  That then precludes building STM32 platforms with external USB host chips like the MAX3421E.  Add an new, STM32-internal variable CONFIG_STM32_USBHOST that does the same job without such side-effects.

    configs/viewtool-stm32f107:  Add support for MAX3421E USB host.
2018-07-13 10:45:08 -06:00
..
aio_cancel.c This commit adds support for the MAX3421E to the viewtool-stm32107 board support 2018-07-13 10:45:08 -06:00
aio_fsync.c
aio_initialize.c
aio_queue.c
aio_read.c
aio_signal.c
aio_write.c
aio.h
aioc_contain.c
Kconfig
Make.defs