aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/machine/machine_nrf528xx.go
AgeCommit message (Expand)Author
2023-08-15samd51,rp2040,nrf528xx,stm32: implement watchdogKenneth Bell
2023-04-04i2c: implement target mode for rp2040 and nrfKenneth Bell
2023-04-04nrf: new peripheral type for nrf528xx chipsKenneth Bell
2023-04-04nrf: move nrf52 family code to correct file nameKenneth Bell
2023-03-22nrf: fix memory issue in ADC readAyke van Laethem
2022-12-19build: drop deprecated build tagsYurii Soldak
2022-08-04all: format code according to Go 1.19 rulesAyke van Laethem
2022-02-04all: update build constraints to Go 1.17Ayke van Laethem
2021-05-30nrf: don't trigger a heap allocation in SPI.TransferAyke van Laethem
2021-04-06machine: refactor PWM supportAyke van Laethem
2021-02-01move nRF52 ADC methods to common machine fileardnew
2021-01-06machine/microbit-v2: add initial support based on work done by @alankrantas t...deadprogram
2020-12-22nrf: use SPIM peripheral instead of the legacy SPI peripheralAyke van Laethem
2020-12-22nrf: refactor code a bit to reduce duplicationAyke van Laethem