mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #12411 from soleilplanet/L496AG_port
add FLASHIAP in targets.json for KVStore used in PDMCpull/12431/head
commit
d78e009284
|
|
@ -12236,7 +12236,8 @@
|
||||||
"STM32L496xG"
|
"STM32L496xG"
|
||||||
],
|
],
|
||||||
"components_add": [
|
"components_add": [
|
||||||
"QSPIF"
|
"QSPIF",
|
||||||
|
"FLASHIAP"
|
||||||
],
|
],
|
||||||
"config": {
|
"config": {
|
||||||
"clock_source": {
|
"clock_source": {
|
||||||
|
|
@ -14744,4 +14745,4 @@
|
||||||
"version": "1",
|
"version": "1",
|
||||||
"public": false
|
"public": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue