Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | stm32f1: Use __always_inline on timer_read_time | Kevin O'Connor | 2018-10-11 | 1 | -1/+1 |
* | stm32f1: Use -O2 optimization and inline timer_read_time() | Kevin O'Connor | 2018-10-11 | 1 | -1/+1 |
* | stm32f1: Serial should have a higher irq priority than timers | Kevin O'Connor | 2018-10-11 | 1 | -2/+1 |
* | stm32f1: Use generic timer_irq.c dispatch code | Kevin O'Connor | 2018-04-20 | 1 | -62/+3 |
* | stm32f1: Use different method for handling 16bit -> 32bit timer conversion | Kevin O'Connor | 2018-04-20 | 1 | -47/+39 |
* | stm32f1: Prefer uint32_t over uint16_t in timer.c | Kevin O'Connor | 2018-04-20 | 1 | -6/+6 |
* | Add STM32F103 port | Grigori Goronzy | 2018-04-09 | 1 | -0/+188 |