1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/stm32f429i-disc1
Gunar Schorcht 05160f9c2a boards/stm32f429-disc*: do not use periph_usbdev_hs
The board uses the USB OTG HS peripheral together with the on-hip FS PHY. Using the `periph_usbdev_hs` module increases the EP data size for the CDC ECM bulk endpoint to 512 bytes, which does not work for the FS interface. Module `periph_usbdev_hs` is therefore not used.
2023-03-31 12:21:41 +02:00
..
include boards/common/stm32: rename cfg_usb_otg_hs_fs.h to clarify the usage 2022-10-06 06:25:38 +02:00
doc.txt boards/stm32f429i-disc1: add initial support 2018-06-28 20:48:58 +02:00
Kconfig boards/stm32f429-disc*: do not use periph_usbdev_hs 2023-03-31 12:21:41 +02:00
Makefile boards/stm32f429i-disc1: add initial support 2018-06-28 20:48:58 +02:00
Makefile.dep boards/stm32f429-disc*: do not use periph_usbdev_hs 2023-03-31 12:21:41 +02:00
Makefile.features boards/stm32f429-disc*: do not use periph_usbdev_hs 2023-03-31 12:21:41 +02:00
Makefile.include boards/stm32: set openocd as only supported programmer 2021-02-24 13:29:16 +01:00