Skip to content

Commit f117d35

Browse files
committed
QSPIF frequency setting depends on QSPI memory not target.
This makes new board with the same QSPI memory addition.
1 parent 5c1c558 commit f117d35

File tree

2 files changed

+10
-15
lines changed

2 files changed

+10
-15
lines changed

components/storage/blockdevice/COMPONENT_QSPIF/mbed_lib.json

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,27 +13,15 @@
1313
"QSPI_MIN_PROG_SIZE": "1"
1414
},
1515
"target_overrides": {
16-
"DISCO_F413ZH": {
17-
"QSPI_FREQ": "80000000"
18-
},
19-
"DISCO_L475VG_IOT01A": {
16+
"MX25R6435F": {
2017
"QSPI_FREQ": "8000000"
2118
},
22-
"DISCO_L476VG": {
23-
"QSPI_FREQ": "80000000"
24-
},
25-
"DISCO_L496AG": {
19+
"MX25L51245G": {
2620
"QSPI_FREQ": "8000000"
2721
},
28-
"DISCO_F469NI": {
22+
"N25Q128A": {
2923
"QSPI_FREQ": "80000000"
3024
},
31-
"DISCO_F746NG": {
32-
"QSPI_FREQ": "80000000"
33-
},
34-
"DISCO_F769NI": {
35-
"QSPI_FREQ": "8000000"
36-
},
3725
"MCU_NRF52840": {
3826
"QSPI_FREQ": "32000000",
3927
"QSPI_MIN_READ_SIZE": "4",

targets/targets.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2745,6 +2745,7 @@
27452745
"supported_form_factors": ["ARDUINO"],
27462746
"core": "Cortex-M4F",
27472747
"extra_labels_add": [
2748+
"N25Q128A",
27482749
"STM32F4",
27492750
"STM32F413xx",
27502751
"STM32F413ZH",
@@ -4072,6 +4073,7 @@
40724073
"supported_form_factors": ["ARDUINO"],
40734074
"core": "Cortex-M4F",
40744075
"extra_labels_add": [
4076+
"N25Q128A",
40754077
"STM32F4",
40764078
"STM32F469",
40774079
"STM32F469NI",
@@ -4233,6 +4235,7 @@
42334235
"inherits": ["FAMILY_STM32"],
42344236
"core": "Cortex-M7F",
42354237
"extra_labels_add": [
4238+
"N25Q128A",
42364239
"STM32F7",
42374240
"STM32F746",
42384241
"STM32F746xG",
@@ -4287,6 +4290,7 @@
42874290
"inherits": ["FAMILY_STM32"],
42884291
"core": "Cortex-M7FD",
42894292
"extra_labels_add": [
4293+
"MX25L51245G",
42904294
"STM32F7",
42914295
"STM32F769",
42924296
"STM32F769xI",
@@ -4345,6 +4349,7 @@
43454349
"inherits": ["FAMILY_STM32"],
43464350
"core": "Cortex-M4F",
43474351
"extra_labels_add": [
4352+
"MX25R6435F",
43484353
"STM32L4",
43494354
"STM32L475xG",
43504355
"STM32L475VG"
@@ -4418,6 +4423,7 @@
44184423
"inherits": ["FAMILY_STM32"],
44194424
"core": "Cortex-M4F",
44204425
"extra_labels_add": [
4426+
"N25Q128A",
44214427
"STM32L4",
44224428
"STM32L476xG",
44234429
"STM32L476VG"
@@ -8248,6 +8254,7 @@
82488254
"supported_form_factors": ["ARDUINO", "STMOD", "PMOD"],
82498255
"core": "Cortex-M4F",
82508256
"extra_labels_add": [
8257+
"MX25R6435F",
82518258
"STM32L4",
82528259
"STM32L496AG",
82538260
"STM32L496xG"

0 commit comments

Comments
 (0)