aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/machine/machine_esp32c3.go
AgeCommit message (Expand)Author
2023-12-04machine/esp32c3: implement RNGdeadprogram
2023-12-03machine/esp32c3: move i2c implementation into separate file to skip m5stamp-c...deadprogram
2023-12-03machine/esp32c3: corrected implementation for error handling and when to expe...deadprogram
2023-12-03machine/esp32c3: handle defaults for I2C configurationdeadprogram
2023-12-03machine/esp32c3: implement i2c for esp32-c3Dmitriy
2023-11-28machine/esp32c3: implement USB_SERIAL for USBCDC communicationdeadprogram
2023-07-15machine.UART refactor (#3832)Patricio Whittingslow
2023-03-03all: use unsafe.Add instead of unsafe.Pointer(uintptr(...) + ...)Ayke van Laethem
2022-12-19build: drop deprecated build tagsYurii Soldak
2022-09-24machine: remove level triggered pin interruptsAyke van Laethem
2022-09-21esp32c3: remove unused UARTStopBits constantsAyke van Laethem
2022-07-15esp32c3: provide hardware pin constantsAyke van Laethem
2022-04-06add support for esp32c3 to receive UART dataDmitriy
2022-03-08add support for GPIO interrupts on esp32c3Dmitriy
2022-02-04all: update build constraints to Go 1.17Ayke van Laethem
2022-02-02esp32c3: add support for input pinsago35
2021-11-30machine: add Device constantAyke van Laethem
2021-09-16esp32c3: add support for this chipAyke van Laethem