aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/machine/board_stm32f4disco.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/stm32f4disco: 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-13machine: define Serial as the default outputAyke van Laethem
2021-05-13machine: make UART objects pointer receiversAyke van Laethem
2021-03-29machine: make machine.I2C0 and similar objects pointersAyke van Laethem
2021-03-23stm32: separate altfunc selection for UART Tx/RxKenneth Bell
2021-02-27stm32: fix i2c and add stm32f407 i2cKenneth Bell
2021-01-09stm32: use stm32-rs SVDs which are of much higher qualityAyke van Laethem
2020-09-01machine/stm32f4: refactor common code and add new build tag stm32f4 (#1332)ardnew
2020-07-23all: changeover to eliminate all direct use of master/slave terminologydeadprogram
2020-03-25stm32 add SPI for stm32f4GeoffThomas
2020-03-22refactor stm32 UART codeGeoffThomas
2019-06-28machine: add generic board support on non-baremetal hardwareAyke van Laethem
2019-04-13stm32: add support for the STM32F4DiscoveryYusuke Mitsuki