summaryrefslogtreecommitdiff
path: root/ports/esp32s2/common-hal/microcontroller
AgeCommit message (Expand)Author
2021-03-15run code formatting scriptmicroDev
2021-02-15is_free should not check never_resetLucian Copeland
2021-01-17Revert "UMFEATHERS2 - implement use of DotStar for status led"jerryneedell
2021-01-08 remove commented linejerryneedell
2021-01-08 initialize LDO2 in board_init()jerryneedell
2021-01-04implment use of DotStar for staus ledjerryneedell
2020-12-29Merge pull request #3888 from microDev1/fix-reset-pinJeff Epler
2020-12-28update common_hal_reset_pin()microDev
2020-12-15Swap to IDF release/4.2 branch for stabilityScott Shawcroft
2020-12-14Merge pull request #3643 from hierophect/esp32-pin-resetScott Shawcroft
2020-12-14Change pinfunc to default of 0 at resetLucian Copeland
2020-12-08esp32s2 - update common_hal_mcu_resetmicroDev
2020-12-07Change to config-based resetsLucian Copeland
2020-12-07Merge remote-tracking branch 'upstream/main' into esp32-pin-resetLucian Copeland
2020-11-27merge from upstreamDan Halbert
2020-11-27working! PinAlarm not implemented yet.Dan Halbert
2020-11-26deep sleep working; deep sleep delay when connectedDan Halbert
2020-11-25merge from upstream + wipDan Halbert
2020-11-25Fix masking issue causing pin claim problemsLucian Copeland
2020-11-24Merge branch 'main' into nvm-s2microDev
2020-11-23working, but need to avoid deep sleeping too fast before USB readyDan Halbert
2020-11-23Replace reset with mux changeLucian Copeland
2020-11-23Merge remote-tracking branch 'upstream/main' into esp32-pin-resetLucian Copeland
2020-11-22compiles; maybe ready to test, or almostDan Halbert
2020-11-22Merge branch 'esp32s2-common-hal-mcu-delay-us' into sleepDan Halbert
2020-11-22wipDan Halbert
2020-11-22ESP32S2: common_hal_mcu_delay_us() now calls mp_hal_delay_us()Dan Halbert
2020-11-21wip: ResetReason to microcontroller.cpuDan Halbert
2020-11-19merge from mainDan Halbert
2020-11-11nvm implementation for esp32s2microDev
2020-11-10watchdog implementation for esp32s2microDev
2020-11-03Add API reset to reset_pin_numberLucian Copeland
2020-10-27Add check for invalid io, function to disable all alarmsmicroDev
2020-10-27Add alarm_touch modulemicroDev
2020-10-27restructure alarm modulesmicroDev
2020-10-27Renamed alarm modulesmicroDev
2020-10-27Add function to get time elapsed during sleepmicroDev
2020-10-27Initial Sleep SupportmicroDev
2020-10-08change idf to espressifhathach
2020-09-30Revert HAL refactor changes to avoid USB breaking changes past esp-idf dde6222cdLucian Copeland
2020-09-30Change submodule, rework all includesLucian Copeland
2020-09-10Merge pull request #3375 from DavePutz/issue3296Scott Shawcroft
2020-09-08Added temp_sensor_stopmicroDev
2020-09-08Update Processor.cmicroDev
2020-09-05Moved checks for invalid pin to common-hal/microcontroller/Pin.croot
2020-08-04Rework build flags, prevent idf errorsLucian Copeland
2020-07-31Add neopixel supportLucian Copeland
2020-07-15esp32s2: Use the device's EUI-48 address as unique IDJeff Epler
2020-06-24Switch SPI to polling DMA and enable displayioScott Shawcroft
2020-06-24Initial SPI implementation. Almost certainly doesn't compileScott Shawcroft