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
Age
Commit message (
Expand
)
Author
2020-07-23
Merge pull request #3185 from hierophect/esp32-pulseio
Scott Shawcroft
2020-07-23
Fix unintended timer reset, style changes
Lucian Copeland
2020-07-22
Add PWMOut
Lucian Copeland
2020-07-17
Add boilerplate, create basic PWMOut test
Lucian Copeland
2020-07-15
esp32s2: Use the device's EUI-48 address as unique ID
Jeff Epler
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
Use NULL for deinited DigitalInOut
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
2020-06-03
Fix up end of file and trailing whitespace.
Diego Elio Pettenò
2020-05-19
First try at critical section support
Scott Shawcroft
2020-05-19
Fully implement digitalio and pin-in-use tracking.
Scott Shawcroft
2020-05-15
Initial ESP32S2 port.
Scott Shawcroft