| Age | Commit message (Collapse) | Author |
|
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.
|
|
Micropython legacy, keeping it consistent with atsam port.
|
|
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.
|
|
led_init was never called, which means the GPIOs were never set to
output and the LEDs didn't work.
|
|
|
|
This reverts commit 92113dde815ce5aaecf63ea9e87bc4addcabd822.
|
|
|
|
|