Merge pull request #16 from juhoeskeli/spi_freq

Add option to specify SPI frequency
pull/7774/head
Christopher Haster 2018-06-20 11:03:54 -05:00 committed by GitHub
commit 78c4f98b80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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": {