aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/machine/uart.go
AgeCommit message (Expand)Author
2022-12-19build: drop deprecated build tagsYurii Soldak
2022-09-18machine: improve UARTParity slightlyAyke van Laethem
2022-02-04all: update build constraints to Go 1.17Ayke van Laethem
2021-06-25all: add a flag to the command line to select the serial implementationAyke van Laethem
2021-06-16machine/rp2040: implement UART0/UART1, can be used on all rp2040 boardsdeadprogram
2021-05-13machine: make UART objects pointer receiversAyke van Laethem
2021-03-10attiny: remove dummy UARTAyke van Laethem
2020-11-15teensy40: add UART supportardnew
2020-11-11teensy40: remove FPU spec in target JSON list of cflagsardnew
2020-11-11teensy40: initial implementationardnew
2020-08-31esp: add support for the Espressif ESP32 chipAyke van Laethem
2020-07-08Viable NXP/Teensy supportEthan Reesor
2020-07-08maixbit (uart): working on data txYannis Huber
2020-04-07machine: move errors.New calls to globalsAyke van Laethem
2019-07-07all: add HiFive1 rev B board with RISC-V architectureAyke van Laethem
2019-05-26machine: refactor pins to be of Pin typeAyke van Laethem
2019-01-25Add core support for multiple UARTs (#152)Ron Evans
2019-01-21machine/atsamd21: implements UART0 using the SERCOM0 interfaceRon Evans
2018-12-18machine/stm32: add support for stm32f103xx UARTRon Evans
2018-10-02nrf: implement UART interfaceRon Evans