mirror of https://github.com/ARMmbed/mbed-os.git
Option to specify SPI frequency
parent
0a9648c5f8
commit
4ca2c9ff3b
|
@ -4,7 +4,8 @@
|
|||
"SPI_MOSI": "NC",
|
||||
"SPI_MISO": "NC",
|
||||
"SPI_CLK": "NC",
|
||||
"SPI_CS": "NC"
|
||||
"SPI_CS": "NC",
|
||||
"SPI_FREQ": "40000000"
|
||||
},
|
||||
"target_overrides": {
|
||||
"K82F": {
|
||||
|
|
Loading…
Reference in New Issue