mirror of https://github.com/ARMmbed/mbed-os.git
STM32 : enable OSPI for DISCO_L562QE
parent
4cf3a7f0f2
commit
f7a2247442
|
|
@ -3565,6 +3565,7 @@
|
|||
"0774"
|
||||
],
|
||||
"device_has_add": [
|
||||
"QSPI",
|
||||
"OSPI",
|
||||
"USBDEVICE"
|
||||
]
|
||||
|
|
@ -3714,10 +3715,12 @@
|
|||
"PMOD"
|
||||
],
|
||||
"components_add": [
|
||||
"OSPIF",
|
||||
"BlueNRG_MS"
|
||||
],
|
||||
"device_has_add": [
|
||||
"QSPI"
|
||||
"QSPI",
|
||||
"OSPI"
|
||||
],
|
||||
"features": [
|
||||
"BLE"
|
||||
|
|
|
|||
Loading…
Reference in New Issue