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
/
Makefile
Age
Commit message (
Expand
)
Author
2020-11-05
rename pcnt_handler to pcnt
microDev
2020-11-04
move pcnt handler
microDev
2020-11-01
Add pcnt handler
microDev
2020-10-12
esp32s2: fix build after qstr rule changes
Jeff Epler
2020-10-08
Merge remote-tracking branch 'upstream/main' into esp32-analogin
Lucian Copeland
2020-10-08
fix usb issue with latest idf
hathach
2020-10-06
Merge pull request #3492 from hierophect/esp32-update-idf
Scott Shawcroft
2020-10-05
Merge branch 'main' into esp32-analogin
hierophect
2020-10-01
Add ADC calibration module support
Lucian Copeland
2020-10-01
Update TinyUSB include compatibility
Lucian Copeland
2020-10-01
Revert ADC calibration removal, complete merge
Lucian Copeland
2020-09-30
Merge branch 'esp32-update-idf' into esp32-analogin
Lucian Copeland
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-28
One grep
Scott Shawcroft
2020-09-28
Add non-calibrated ADC
Lucian Copeland
2020-09-17
Reorganize sdkconfigs and release UF2s
Scott Shawcroft
2020-09-15
Add partition layouts for 8 and 16 MB as well.
Scott Shawcroft
2020-09-14
Merge remote-tracking branch 'upstream/main' into esp32-displayio-fix
Lucian Copeland
2020-09-02
Add GDB debugging capability
Lucian Copeland
2020-08-19
Add espidf module.
Scott Shawcroft
2020-08-19
HTTP works with my adafruit_requests
Scott Shawcroft
2020-08-19
Ping work and start to add socketpool
Scott Shawcroft
2020-08-19
Update to latest idf
Scott Shawcroft
2020-08-19
Scanning WIP. Need to sort out supervisor memory
Scott Shawcroft
2020-08-19
First crack at native wifi API
Scott Shawcroft
2020-07-31
Add neopixel support
Lucian Copeland
2020-07-24
Merge pull request #15 from adafruit/main
DavePutz
2020-07-23
Changes to optimization option
root
2020-07-23
Merge pull request #3185 from hierophect/esp32-pulseio
Scott Shawcroft
2020-07-22
Add PWMOut
Lucian Copeland
2020-07-22
Changes to add compiler optimization option
root
2020-07-21
Add option for higher optimization levels
root
2020-07-15
esp32s2: Take care to invoke the sub-build-system only once
Jeff Epler
2020-07-06
Add license to some obvious files.
Diego Elio Pettenò
2020-07-01
Merge pull request #3083 from tannewt/esp32s2_busio
Jeff Epler
2020-06-26
Fix typo inserting IDF_PATH variable
Timon
2020-06-24
Handle memory (hopefully). Short TX works
Scott Shawcroft
2020-06-24
Add UF2 build target
Scott Shawcroft
2020-06-24
Turn off stub so flash works over native usb
Scott Shawcroft
2020-06-24
Add initial I2C support, not quite working fully though
Scott Shawcroft
2020-05-28
A number of small ESP32S2 fixes:
Scott Shawcroft
2020-05-26
Merge remote-tracking branch 'adafruit/master' into esp32s2_digitalio
Scott Shawcroft
2020-05-22
allow PORT specifcation for esp32s2 flashing
jerryneedell
2020-05-19
Fully implement digitalio and pin-in-use tracking.
Scott Shawcroft
2020-05-18
Add commend about FreeRTOS stack canary
Scott Shawcroft
2020-05-15
Initial ESP32S2 port.
Scott Shawcroft