aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/machine/machine_generic.go
AgeCommit message (Expand)Author
2024-04-28simulator: add support for GetRNGAyke van Laethem
2024-04-28simulator: fix I2C supportAyke van Laethem
2024-04-19Run Nick G's spellchecker github.com/client9/misspell, carefuly fix what it f...dkegel-fastly
2024-04-13machine: add __tinygo_spi_tx function to simulatorAyke van Laethem
2024-04-04rp2040: make all RP2040 boards available for simulationAyke van Laethem
2023-10-17machine/spi: use interface to ensure uniformity for all machine implementationsdeadprogram
2023-10-14machine/i2c: add interface check and implementation where missing for SetBaud...Ron Evans
2022-12-19build: drop deprecated build tagsYurii Soldak
2022-02-04all: update build constraints to Go 1.17Ayke van Laethem
2021-11-30machine: add Device constantAyke van Laethem
2021-10-25sam: simplify SPI peripheral declarationAyke van Laethem
2021-10-25sam: simplify I2C peripheral declarationsAyke van Laethem
2021-10-25sam: simplify definition of SERCOM UART peripheralsAyke van Laethem
2021-06-25all: add a flag to the command line to select the serial implementationAyke van Laethem
2021-05-13machine: define Serial as the default outputAyke van Laethem
2021-05-13machine: make UART objects pointer receiversAyke van Laethem
2021-05-06machine: move PinMode to central locationAyke van Laethem
2021-04-06machine: refactor PWM supportAyke van Laethem
2021-03-29machine: make machine.I2C0 and similar objects pointersAyke van Laethem
2021-02-07machine: make I2C.Configure signature consistentAyke van Laethem
2021-01-31accept configuration struct for ADC parameters (#1533)ardnew
2020-07-23all: changeover to eliminate all direct use of master/slave terminologydeadprogram
2020-05-13sam: return an error when an incorrect PWM pin is usedAyke van Laethem
2020-04-05all: change //go:export to //exportAyke 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