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
/
esp32s2
/
common-hal
/
busio
Age
Commit message (
Expand
)
Author
2021-03-15
run code formatting script
microDev
2021-03-12
put back pullup setting
Dan Halbert
2021-03-11
fix unnecessary statement order change
Dan Halbert
2021-03-07
restore install/delete for i2c driver
Dan Halbert
2021-02-03
Initial commit. Edited error messages in .c files
BiffoBear
2020-12-29
Merge pull request #3888 from microDev1/fix-reset-pin
Jeff Epler
2020-12-28
update common_hal_reset_pin()
microDev
2020-12-15
Swap to IDF release/4.2 branch for stability
Scott Shawcroft
2020-12-09
Merge pull request #3803 from skieast/fix_i2c_hang_with_wifi
Scott Shawcroft
2020-12-08
Add `board_deinit` for use with sleep
Scott Shawcroft
2020-12-07
Working, tested with two i2c busses
Bruce Segal
2020-11-24
Add pin claiming to SPI construct
Lucian Copeland
2020-10-26
Fix ESP32-S2 SPI when DMA is sometimes used
Scott Shawcroft
2020-10-08
change idf to espressif
hathach
2020-09-30
Revert HAL refactor changes to avoid USB breaking changes past esp-idf dde6222cd
Lucian Copeland
2020-09-30
Change submodule, rework all includes
Lucian Copeland
2020-09-23
Move missing pin warning to shared-bindings
Lucian Copeland
2020-09-21
Use write_value, add missing pin exceptions
Lucian Copeland
2020-09-10
Add non-DMA SPI support.
Scott Shawcroft
2020-07-01
Return false if we already have the lock
Scott Shawcroft
2020-06-30
Remove fixed pointers and check UART return
Scott Shawcroft
2020-06-26
Fix SPI RX and remove debug prints
Scott Shawcroft
2020-06-26
Store host_id so that never reset works
Scott Shawcroft
2020-06-24
Switch SPI to polling DMA and enable displayio
Scott Shawcroft
2020-06-24
Handle memory (hopefully). Short TX works
Scott Shawcroft
2020-06-24
Compiles!
Scott Shawcroft
2020-06-24
Initial SPI implementation. Almost certainly doesn't compile
Scott Shawcroft
2020-06-24
Add UART support
Scott Shawcroft
2020-06-24
Add pull up testing, proper us delay and stop supporting 45 and 46 for I2C
Scott Shawcroft
2020-06-24
Fix I2C thanks to Mark!
Scott Shawcroft
2020-06-24
Add initial I2C support, not quite working fully though
Scott Shawcroft