aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/machine/machine_stm32l0.go
AgeCommit message (Expand)Author
2024-08-12GNUmakefile: add spellfix target, use it. (#4387)dkegel-fastly
2024-05-08machine/stm32: add i2c Frequency and SetBaudRate() function for boards that w...deadprogram
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
2021-12-15machine/stm32f4, stm32f7, stm32l4: implement TRNG for randomnessdeadprogram
2021-06-11stm32: support pin input interruptsKenneth Bell
2021-05-28stm32l0: add pwmKenneth Bell
2021-05-13machine: make UART objects pointer receiversAyke van Laethem
2021-04-21stm32: support SPI on L4 seriesKenneth Bell
2021-04-07stm32: add nucleo-l031k6 supportKenneth Bell
2021-03-23lgt92: update to new UART structureKenneth Bell
2021-03-18stm32l0: use unified UART logicKenneth Bell
2021-01-09stm32: use stm32-rs SVDs which are of much higher qualityAyke van Laethem
2021-01-08Support for STM32L0 MCUs and Dragino LGT92 device (#1561)Fauchon