From 084ba74a8773e820d6d98b224d8aa2fbae36e1d7 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 29 Apr 2015 15:53:58 -0600 Subject: [PATCH] First cut, dirty conversion of EFM32, STM32 FS and HS host drivers to the new interfaces --- configs/stm32f4discovery/README.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configs/stm32f4discovery/README.txt b/configs/stm32f4discovery/README.txt index 82c67f49aa..c591b500cb 100644 --- a/configs/stm32f4discovery/README.txt +++ b/configs/stm32f4discovery/README.txt @@ -1605,10 +1605,11 @@ Where is one of the following: CONFIG_USBDEV=n : Make sure tht USB device support is disabled CONFIG_USBHOST=y : Enable USB host support + CONFIG_USBHOST_MSC=y : Enable the mass storage class CONFIG_STM32_OTGFS=y : Enable the STM32 USB OTG FS block CONFIG_STM32_SYSCFG=y : Needed for all USB OTF FS support - CONFIG_SCHED_WORKQUEUE=y : Worker thread support is required for the mass - storage class driver. + CONFIG_SCHED_WORKQUEUE=y : High priority worker thread support is required + CONFIG_SCHED_HPWORK=y : for the mass storage class driver. CONFIG_NSH_ARCHINIT=y : Architecture specific USB initialization is needed for NSH CONFIG_FS_FAT=y : Needed by the USB host mass storage class.