Skip to content

Commit 8d54214

Browse files
committed
STM32F7: directory restructuration
1 parent ecf4008 commit 8d54214

File tree

247 files changed

+463
-815
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

247 files changed

+463
-815
lines changed

targets/TARGET_STM/PeripheralPins.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ extern const PinMap PinMap_CAN_RD[];
8080
extern const PinMap PinMap_CAN_TD[];
8181
#endif
8282

83+
//*** QSPI ***
8384
#if DEVICE_QSPI
8485
extern const PinMap PinMap_QSPI_DATA0[];
8586
extern const PinMap PinMap_QSPI_DATA1[];
@@ -89,16 +90,15 @@ extern const PinMap PinMap_QSPI_SCLK[];
8990
extern const PinMap PinMap_QSPI_SSEL[];
9091
#endif
9192

92-
#if DEVICE_USBDEVICE
93-
93+
//*** USB ***
9494
#define USE_USB_NO_OTG 0
9595
#define USE_USB_OTG_FS 1
9696
#define USE_USB_OTG_HS 2
9797
#define USE_USB_HS_IN_FS 3
9898

99+
#if DEVICE_USBDEVICE
99100
extern const PinMap PinMap_USB_HS[];
100101
extern const PinMap PinMap_USB_FS[];
101-
102102
#endif /* DEVICE_USBDEVICE */
103103

104104
#endif

targets/TARGET_STM/README.md

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)