aboutsummaryrefslogtreecommitdiffstats
path: root/src/stm32f1
Commit message (Expand)AuthorAgeFilesLines
* stepper: Introduce and use gpio_out_toggle_noirq()Kevin O'Connor2018-05-152-1/+10
* stm32f1: Enable lcd chip supportKevin O'Connor2018-05-071-0/+1
* serial_irq: Add new generic/serial_irq.c codeKevin O'Connor2018-04-202-115/+13
* stm32f1: Use generic timer_irq.c dispatch codeKevin O'Connor2018-04-201-62/+3
* stm32f1: Use different method for handling 16bit -> 32bit timer conversionKevin O'Connor2018-04-201-47/+39
* stm32f1: Prefer uint32_t over uint16_t in timer.cKevin O'Connor2018-04-201-6/+6
* Add STM32F103 portGrigori Goronzy2018-04-097-0/+808