a9304af8fa
Fixes are: - Pin definitions for ADAFRUIT_FEATHER_Mx_EXPRESS and ADAFRUIT_ITSYBITSY_M4_EXPRESS. - For ADAFRUIT_ITSYBITSY_M0_EXPRESS, change the MISO/MOSI name. - For MINISAM_M4, add the default SPI pins. - For boards with 32k crystal, add the XOSC32K setting.
582 B
582 B
1 | # Pin rows contain Pin number and pin name. |
---|---|
2 | # Pin rows start with PIN_ |
3 | # LED rows start with LED_ |
4 | # If the pin name is omitted, the pin number is added as name. |
5 | # Rows for empty entries have to start with '-' |
6 | # Empty lines and lines starting with # are ignored |
7 | PIN_PA02,A0_D9 |
8 | PIN_PB08,A1_D10 |
9 | PIN_PB09,A2_D11 |
10 | PIN_PA04,A3_D12 |
11 | PIN_PA05,A4_D13 |
12 | PIN_PA06,A5 |
13 | PIN_PA16,D0 |
14 | PIN_PA17,D1 |
15 | PIN_PA07,A6_D2 |
16 | PIN_PA19,D3 |
17 | PIN_PA20,D4 |
18 | PIN_PA21,D5 |
19 | PIN_PA00,BUTTON |
20 | PIN_PA03,AREF |
21 | PIN_PA12,SDA |
22 | PIN_PA13,SCL |
23 | PIN_PB22,MOSI |
24 | PIN_PB23,MISO |
25 | PIN_PA01,SCK |
26 | PIN_PB03,DOTSTAR_DATA |
27 | PIN_PB02,DOTSTAR_CLK |
28 | LED_PA15,LED |