aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/machine/machine_stm32.go
AgeCommit message (Expand)Author
2023-10-27machine/stm32: implement DeviceID() with unique ID per processordeadprogram
2022-12-19build: drop deprecated build tagsYurii Soldak
2022-02-28Revert "all: move stm32 files to separate repository"sago35
2022-02-18all: move stm32 files to separate repositoryAyke van Laethem
2022-02-04all: update build constraints to Go 1.17Ayke van Laethem
2021-12-31machine: add PG* and PK* pinsElias Naur
2021-11-30machine: add Device constantAyke van Laethem
2021-10-28machine: support Pin.Get() function when the pin is configured as outputAyke van Laethem
2021-09-16stm32: add support for PortMask* functions for WS2812 supportAyke van Laethem
2021-06-11stm32: support pin input interruptsKenneth Bell
2021-05-06machine: move PinMode to central locationAyke van Laethem
2020-09-01machine/stm32f4: refactor common code and add new build tag stm32f4 (#1332)ardnew
2020-03-07stm32f4: refactor GPIO, in prep for adding SPI, I2C, PWM etcgwtnz
2019-06-28machine: add generic board support on non-baremetal hardwareAyke van Laethem
2019-05-26machine: refactor pins to be of Pin typeAyke van Laethem
2019-04-13stm32: add support for the STM32F4DiscoveryYusuke Mitsuki
2018-12-18machine/stm32: add support for stm32f103xx UARTRon Evans
2018-09-22all: avoid _Msk fields when not necessaryAyke van Laethem
2018-09-22machine: split board definitions in separate filesAyke van Laethem
2018-09-22stm32: initial supportAyke van Laethem