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
/
shared-module
/
board
Age
Commit message (
Expand
)
Author
2020-10-26
Fix lost board.SPI and board.I2C after explicitly deiniting them.
Christian Walther
2020-10-26
Fix lost board.SPI and board.I2C after being used by display.
Christian Walther
2020-10-26
Fix erroneous claim of board.I2C() by deinited display.
Christian Walther
2020-09-30
Add Metro ESP32S2
Scott Shawcroft
2020-09-25
Change I2C default to 100khz
Scott Shawcroft
2020-09-11
Moved SPI unlock code
root
2020-09-09
Removed unneeded pointer
root
2020-09-09
Moved SPI unlock to reset_board_busses()
root
2020-09-06
Make sure SPI lock is free initially
root
2020-08-18
Fix build error for \!DISPLAY
Jeff Epler
2020-08-18
reset_board_buses: need to check if sharpdisplay uses SPI bus
Jeff Epler
2020-06-24
Add UART support
Scott Shawcroft
2020-05-19
Enable showing the console on a debug uart
Mark Olsson
2020-02-28
new pin validation routines; don't use mp_const_none if NULL will do
Dan Halbert
2020-02-23
Fix incorrect initialisation of default UART
Dave Marples
2020-02-18
Addition of RS485 support
Dave Marples
2020-02-18
Addition of RTS/CTS/RS485 UART functionality
Dave Marples
2019-11-27
make UART.write be blocking on SAMD; add timeout property
Dan Halbert
2019-08-14
Fix I2CDisplay lifecycle and splash lifecycle.
Scott Shawcroft
2019-07-22
Add feature conditionals and clean up
Hierophect
2019-07-17
Add missing files for DigitalIO
Hierophect
2019-06-06
Include display objects in gc.
Dan Halbert
2019-04-09
Fix boards with no shared busses.
Scott Shawcroft
2019-04-08
Delete stale TODO
Scott Shawcroft
2019-04-08
Reorganize board busses into shared-bindings and shared-module.
Scott Shawcroft