index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ports
/
stm
/
peripherals
Age
Commit message (
Expand
)
Author
2020-10-06
canio: implement for stm32f405
Jeff Epler
2020-09-18
Remove timer debug messages
Lucian Copeland
2020-08-26
Merge remote-tracking branch 'upstream/main' into stm32-meowbit-fix
Lucian Copeland
2020-08-24
Remove Meowbit LSE flag, harsher failure for LSE issues
Lucian Copeland
2020-08-21
Add more "extern" declarations for gcc10 compat
Scott Shawcroft
2020-07-30
stm: Add sdioio support for feather_stm32f405_express
Jeff Epler
2020-07-22
Free timers when modules de-init
Lucian Copeland
2020-07-16
Exclude timers from H7 builds
Lucian Copeland
2020-07-16
Fix pulseIO reset and frequency issues, remove IRQ conflict
Lucian Copeland
2020-07-14
Fix IRQ enum protections
Lucian Copeland
2020-07-13
Add missing enum preprocessor protection
Lucian Copeland
2020-07-10
Enable RGB Matrix
Lucian Copeland
2020-07-09
Complete F405 pin and periph definitions
Lucian Copeland
2020-07-09
Fix advanced claimed pin/package timer search
Lucian Copeland
2020-07-01
Add timer allocator, adjust pulsio to use general purpose timers
Lucian Copeland
2020-06-25
WIP
Lucian Copeland
2020-06-05
Override HAL_Delay and HAL_GetTick
Lucian Copeland
2020-06-04
Merge remote-tracking branch 'upstream/master' into stm32-LSE-startup-fix
Lucian Copeland
2020-06-04
Rework LSE clock init, allow clock overrides
Lucian Copeland
2020-06-03
Fix up end of file and trailing whitespace.
Diego Elio Pettenò
2020-04-27
Fix nucleo_f746zg build
Scott Shawcroft
2020-04-27
Merge remote-tracking branch 'adafruit/master' into lower_power
Scott Shawcroft
2020-04-25
Merge pull request #2809 from k0d/stm32f767xx_fix
hierophect
2020-04-25
Adds missing declarations in periph.h for stm32f767xx
Mark Olsson
2020-04-24
adds support for the stm32f746g_disco board
Mark Olsson
2020-04-23
STM32: adds support for stm32f746xx MCU and the nucleo_f746zg board
Mark Olsson
2020-04-20
Merge remote-tracking branch 'adafruit/master' into lower_power
Scott Shawcroft
2020-04-09
Add busio support, cleanup
Lucian Copeland
2020-04-02
Implement F7 Nucleo
Lucian Copeland
2020-04-01
Implement requested changes
Lucian Copeland
2020-03-28
Support cached internal flash on the H743
Lucian Copeland
2020-03-26
Add F7 and H7 Support to the STM32 port
Lucian Copeland
2020-03-20
Initial work for STM32. Need to fix us delay and PulseIn still.
Scott Shawcroft
2020-03-11
create copy
Lucian Copeland