Skip to content

Commit f7a2247

Browse files
committed
STM32 : enable OSPI for DISCO_L562QE
1 parent 4cf3a7f commit f7a2247

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

targets/targets.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3565,6 +3565,7 @@
35653565
"0774"
35663566
],
35673567
"device_has_add": [
3568+
"QSPI",
35683569
"OSPI",
35693570
"USBDEVICE"
35703571
]
@@ -3714,10 +3715,12 @@
37143715
"PMOD"
37153716
],
37163717
"components_add": [
3718+
"OSPIF",
37173719
"BlueNRG_MS"
37183720
],
37193721
"device_has_add": [
3720-
"QSPI"
3722+
"QSPI",
3723+
"OSPI"
37213724
],
37223725
"features": [
37233726
"BLE"

0 commit comments

Comments
 (0)