aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/machine/machine_esp32.go
AgeCommit message (Expand)Author
2022-12-19build: drop deprecated build tagsYurii Soldak
2022-08-04all: format code according to Go 1.19 rulesAyke van Laethem
2022-07-27esp32: optimize SPI transmitAyke van Laethem
2022-07-15esp32: provide hardware pin constantsAyke van Laethem
2022-02-04all: update build constraints to Go 1.17Ayke van Laethem
2021-11-30machine: add Device constantAyke van Laethem
2021-10-28machine: support Pin.Get() function when the pin is configured as outputAyke van Laethem
2021-09-29esp32: remove extra configurationsago35
2021-06-25all: add a flag to the command line to select the serial implementationAyke van Laethem
2021-05-13machine: make UART objects pointer receiversAyke van Laethem
2021-05-06machine: move PinMode to central locationAyke van Laethem
2020-10-18Switch default frequency to 4MHzAyke van Laethem
2020-09-14esp32: add SPI supportAyke van Laethem
2020-09-13esp32: configure the I/O matrix for GPIO pinsAyke van Laethem
2020-09-05esp32: export machine.PortMask* for bitbanging implementationsAyke van Laethem
2020-08-31esp32: add support for basic GPIOAyke van Laethem
2020-08-31esp: add support for the Espressif ESP32 chipAyke van Laethem