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
/
microcontroller
Age
Commit message (
Expand
)
Author
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-10
Merge pull request #3375 from DavePutz/issue3296
Scott Shawcroft
2020-09-08
Added temp_sensor_stop
microDev
2020-09-08
Update Processor.c
microDev
2020-09-05
Moved checks for invalid pin to common-hal/microcontroller/Pin.c
root
2020-08-04
Rework build flags, prevent idf errors
Lucian Copeland
2020-07-31
Add neopixel support
Lucian Copeland
2020-07-15
esp32s2: Use the device's EUI-48 address as unique ID
Jeff Epler
2020-06-24
Switch SPI to polling DMA and enable displayio
Scott Shawcroft
2020-06-24
Initial SPI implementation. Almost certainly doesn't compile
Scott Shawcroft
2020-06-24
Add initial I2C support, not quite working fully though
Scott Shawcroft
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