This website requires JavaScript.
Explore
Help
Sign In
CreatBot
/
CreatBotKlipper
Watch
7
Star
0
Fork
0
You've already forked CreatBotKlipper
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
CreatBotKlipper
/
src
/
stm32f1
History
Kevin O'Connor
6e18af7057
stm32f1: It's only necessary to program the CR1 register during SPI init
...
Only set the CR1 register during spi_prepare(). Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2019-01-07 19:22:14 -05:00
..
adc.c
stm32f1: Move ADC and SPI code from gpio.c to spi.c and adc.c
2018-11-30 11:42:54 -05:00
gpio.c
stm32f1: Move ADC and SPI code from gpio.c to spi.c and adc.c
2018-11-30 11:42:54 -05:00
gpio.h
stm32f1: It's only necessary to program the CR1 register during SPI init
2019-01-07 19:22:14 -05:00
internal.h
stm32f1: Move ADC and SPI code from gpio.c to spi.c and adc.c
2018-11-30 11:42:54 -05:00
Kconfig
stm32f1: Add support for building with bootloader support
2018-10-11 10:50:51 -04:00
main.c
stm32f1: It's only necessary to program the CR1 register during SPI init
2019-01-07 19:22:14 -05:00
Makefile
stm32f1: Move ADC and SPI code from gpio.c to spi.c and adc.c
2018-11-30 11:42:54 -05:00
serial.c
stm32f1: Serial should have a higher irq priority than timers
2018-10-11 10:50:51 -04:00
spi.c
stm32f1: It's only necessary to program the CR1 register during SPI init
2019-01-07 19:22:14 -05:00
stm32f1.ld
stm32f1: Add support for building with bootloader support
2018-10-11 10:50:51 -04:00
timer.c
stm32f1: Use __always_inline on timer_read_time
2018-10-11 22:20:02 -04:00
usbserial.c
usb_cdc: Add support for detecting a USB level Arduino bootloader request
2018-12-24 11:42:19 -05:00