micropython/ports/nrf/boards/arduino_primo/pins.csv
Glenn Ruben Bakke 864f671744 nrf: Remove port member from Pin object
In order to be able to support GPIO1 port on nrf52840
the port has been removed from the Pin object.

All pins on port1 will now be incrementally on top of
the pin numbers for gpio0. Hence, Pin 1.00 will become
P32, and Pin 1.15 will become P47.

The modification is done to address the new gpio HAL
interface in nrfx, which resolves the port to be
configured base on a multiple of 32.

The patch also affects the existing devices which does
not have a second GPIO port in the way that the
port indication A and B is removed from Pin generation.
This means that the port which was earlier addressed
as PA0 is now P0, and PA31 is P31.

Also, this patch removes the gpio member which earlier
pointed to the perihperal GPIO base address. This is not
needed anymore, hence removed.
2018-07-18 17:12:26 +10:00

224 B

1P2P2
2P3P3
3P4P4
4P5P5
5P6P6
6P7P7
7P8P8
8P9P9
9P10P10
10P11P11
11P12P12
12P13P13
13P14P14
14P15P15
15P16P16
16P17P17
17P18P18
18P19P19
19P20P20
20P21P21
21P22P22
22P23P23
23P24P24
24P25P25
25P26P26
26P27P27
27P28P28
28P29P29
29P30P30
30P31P31