circuitpython/ports/nrf/common-hal
arturo182 c2d4d0a10b nrf: Simplify pin generation and definition
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-20 23:26:32 +02:00
..
analogio nrf: Cleanup AnalogOut and throw an exception in constructor 2018-02-06 21:15:49 +01:00
board nRF52 update with internal file system support 2017-12-21 13:49:14 +01:00
busio add timeout keyword to I2C - for bitbangio - ignored for busio 2018-05-13 21:54:44 -04:00
digitalio nrf: fixups for changes from 2.2 2018-01-03 16:50:57 -05:00
microcontroller nrf: Simplify pin generation and definition 2018-06-20 23:26:32 +02:00
os nrf: Make sure to not use SD functions when SD not available 2018-02-07 22:41:20 +01:00
pulseio return "false" for stub call 2018-06-10 07:11:44 -04:00
storage esp8266 and nrf: raise NotImplementedError 2018-04-10 12:08:41 -04:00
supervisor nrf: changed Status to Runtime; instituted runtime singleton 2018-03-10 01:07:17 +00:00
time nrf: Implement ticks, add gamepad module and example 2018-02-05 20:48:25 +01:00