aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/machine/board_bluepill.go
AgeCommit message (Expand)Author
2022-12-19build: drop deprecated build tagsYurii Soldak
2022-07-15machine: reorder pin definitions to improve pin list on tinygo.orgAyke van Laethem
2022-02-28Revert "all: move stm32 files to separate repository"sago35
2022-02-18all: move stm32 files to separate repositoryAyke van Laethem
2021-12-07machine/bluepill: add definitions for ADC pinsdeadprogram
2021-06-25all: add a flag to the command line to select the serial implementationAyke van Laethem
2021-06-11stm32: support pin input interruptsKenneth Bell
2021-05-28stm32f103 (bluepill): add pwmKenneth Bell
2021-05-13machine: define Serial as the default outputAyke van Laethem
2021-05-13machine: make UART objects pointer receiversAyke van Laethem
2021-03-21stm32: move f103 (bluepill) to common i2c codeKenneth Bell
2020-09-17bluepill: Enable stm32's USART2 for the board and map it to UART1 tinygo's de...Olivier Fauchon
2020-07-23all: changeover to eliminate all direct use of master/slave terminologydeadprogram
2020-01-20all: add compiler support for interruptsAyke van Laethem
2019-09-17machine/stm32f103xx: allow board specific UART usagecn
2019-06-28machine: add generic board support on non-baremetal hardwareAyke van Laethem
2019-01-10machine/stm32f103xx: implmentation for I2C interfaceRon Evans
2018-12-31machine/stm32f103xx: support for SPI interfaceRon Evans
2018-09-22machine/bluepill: create definitions for all pinsAyke van Laethem
2018-09-22machine: split board definitions in separate filesAyke van Laethem