aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/machine/machine_nrf52840.go
AgeCommit message (Expand)Author
2023-02-27machine/stm32, nrf: flash API (#3472)Ron Evans
2023-01-17Add PDM support for circuitplay-bluefruit (#3359)Marcus Sorensen
2022-12-19build: drop deprecated build tagsYurii Soldak
2022-04-25machine/circuitplay-bluefruit: move pin mappings so board can be compiled for...deadprogram
2022-02-04all: update build constraints to Go 1.17Ayke 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-01-20all: add compiler support for interruptsAyke van Laethem
2020-01-06targets: add target circuitplay-bluefruitMichael Matloob
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/nrf52840: add support for ADC and PWM interfacesRon Evans
2018-12-02machine/nrf: SPI master implementationRon Evans
2018-10-18nrf: add nrf52840-mdk boardAyke van Laethem