mirror of https://github.com/ARMmbed/mbed-os.git
hani_iot: add spif storage config
parent
01e1a2c805
commit
feb2952cb2
|
@ -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",
|
||||
|
|
|
@ -11,6 +11,9 @@
|
|||
}
|
||||
},
|
||||
"target_overrides": {
|
||||
"HANI_IOT": {
|
||||
"storage_type": "TDB_INTERNAL"
|
||||
},
|
||||
"K66F": {
|
||||
"storage_type": "TDB_INTERNAL"
|
||||
},
|
||||
|
|
|
@ -2164,6 +2164,7 @@
|
|||
"HANI_IOT": {
|
||||
"inherits": ["LPC55S69_NS"],
|
||||
"detect_code": ["0360"],
|
||||
"components_add": ["SPIF"],
|
||||
"extra_labels_remove": ["LPCXpresso"]
|
||||
},
|
||||
"NUCLEO_F030R8": {
|
||||
|
|
Loading…
Reference in New Issue