summaryrefslogtreecommitdiff
path: root/ports/nrf/nrf52_af.csv
diff options
context:
space:
mode:
authorarturo182 <arturo182@tlen.pl>2018-06-20 23:26:32 +0200
committerarturo182 <arturo182@tlen.pl>2018-06-20 23:26:32 +0200
commitc2d4d0a10bb97819ad94b7b770f59f8b9df64c41 (patch)
tree845aa669e6a589de4f3306427e9ea53cde080d25 /ports/nrf/nrf52_af.csv
parentff918556cdde90119339c35093911d70eec43406 (diff)
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.
Diffstat (limited to 'ports/nrf/nrf52_af.csv')
-rw-r--r--ports/nrf/nrf52_af.csv96
1 files changed, 48 insertions, 48 deletions
diff --git a/ports/nrf/nrf52_af.csv b/ports/nrf/nrf52_af.csv
index 284370d06..272d9cd09 100644
--- a/ports/nrf/nrf52_af.csv
+++ b/ports/nrf/nrf52_af.csv
@@ -1,48 +1,48 @@
-P0_00,P0_00
-P0_01,P0_01
-P0_02,P0_02
-P0_03,P0_03
-P0_04,P0_04
-P0_05,P0_05
-P0_06,P0_06
-P0_07,P0_07
-P0_08,P0_08
-P0_09,P0_09
-P0_10,P0_10
-P0_11,P0_11
-P0_12,P0_12
-P0_13,P0_13
-P0_14,P0_14
-P0_15,P0_15
-P0_16,P0_16
-P0_17,P0_17
-P0_18,P0_18
-P0_19,P0_19
-P0_20,P0_20
-P0_21,P0_21
-P0_22,P0_22
-P0_23,P0_23
-P0_24,P0_24
-P0_25,P0_25
-P0_26,P0_26
-P0_27,P0_27
-P0_28,P0_28
-P0_29,P0_29
-P0_30,P0_30
-P0_31,P0_31
-P1_00,P1_00
-P1_01,P1_01
-P1_02,P1_02
-P1_03,P1_03
-P1_04,P1_04
-P1_05,P1_05
-P1_06,P1_06
-P1_07,P1_07
-P1_08,P1_08
-P1_09,P1_09
-P1_10,P1_10
-P1_11,P1_11
-P1_12,P1_12
-P1_13,P1_13
-P1_14,P1_14
-P1_15,P1_15
+P0_00
+P0_01
+P0_02,AIN0
+P0_03,AIN1
+P0_04,AIN2
+P0_05,AIN3
+P0_06
+P0_07
+P0_08
+P0_09
+P0_10
+P0_11
+P0_12
+P0_13
+P0_14
+P0_15
+P0_16
+P0_17
+P0_18
+P0_19
+P0_20
+P0_21
+P0_22
+P0_23
+P0_24
+P0_25
+P0_26
+P0_27
+P0_28,AIN4
+P0_29,AIN5
+P0_30,AIN6
+P0_31,AIN7
+P1_00
+P1_01
+P1_02
+P1_03
+P1_04
+P1_05
+P1_06
+P1_07
+P1_08
+P1_09
+P1_10
+P1_11
+P1_12
+P1_13
+P1_14
+P1_15