mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 11:56:10 +08:00
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:
+1
-1
@@ -55,7 +55,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Name: aio_read
|
||||
* Name: aio_cancel
|
||||
*
|
||||
* Description:
|
||||
* The aio_cancel() function attempts to cancel one or more asynchronous
|
||||
|
||||
Reference in New Issue
Block a user