aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/machine/machine_nrf52.go
AgeCommit message (Expand)Author
2023-02-27machine/stm32, nrf: flash API (#3472)Ron Evans
2022-12-19build: drop deprecated build tagsYurii Soldak
2022-02-04all: update build constraints to Go 1.17Ayke van Laethem
2021-05-13machine: define Serial as the default outputAyke van Laethem
2021-05-13machine: make UART objects pointer receiversAyke van Laethem
2021-04-06machine: refactor PWM supportAyke van Laethem
2021-03-29machine: make machine.I2C0 and similar objects pointersAyke van Laethem
2021-02-01move nRF52 ADC methods to common machine fileardnew
2021-01-31accept configuration struct for ADC parameters (#1533)ardnew
2020-12-22nrf: refactor code a bit to reduce duplicationAyke van Laethem
2020-07-23all: changeover to eliminate all direct use of master/slave terminologydeadprogram
2020-05-13sam: return an error when an incorrect PWM pin is usedAyke van Laethem
2020-02-17nrf52840: implement USB-CDC (#883)Scott Yoder
2020-01-20all: add compiler support for interruptsAyke van Laethem
2019-12-16machine: rename CPU_FREQUENCY -> CPUFrequency()Ayke van Laethem
2019-05-26machine: refactor pins to be of Pin typeAyke van Laethem
2019-05-24machine/nrf: refactor to use volatile package/APIRon Evans
2019-02-24nrf: add CPU frequencyAyke van Laethem
2018-12-02machine/nrf: SPI master implementationRon Evans
2018-10-18nrf: add nrf52840-mdk boardAyke van Laethem
2018-10-06nrf: add micro:bit boardAyke van Laethem
2018-10-04nrf52: implement ADC and PWM interfacesRon Evans