diff options
author | Damien George <damien.p.george@gmail.com> | 2017-03-28 12:42:23 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-03-28 12:42:23 +1100 |
commit | 9a1b3da158baf1882777f97212616ca3fe925963 (patch) | |
tree | dcefe9d025ea37b0a993175282effa3acae51b8b | |
parent | 8b36664e17a62d6a0599b6e978e46b872eaa1e84 (diff) | |
download | micropython-9a1b3da158baf1882777f97212616ca3fe925963.tar.gz micropython-9a1b3da158baf1882777f97212616ca3fe925963.zip |
stmhal/board: Fix existing and add more pin defs for NUCLEO_F767ZI.
-rw-r--r-- | stmhal/boards/NUCLEO_F767ZI/pins.csv | 50 |
1 files changed, 30 insertions, 20 deletions
diff --git a/stmhal/boards/NUCLEO_F767ZI/pins.csv b/stmhal/boards/NUCLEO_F767ZI/pins.csv index f9f7434891..897b1473e7 100644 --- a/stmhal/boards/NUCLEO_F767ZI/pins.csv +++ b/stmhal/boards/NUCLEO_F767ZI/pins.csv @@ -1,25 +1,35 @@ -A0,PA0 -A1,PF10 -A2,PF9 -A3,PF8 -A4,PF7 -A5,PF6 -D0,PC7 -D1,PC6 -D2,PG6 -D3,PB4 -D4,PG7 -D5,PA8 -D6,PH6 -D7,PI3 -D8,PI2 -D9,PA15 -D10,PI0 -D11,PB15 -D12,PB14 -D13,PI1 +A0,PA3 +A1,PC0 +A2,PC3 +A3,PF3 +A4,PF5 +A5,PF10 +D0,PG9 +D1,PG14 +D2,PF15 +D3,PE13 +D4,PF14 +D5,PE11 +D6,PE9 +D7,PF13 +D8,PF12 +D9,PD15 +D10,PD14 +D11,PA7 +D12,PA6 +D13,PA5 D14,PB9 D15,PB8 +D16,PC6 +D17,PB15 +D18,PB13 +D19,PB12 +D20,PA15 +D21,PC7 +D22,PB5 +D23,PB3 +D24,PA4 +D25,PB4 LED1,PB0 LED2,PB7 LED3,PB14 |