aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/machine/machine.go
AgeCommit message (Expand)Author
2023-01-24stm32wl: Fix incomplete RNG initialisationOlivier Fauchon
2022-09-20machine: add KHz, MHz, GHz constants, deprecate TWI_FREQ_* constantsAyke van Laethem
2021-12-11stm32wl: STM32WL TRNG implementation in crypto/randOlivier Fauchon
2021-11-30machine: add Device constantAyke van Laethem
2021-05-06machine: move PinMode to central locationAyke van Laethem
2021-04-06machine: refactor PWM supportAyke van Laethem
2020-07-04machine: change machine.Pin type to uint8Ayke van Laethem
2020-05-28nrf: add support for pin change interruptsAyke van Laethem
2019-10-07machine/samd21: use pins specified in I2CConfigAyke van Laethem
2019-10-01machine/atsamd21: refactor SPI pin handling to only look at pin numbersAyke van Laethem
2019-05-26machine: refactor pins to be of Pin typeAyke van Laethem
2018-09-20avr: ADC with 0-1023 rangeRon Evans
2018-09-17avr: initial implementation for PWMRon Evans
2018-08-17go fmtAyke van Laethem
2018-05-05machine: Rewrite most of the GPIO functionalityAyke van Laethem
2018-04-27runtime: Implement GPIO outputAyke van Laethem