Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | stm32f1: Remove now unused src/stm32f1/ directory | Kevin O'Connor | 2019-08-05 | 1 | -135/+0 |
* | stm32f1: Use enumerations for pin mappings | Kevin O'Connor | 2019-03-17 | 1 | -0/+6 |
* | pins: Add support for pull down resistors | Kevin O'Connor | 2019-02-27 | 1 | -1/+2 |
* | stm32f1: Move ADC and SPI code from gpio.c to spi.c and adc.c | Kevin O'Connor | 2018-11-30 | 1 | -217/+5 |
* | stm32f1: Add support for gpio_x_reset() | Kevin O'Connor | 2018-08-27 | 1 | -12/+26 |
* | stm32f1: implement spi_prepare | Grigori Goronzy | 2018-07-08 | 1 | -3/+2 |
* | SPI: introduce spi_prepare function | Grigori Goronzy | 2018-07-08 | 1 | -0/+5 |
* | stm32f1: add SPI support | Grigori Goronzy | 2018-07-07 | 1 | -0/+101 |
* | stm32f1: fix ADC pin list | Grigori Goronzy | 2018-06-27 | 1 | -1/+1 |
* | stepper: Introduce and use gpio_out_toggle_noirq() | Kevin O'Connor | 2018-05-15 | 1 | -1/+9 |
* | Add STM32F103 port | Grigori Goronzy | 2018-04-09 | 1 | -0/+213 |