micropython/ports/nrf/boards/feather52/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

293 B

1P2,P2,ADC0_IN0
2P3,P3,ADC0_IN1
3P4,P4,ADC0_IN2
4P5,P5,ADC0_IN3
5UART_TX,P6
6P7,P7
7UART_RX,P8
8NFC1,P9
9NFC2,P10
10P11,P11
11SPI_SCK,P12
12SPI_MOSI,P13
13SPI_MISO,P14
14P15,P15
15P16,P16
16LED1,P17
17LED2,P19
18P20,P20
19I2C_SDA,P25
20I2C_SCL,P26
21P27,P27
22P28,P28,ADC0_IN4
23P29,P29,ADC0_IN5
24P30,P30,ADC0_IN6
25P31,P31,ADC0_IN7