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
2021-03-15
run code formatting script
microDev
2021-02-15
is_free should not check never_reset
Lucian Copeland
2021-01-17
Revert "UMFEATHERS2 - implement use of DotStar for status led"
jerryneedell
2021-01-08
remove commented line
jerryneedell
2021-01-08
initialize LDO2 in board_init()
jerryneedell
2021-01-04
implment use of DotStar for staus led
jerryneedell
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-14
Merge pull request #3643 from hierophect/esp32-pin-reset
Scott Shawcroft
2020-12-14
Change pinfunc to default of 0 at reset
Lucian Copeland
2020-12-08
esp32s2 - update common_hal_mcu_reset
microDev
2020-12-07
Change to config-based resets
Lucian Copeland
2020-12-07
Merge remote-tracking branch 'upstream/main' into esp32-pin-reset
Lucian Copeland
2020-11-27
merge from upstream
Dan Halbert
2020-11-27
working! PinAlarm not implemented yet.
Dan Halbert
2020-11-26
deep sleep working; deep sleep delay when connected
Dan Halbert
2020-11-25
merge from upstream + wip
Dan Halbert
2020-11-25
Fix masking issue causing pin claim problems
Lucian Copeland
2020-11-24
Merge branch 'main' into nvm-s2
microDev
2020-11-23
working, but need to avoid deep sleeping too fast before USB ready
Dan Halbert
2020-11-23
Replace reset with mux change
Lucian Copeland
2020-11-23
Merge remote-tracking branch 'upstream/main' into esp32-pin-reset
Lucian Copeland
2020-11-22
compiles; maybe ready to test, or almost
Dan Halbert
2020-11-22
Merge branch 'esp32s2-common-hal-mcu-delay-us' into sleep
Dan Halbert
2020-11-22
wip
Dan Halbert
2020-11-22
ESP32S2: common_hal_mcu_delay_us() now calls mp_hal_delay_us()
Dan Halbert
2020-11-21
wip: ResetReason to microcontroller.cpu
Dan Halbert
2020-11-19
merge from main
Dan Halbert
2020-11-11
nvm implementation for esp32s2
microDev
2020-11-10
watchdog implementation for esp32s2
microDev
2020-11-03
Add API reset to reset_pin_number
Lucian Copeland
2020-10-27
Add check for invalid io, function to disable all alarms
microDev
2020-10-27
Add alarm_touch module
microDev
2020-10-27
restructure alarm modules
microDev
2020-10-27
Renamed alarm modules
microDev
2020-10-27
Add function to get time elapsed during sleep
microDev
2020-10-27
Initial Sleep Support
microDev
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
[next]