aboutsummaryrefslogtreecommitdiffstats
path: root/src/stm32f1
Commit message (Expand)AuthorAgeFilesLines
* stm32f1: implement spi_prepareGrigori Goronzy2018-07-081-3/+2
* SPI: introduce spi_prepare functionGrigori Goronzy2018-07-082-0/+6
* stm32f1: add SPI supportGrigori Goronzy2018-07-074-0/+118
* stm32f1: fix ADC pin listGrigori Goronzy2018-06-271-1/+1
* 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