This website requires JavaScript.
Explore
Help
Sign In
CreatBot
/
CreatBotKlipper
Watch
6
Star
0
Fork
0
You've already forked CreatBotKlipper
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
d29f97cd99c98bf331dec2e49f10082fb3023d47
CreatBotKlipper
/
src
/
stm32
History
Kevin O'Connor
d29f97cd99
stm32: Reorganize code in stm32f1.c
...
Reorganize stm32f1.c into major code blocks. Signed-off-by: Kevin O'Connor <
kevin@koconnor.net
>
2021-12-23 22:15:25 -05:00
..
adc.c
…
can.c
…
chipid.c
…
gpio.c
…
gpio.h
stm32: Add hardware PWM support for STM32F1
2021-03-26 12:04:51 -04:00
gpioperiph.c
stm32: Add new gpioperiph.c file for gpio_peripheral() code
2021-12-23 22:15:25 -05:00
hard_pwm.c
stm32: Rework #if pin definition clauses in hard_pwm.c
2021-10-11 21:43:56 -04:00
i2c.c
stm32: Add support for STM32F1 I2C1 alternate pin mapping (
#4012
)
2021-03-02 23:02:20 -05:00
internal.h
stm32: Add initial support for stm32h7
2021-10-06 18:20:29 -04:00
Kconfig
…
Makefile
stm32: Add new gpioperiph.c file for gpio_peripheral() code
2021-12-23 22:15:25 -05:00
serial.c
stm32: Add alternate serial ports on stm32f4
2021-05-24 21:17:51 -04:00
spi.c
…
stm32f0_adc.c
…
stm32f0_i2c.c
…
stm32f0_serial.c
…
stm32f0_timer.c
…
stm32f0.c
stm32: Add new gpioperiph.c file for gpio_peripheral() code
2021-12-23 22:15:25 -05:00
stm32f1.c
stm32: Reorganize code in stm32f1.c
2021-12-23 22:15:25 -05:00
stm32f4.c
stm32: Add new gpioperiph.c file for gpio_peripheral() code
2021-12-23 22:15:25 -05:00
stm32h7_adc.c
…
stm32h7_serial.c
…
stm32h7_spi.c
…
stm32h7.c
stm32: Add new gpioperiph.c file for gpio_peripheral() code
2021-12-23 22:15:25 -05:00
usbfs.c
…
usbotg.c
…
watchdog.c
…