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.
This commit is contained in:
Gregory Nutt
2018-07-13 10:34:33 -06:00
parent 50347a1068
commit 859d032938
12 changed files with 558 additions and 24 deletions
+1 -1
View File
@@ -55,7 +55,7 @@
****************************************************************************/
/****************************************************************************
* Name: aio_read
* Name: aio_cancel
*
* Description:
* The aio_cancel() function attempts to cancel one or more asynchronous