hani_iot: add spif storage config

pull/12372/head
Pawel Zarembski 2020-02-03 11:01:14 +01:00 committed by adbridge
parent 01e1a2c805
commit feb2952cb2
3 changed files with 10 additions and 0 deletions

View File

@ -13,6 +13,12 @@
}
},
"target_overrides": {
"HANI_IOT": {
"SPI_MOSI": "P0_26",
"SPI_MISO": "P1_3",
"SPI_CLK": "P1_2",
"SPI_CS": "P0_20"
},
"LPC54114": {
"SPI_MOSI": "P0_20",
"SPI_MISO": "P0_18",

View File

@ -11,6 +11,9 @@
}
},
"target_overrides": {
"HANI_IOT": {
"storage_type": "TDB_INTERNAL"
},
"K66F": {
"storage_type": "TDB_INTERNAL"
},

View File

@ -2164,6 +2164,7 @@
"HANI_IOT": {
"inherits": ["LPC55S69_NS"],
"detect_code": ["0360"],
"components_add": ["SPIF"],
"extra_labels_remove": ["LPCXpresso"]
},
"NUCLEO_F030R8": {