aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/machine/spi.go
AgeCommit message (Expand)Author
6 daysfeature: make SPI implementation shared for rp2040/rp2350deadprogram
2023-10-17machine/spi: use interface to ensure uniformity for all machine implementationsdeadprogram
2022-12-19build: drop deprecated build tagsYurii Soldak
2022-09-21machine: move SPI Tx function into separate fileAyke van Laethem
2022-08-04all: format code according to Go 1.19 rulesAyke van Laethem
2022-04-16board/teensy40: Add SPI support (#1455)ardnew
2021-11-26 Improvements for stm32wle targets :Olivier Fauchon
2021-11-20stm32: add minimal stm32wlex5 / lorae5 targetKenneth Bell
2021-04-21stm32: support SPI on L4 seriesKenneth Bell
2021-03-23Add support for nucleol432 boardKenneth Bell
2021-03-19atsamd21: improve SPIsago35
2021-03-14atsamd5x: improve SPIsago35
2021-02-16nucleol552ze: implementation with CLOCK, LED, and UARTKenneth Bell
2021-02-10Add SPI support for Atmega based chips.Weston Schmidt
2020-12-15Nucleo f722ze (#1526)kenbell
2020-07-08maixbit: add SPI supportYannis Huber
2020-03-25stm32 add SPI for stm32f4GeoffThomas
2019-12-08machine: add Tx method to simulated SPI busAyke van Laethem
2019-10-29machine/hifive1b: add support for SPI1Ron Evans
2019-10-13machine/spi: do not compare slices against nil, same as #612 but for all plat...Ron Evans
2019-09-17nrf: improve SPI write-only speed, by making use of double bufferingAyke van Laethem
2019-08-04all: use baremetal build tagAyke van Laethem
2019-07-07all: add HiFive1 rev B board with RISC-V architectureAyke van Laethem
2019-06-28machine: add generic board support on non-baremetal hardwareAyke van Laethem
2019-03-04machine/samd21: implement SPI interface for currently supported SAMD21 boardsRon Evans
2018-12-31machine/stm32f103xx: support for SPI interfaceRon Evans
2018-12-02machine/nrf: SPI master implementationRon Evans