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
/
common-hal
/
busio
Age
Commit message (
Expand
)
Author
2021-03-15
run code formatting script
microDev
2021-03-11
Fix UART deinit
Lucian Copeland
2021-02-10
Fix I2C Repeated start error by converting to IT mode
Lucian Copeland
2020-12-08
Add `board_deinit` for use with sleep
Scott Shawcroft
2020-09-23
Move missing pin warning to shared-bindings
Lucian Copeland
2020-09-16
Add SPI memset, optional flags
Lucian Copeland
2020-07-30
stm: Use 'Invalid %q pin selection' more places
Jeff Epler
2020-07-30
stm: Add sdioio support for feather_stm32f405_express
Jeff Epler
2020-07-22
Claim USB pins at startup to prevent overwrites
Lucian Copeland
2020-07-07
stm: SPI: revamp pin search code
Jeff Epler
2020-07-01
Merge pull request #3083 from tannewt/esp32s2_busio
Jeff Epler
2020-06-24
Compiles!
Scott Shawcroft
2020-06-24
Add UART support
Scott Shawcroft
2020-06-15
Revert I2C timing overrides, reduce scope to module only
Lucian Copeland
2020-06-11
Move I2C speed to clock-style definition
Lucian Copeland
2020-06-10
Add macros for setting correct F7 and H7 I2C timing
Lucian Copeland
2020-06-03
Fix up end of file and trailing whitespace.
Diego Elio Pettenò
2020-05-29
Fix SWO/Analog overlap, style changes
Lucian Copeland
2020-05-27
Add pin resetting across boards, fix array size detection issue
Lucian Copeland
2020-05-20
Add UART one-way instance search, fix bugs in stm32 implementation
Lucian Copeland
2020-05-19
Enable showing the console on a debug uart
Mark Olsson
2020-05-04
make translate again
Dan Halbert
2020-04-21
ringbuf tested
Dan Halbert
2020-04-21
further ringbuf cleanup
Dan Halbert
2020-04-20
Merge remote-tracking branch 'adafruit/master' into lower_power
Scott Shawcroft
2020-04-13
Various requested fixes
Lucian Copeland
2020-04-09
Add busio support, cleanup
Lucian Copeland
2020-04-08
Fix up STM
Scott Shawcroft
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