github.com/tinygo-org/tinygo@v0.31.3-0.20240404173401-90b0bf646c27/src/machine/board_hifive1b_baremetal.go (about) 1 //go:build fe310 && hifive1b 2 3 package machine 4 5 import "device/sifive" 6 7 // SPI on the HiFive1. 8 var ( 9 SPI1 = SPI{ 10 Bus: sifive.QSPI1, 11 } 12 )