File tree Expand file tree Collapse file tree 6 files changed +3
-66
lines changed
Expand file tree Collapse file tree 6 files changed +3
-66
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ menuconfig PKG_USING_WIFI_HOST_DRIVER
148148
149149 choice
150150 prompt "Select HOST_WAKE_IRQ event type"
151- default CYBSP_HOST_WAKE_IRQ_EVENT_FALLING
151+ default CYBSP_HOST_WAKE_IRQ_EVENT_FALL
152152
153153 config CYBSP_HOST_WAKE_IRQ_EVENT_FALL
154154 bool "falling"
Original file line number Diff line number Diff line change 11# Kconfig file for package RgPower
22menuconfig PKG_USING_RGPOWER
3- bool " Use RgPower "
3+ bool "Use RgPower"
44 default n
55
66if PKG_USING_RGPOWER
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ menu "CMSIS: ARM Cortex-M Microcontroller Software Interface Standard"
22
33source "$PKGS_DIR/packages/system/CMSIS/CMSIS_5/Kconfig"
44source "$PKGS_DIR/packages/system/CMSIS/CMSIS-Core/Kconfig"
5- source "$PKGS_DIR/packages/system/CMSIS/CMSIS-DSP/Kconfig"
65source "$PKGS_DIR/packages/system/CMSIS/CMSIS-NN/Kconfig"
76source "$PKGS_DIR/packages/system/CMSIS/CMSIS_RTOS1/Kconfig"
87source "$PKGS_DIR/packages/system/CMSIS/CMSIS_RTOS2/Kconfig"
Original file line number Diff line number Diff line change 11# Kconfig file for package CherryUSB
22menuconfig PKG_USING_CHERRYUSB
3+ depends on RT_VER_NUM < 0x50200
34 bool "CherryUSB: tiny and portable USB host/device stack for embedded system with USB IP"
45 default n
56
@@ -232,23 +233,20 @@ if PKG_USING_CHERRYUSB
232233 bool
233234 prompt "Enable usb cdc ecm driver"
234235 select RT_USING_LWIP
235- select RT_USING_LWIP212
236236 select CONFIG_USBHOST_PLATFORM_CDC_ECM
237237 default n
238238
239239 config PKG_CHERRYUSB_HOST_CDC_RNDIS
240240 bool
241241 prompt "Enable usb rndis driver"
242242 select RT_USING_LWIP
243- select RT_USING_LWIP212
244243 select CONFIG_USBHOST_PLATFORM_CDC_RNDIS
245244 default n
246245
247246 config PKG_CHERRYUSB_HOST_CDC_NCM
248247 bool
249248 prompt "Enable usb cdc ncm driver"
250249 select RT_USING_LWIP
251- select RT_USING_LWIP212
252250 select CONFIG_USBHOST_PLATFORM_CDC_NCM
253251 default n
254252
@@ -271,15 +269,13 @@ if PKG_USING_CHERRYUSB
271269 bool
272270 prompt "Enable usb asix driver"
273271 select RT_USING_LWIP
274- select RT_USING_LWIP212
275272 select CONFIG_USBHOST_PLATFORM_ASIX
276273 default n
277274
278275 config PKG_CHERRYUSB_HOST_RTL8152
279276 bool
280277 prompt "Enable usb rtl8152 driver"
281278 select RT_USING_LWIP
282- select RT_USING_LWIP212
283279 select CONFIG_USBHOST_PLATFORM_RTL8152
284280 default n
285281
You can’t perform that action at this time.
0 commit comments