summaryrefslogtreecommitdiff
path: root/ports/nrf/modules/machine
AgeCommit message (Collapse)Author
2018-06-20nrf: Simplify pin generation and definitionarturo182
This commit cleans up the pin generation code, all the pins and their AF (only ADC, for now) are specified in nrf52_af.csv and board use their own csv file to specify which pins are available on that board and if they have any special names.
2018-06-20nrf: Remove machine, pyb and utime modulesarturo182
Micropython legacy, keeping it consistent with atsam port.
2018-02-12nrf: Change pin names on DKs to match silkscreenarturo182
Quite a big revamp of the make-pins script, it is now used on each build to generate the pin files, so the static ones are not needed anymore.
2018-02-03nrf: Fix missing LED GPIO initializationarturo182
led_init was never called, which means the GPIOs were never set to output and the LEDs didn't work.
2017-12-21nRF52 update with internal file system supportmicrobuilder
2017-11-23Revert "Supervisor REPL support for ports/nrf/boards/feather52"Kevin Townsend
This reverts commit 92113dde815ce5aaecf63ea9e87bc4addcabd822.
2017-11-23Supervisor REPL support for ports/nrf/boards/feather52Kevin Townsend
2017-10-04ports/nrf: Moving nrf51/52 port to new ports directoryGlenn Ruben Bakke