summaryrefslogtreecommitdiff
path: root/ports/esp32s2/common-hal/microcontroller/Pin.c
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-14Change pinfunc to default of 0 at resetLucian Copeland
2020-12-07Change to config-based resetsLucian Copeland
2020-12-07Merge remote-tracking branch 'upstream/main' into esp32-pin-resetLucian Copeland
2020-11-25Fix masking issue causing pin claim problemsLucian Copeland
2020-11-23Replace reset with mux changeLucian Copeland
2020-11-03Add API reset to reset_pin_numberLucian Copeland
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-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-06-24Switch SPI to polling DMA and enable displayioScott Shawcroft
2020-06-24Initial SPI implementation. Almost certainly doesn't compileScott Shawcroft
2020-06-24Add initial I2C support, not quite working fully thoughScott Shawcroft
2020-05-19Fully implement digitalio and pin-in-use tracking.Scott Shawcroft
2020-05-15Initial ESP32S2 port.Scott Shawcroft