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
/
supervisor
Age
Commit message (
Expand
)
Author
2020-10-08
Merge branch 'esp32-analogin' into esp32-analogout
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-06
Add AnalogIO
Lucian Copeland
2020-10-05
Merge branch 'main' into esp32-analogin
hierophect
2020-09-30
Change submodule, rework all includes
Lucian Copeland
2020-09-28
esp32: Use esp_restart from reset_to_bootloader; redeclare it NORETURN
Jeff Epler
2020-09-28
Add some NORETURN attributes
Jeff Epler
2020-09-22
Update port.c
microDev
2020-09-08
Fix heap without PSRAM. Never set heap_size.
Scott Shawcroft
2020-08-27
Merge remote-tracking branch 'adafruit/main' into native_wifi
Scott Shawcroft
2020-08-27
Merge pull request #3315 from tannewt/add_psram
Dan Halbert
2020-08-25
Merge remote-tracking branch 'adafruit/main' into native_wifi
Scott Shawcroft
2020-08-21
Add PSRAM support to ESP32S2
Scott Shawcroft
2020-08-21
Merge remote-tracking branch 'adafruit/main' into add_pwmio
Scott Shawcroft
2020-08-19
Remove debug prints
Scott Shawcroft
2020-08-19
SSL works until it runs out of memory
Scott Shawcroft
2020-08-19
Add debugging. Scanning doesn't crash but returns no results. Need to config ...
Scott Shawcroft
2020-08-19
Scanning WIP. Need to sort out supervisor memory
Scott Shawcroft
2020-08-18
Split pulseio.PWMOut into pwmio
Scott Shawcroft
2020-08-14
Add PulseIn
Lucian Copeland
2020-08-14
Add PulseOut
Lucian Copeland
2020-08-11
Init directly
Scott Shawcroft
2020-08-10
Fix writing sector 0 as the first write.
Scott Shawcroft
2020-07-22
Add PWMOut
Lucian Copeland
2020-07-06
Add license to some obvious files.
Diego Elio Pettenò
2020-06-26
Remove debug prints
Scott Shawcroft
2020-06-24
Turn off Idle WDT and speed up CPU
Scott Shawcroft
2020-06-24
Add initial I2C support, not quite working fully though
Scott Shawcroft
2020-06-09
Redid formula for calculating subticks
DavePutz
2020-06-08
Correct ticks being returned from port_get_raw_ticks()
DavePutz
2020-06-03
Fix up end of file and trailing whitespace.
Diego Elio Pettenò
2020-05-28
A number of small ESP32S2 fixes:
Scott Shawcroft
2020-05-28
Update ESP IDF
Scott Shawcroft
2020-05-19
Fully implement digitalio and pin-in-use tracking.
Scott Shawcroft
2020-05-18
Update TinyUSB and shorten USB task delay
Scott Shawcroft
2020-05-15
Initial ESP32S2 port.
Scott Shawcroft