aboutsummaryrefslogtreecommitdiffstats
path: root/src/stm32f1/timer.c
Commit message (Expand)AuthorAgeFilesLines
* stm32f1: Convert code to use armcm_timerKevin O'Connor2019-02-061-120/+0
* stm32f1: Use __always_inline on timer_read_timeKevin O'Connor2018-10-111-1/+1
* stm32f1: Use -O2 optimization and inline timer_read_time()Kevin O'Connor2018-10-111-1/+1
* stm32f1: Serial should have a higher irq priority than timersKevin O'Connor2018-10-111-2/+1
* 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-091-0/+188