board/teensy40: Add SPI support (#1455)

machine/teensy40: add SPI support
This commit is contained in:
ardnew
2022-04-16 08:43:52 -05:00
committed by GitHub
parent 8fb93fbac4
commit c5de68622e
3 changed files with 319 additions and 2 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
//go:build !baremetal || (stm32 && !stm32f7x2 && !stm32l5x2) || fe310 || k210 || atmega
// +build !baremetal stm32,!stm32f7x2,!stm32l5x2 fe310 k210 atmega
//go:build !baremetal || (stm32 && !stm32f7x2 && !stm32l5x2) || fe310 || k210 || (nxp && !mk66f18) || atmega
// +build !baremetal stm32,!stm32f7x2,!stm32l5x2 fe310 k210 nxp,!mk66f18 atmega
package machine