Skip to content

Commit fc548cd

Browse files
committed
STM32 QSPIF: add DISCO_L496AG, DISCO_F746NG and DISCO_F769NI
1 parent 84ee55b commit fc548cd

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

components/storage/blockdevice/COMPONENT_QSPIF/mbed_lib.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,18 @@
2020
"DISCO_L476VG": {
2121
"QSPI_FREQ": "80000000"
2222
},
23+
"DISCO_L496AG": {
24+
"QSPI_FREQ": "8000000"
25+
},
2326
"DISCO_F469NI": {
2427
"QSPI_FREQ": "80000000"
2528
},
29+
"DISCO_F746NG": {
30+
"QSPI_FREQ": "80000000"
31+
},
32+
"DISCO_F769NI": {
33+
"QSPI_FREQ": "8000000"
34+
},
2635
"NRF52840_DK": {
2736
"QSPI_FREQ": "32000000"
2837
}

targets/targets.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3628,6 +3628,7 @@
36283628
"STM32F746NG",
36293629
"STM_EMAC"
36303630
],
3631+
"components_add": ["QSPIF"],
36313632
"supported_form_factors": ["ARDUINO"],
36323633
"config": {
36333634
"clock_source": {
@@ -3674,6 +3675,7 @@
36743675
"STM32F769NI",
36753676
"STM_EMAC"
36763677
],
3678+
"components_add": ["QSPIF"],
36773679
"supported_form_factors": ["ARDUINO"],
36783680
"config": {
36793681
"flash_dual_bank": {
@@ -7118,6 +7120,7 @@
71187120
"supported_form_factors": ["ARDUINO"],
71197121
"core": "Cortex-M4F",
71207122
"extra_labels_add": ["STM32L4", "STM32L496AG", "STM32L496xG"],
7123+
"components_add": ["QSPIF"],
71217124
"config": {
71227125
"clock_source": {
71237126
"help": "Mask value : USE_PLL_HSE_EXTC (need HW patch) | USE_PLL_HSE_XTAL (need HW patch) | USE_PLL_HSI | USE_PLL_MSI",

0 commit comments

Comments
 (0)