Skip to content

Commit f705cb5

Browse files
committed
stmhal: Update PYBv3 and PYBv4 pin defs to include MMA pins, and others.
1 parent 24b0356 commit f705cb5

2 files changed

Lines changed: 17 additions & 2 deletions

File tree

stmhal/boards/PYBV3/pins.csv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,5 @@ LED_G1,PC4
3535
LED_G2,PC5
3636
SW,PA13
3737
SD,PC13
38+
MMA_INT,PB2
39+
MMA_AVDD,PB5

stmhal/boards/PYBV4/pins.csv

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,22 @@ Y13,Reset
3838
Y14,GND
3939
Y15,3.3V
4040
Y16,VIN
41-
LED_BLUE,PB4
41+
SW,PB3
4242
LED_RED,PA13
4343
LED_GREEN,PA14
4444
LED_YELLOW,PA15
45-
SW,PB3
45+
LED_BLUE,PB4
46+
MMA_INT,PB2
47+
MMA_AVDD,PB5
48+
SD_D0,PC8
49+
SD_D1,PC9
50+
SD_D2,PC10
51+
SD_D3,PC11
52+
SD_CMD,PD2
53+
SD_CK,PC12
4654
SD,PA8
55+
SD_SW,PA8
56+
USB_VBUS,PA9
57+
USB_ID,PA10
58+
USB_DM,PA11
59+
USB_DP,PA12

0 commit comments

Comments
 (0)