aboutsummaryrefslogtreecommitdiffstats
path: root/src/stm32f1
Commit message (Expand)AuthorAgeFilesLines
* 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-112-2/+1
* stm32f1: Use the main lib/cmsis-core directory for cmsis includesKevin O'Connor2018-10-111-2/+2
* stm32f1: Add support for building with bootloader supportKevin O'Connor2018-10-114-2/+136
* stm32f1: Move assembler build rules togetherKevin O'Connor2018-10-111-10/+9
* stm32f1: Pull the USB D+ line low briefly to signal a device connectKevin O'Connor2018-10-111-0/+8
* stm32f1: Initial support for serial over USBKevin O'Connor2018-10-113-1/+286
* stm32f1: Serial should have a higher irq priority than timersKevin O'Connor2018-10-112-3/+2
* stm32f1: Add support for gpio_x_reset()Kevin O'Connor2018-08-272-12/+28
* Kconfig: Rename HAVE_USER_INTERFACE to HAVE_GPIO_BITBANGINGKevin O'Connor2018-08-271-1/+1
* 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