This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
0
You've already forked circuitpython
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
circuitpython
/
ports
/
stm
/
peripherals
History
Dan Halbert
fdeaf805d3
STM: off-by-one TIMx reference; other code cleanup and minor fixes
2022-11-14 13:00:32 -05:00
..
stm32f4
Update license info and remove redundant board functions.
2022-09-26 19:39:07 +02:00
stm32f7
…
stm32h7
…
stm32l4
…
clocks.h
…
exti.c
Use types from circuitpython.
2022-10-10 20:55:44 +02:00
exti.h
…
gpio.h
…
periph.h
Add circuitpython support for STM Nucleo-F446RE.
2022-09-26 19:12:42 +02:00
pins.h
Add circuitpython support for STM Nucleo-F446RE.
2022-09-26 19:12:42 +02:00
rtc.c
Remove redundant header files.
2022-10-10 20:37:31 +02:00
rtc.h
feat(swan_r5): adds a basic RTC implementation.
2022-06-10 17:37:32 -07:00
timers.c
STM: off-by-one TIMx reference; other code cleanup and minor fixes
2022-11-14 13:00:32 -05:00
timers.h
…