Option to specify SPI frequency

pull/7774/head
Juho Eskeli 2018-06-20 14:25:34 +03:00
parent 0a9648c5f8
commit 4ca2c9ff3b
1 changed files with 2 additions and 1 deletions

View File

@ -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": {