aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/examples/pwm
AgeCommit message (Expand)Author
2022-12-19build: drop deprecated build tagsYurii Soldak
2022-02-04all: update build constraints to Go 1.17Ayke van Laethem
2021-09-01machine/rp2040: add PWM implementation (#2015)Patricio Whittingslow
2021-05-28stm32f103 (bluepill): add pwmKenneth Bell
2021-05-28stm32f7: add pwmKenneth Bell
2021-05-28stm32l4: add pwmKenneth Bell
2021-05-28stm32l0: add pwmKenneth Bell
2021-05-28stm32l5: add pwmKenneth Bell
2021-05-28stm32: add pwm for f4 seriesKenneth Bell
2021-04-16PWM Support for atmega1280developer
2021-04-06machine: refactor PWM supportAyke van Laethem
2020-08-30machine/atsamd51x,runtime/atsamd51x: fixes needed for full support for all PW...deadprogram
2020-05-13sam: return an error when an incorrect PWM pin is usedAyke van Laethem
2020-05-12avr: use standard pin numberingAyke van Laethem
2018-09-17avr: initial implementation for PWMRon Evans