1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/common/stm32
Gunar Schorcht d2f7fd6a0e boards/common/stm32: rename cfg_usb_otg_hs_fs.h to clarify the usage
The `fs` in the file name means that on-chip FS PHY is configured for USB OTG HS. The file is renamed to `cfg_usb_otg_hs_phy_fs.h`
- to clarify that USB OTG HS is just configured with PHY FS and not HS and FS,
- to allow a configuration of USB OTG FS and HS in one file called `cfg_usb_otg_hs_fs.h` or whatever, and
- to allow a configuration of USB OTG HS with ULPI PHY in a file called `cfg_usb_otg_hs_phy_ulpi.h`.
f
2022-10-06 06:25:38 +02:00
..
dist boards/b-u585i-iot02a: add initial basic support 2021-12-23 11:04:42 +01: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: add path for STM32-shared config snippets 2018-05-24 19:00:42 +02:00
Kconfig boards/stm32g4: add clock configuration via Kconfig 2020-08-25 12:57:03 +02:00