File tree Expand file tree Collapse file tree 17 files changed +165
-14
lines changed
stm32f411ce_blackpill_with_flash Expand file tree Collapse file tree 17 files changed +165
-14
lines changed Original file line number Diff line number Diff line change 19
19
// USB is always used internally so skip the pin objects for it.
20
20
#define IGNORE_PIN_PA24 1
21
21
#define IGNORE_PIN_PA25 1
22
+
23
+ // Connected to a crystal
24
+ #define IGNORE_PIN_PA00 1
25
+ #define IGNORE_PIN_PA01 1
26
+
27
+ // SWD-only
28
+ #define IGNORE_PIN_PA30 1
29
+ #define IGNORE_PIN_PA31 1
Original file line number Diff line number Diff line change 19
19
// USB is always used internally so skip the pin objects for it.
20
20
#define IGNORE_PIN_PA24 1
21
21
#define IGNORE_PIN_PA25 1
22
+
23
+ // Connected to a crystal
24
+ #define IGNORE_PIN_PA00 1
25
+ #define IGNORE_PIN_PA01 1
26
+
27
+ // Unconnected
28
+ // Schematic at: https://jandjstudios.io/assets/pdfs/datum-Distance.pdf
29
+ #define IGNORE_PIN_PA03 1
30
+ #define IGNORE_PIN_PA02 1
31
+ #define IGNORE_PIN_PB08 1
32
+ #define IGNORE_PIN_PB09 1
33
+ #define IGNORE_PIN_PA04 1
34
+ #define IGNORE_PIN_PA05 1
35
+ #define IGNORE_PIN_PB02 1
36
+ #define IGNORE_PIN_PA14 1
37
+ #define IGNORE_PIN_PA15 1
38
+ #define IGNORE_PIN_PB03 1
39
+ #define IGNORE_PIN_PA28 1
40
+ #define IGNORE_PIN_PB22 1
41
+ #define IGNORE_PIN_PB23 1
42
+ #define IGNORE_PIN_PA13 1
Original file line number Diff line number Diff line change 19
19
// USB is always used internally so skip the pin objects for it.
20
20
#define IGNORE_PIN_PA24 1
21
21
#define IGNORE_PIN_PA25 1
22
+
23
+ // Connected to a crystal
24
+ #define IGNORE_PIN_PA00 1
25
+ #define IGNORE_PIN_PA01 1
26
+
27
+ // Unconnected
28
+ // Schematic at: https://jandjstudios.io/assets/pdfs/datum-IMU.pdf
29
+ #define IGNORE_PIN_PB08 1
30
+ #define IGNORE_PIN_PB09 1
31
+ #define IGNORE_PIN_PA04 1
32
+ #define IGNORE_PIN_PA05 1
33
+ #define IGNORE_PIN_PB02 1
34
+ #define IGNORE_PIN_PA14 1
35
+ #define IGNORE_PIN_PA15 1
36
+ #define IGNORE_PIN_PB03 1
37
+ #define IGNORE_PIN_PA28 1
38
+ #define IGNORE_PIN_PB22 1
39
+ #define IGNORE_PIN_PB23 1
40
+ #define IGNORE_PIN_PA13 1
Original file line number Diff line number Diff line change 19
19
// USB is always used internally so skip the pin objects for it.
20
20
#define IGNORE_PIN_PA24 1
21
21
#define IGNORE_PIN_PA25 1
22
+
23
+ // Connected to a crystal
24
+ #define IGNORE_PIN_PA00 1
25
+ #define IGNORE_PIN_PA01 1
26
+
27
+ // Unconnected
28
+ // Schematic at: https://jandjstudios.io/assets/pdfs/datum-Light.pdf
29
+ #define IGNORE_PIN_PA03 1
30
+ #define IGNORE_PIN_PA02 1
31
+ #define IGNORE_PIN_PB08 1
32
+ #define IGNORE_PIN_PB09 1
33
+ #define IGNORE_PIN_PA04 1
34
+ #define IGNORE_PIN_PA05 1
35
+ #define IGNORE_PIN_PB02 1
36
+ #define IGNORE_PIN_PA14 1
37
+ #define IGNORE_PIN_PA15 1
38
+ #define IGNORE_PIN_PB03 1
39
+ #define IGNORE_PIN_PA28 1
40
+ #define IGNORE_PIN_PB22 1
41
+ #define IGNORE_PIN_PB23 1
42
+ #define IGNORE_PIN_PA13 1
Original file line number Diff line number Diff line change 19
19
// USB is always used internally so skip the pin objects for it.
20
20
#define IGNORE_PIN_PA24 1
21
21
#define IGNORE_PIN_PA25 1
22
+
23
+ // Connected to a crystal
24
+ #define IGNORE_PIN_PA00 1
25
+ #define IGNORE_PIN_PA01 1
26
+
27
+ // Unconnected
28
+ // Schematic at: https://jandjstudios.io/assets/pdfs/datum-Weather.pdf
29
+ #define IGNORE_PIN_PA03 1
30
+ #define IGNORE_PIN_PA02 1
31
+ #define IGNORE_PIN_PB08 1
32
+ #define IGNORE_PIN_PB09 1
33
+ #define IGNORE_PIN_PA04 1
34
+ #define IGNORE_PIN_PA05 1
35
+ #define IGNORE_PIN_PB02 1
36
+ #define IGNORE_PIN_PA14 1
37
+ #define IGNORE_PIN_PA15 1
38
+ #define IGNORE_PIN_PB03 1
39
+ #define IGNORE_PIN_PA28 1
40
+ #define IGNORE_PIN_PB22 1
41
+ #define IGNORE_PIN_PB23 1
42
+ #define IGNORE_PIN_PA13 1
Original file line number Diff line number Diff line change 17
17
// USB is always used internally so skip the pin objects for it.
18
18
#define IGNORE_PIN_PA24 1
19
19
#define IGNORE_PIN_PA25 1
20
+
21
+ // Connected to a crystal
22
+ #define IGNORE_PIN_PA00 1
23
+ #define IGNORE_PIN_PA01 1
24
+
25
+ // Unconnected
26
+ #define IGNORE_PIN_PB03 1
27
+ #define IGNORE_PIN_PB22 1
28
+ #define IGNORE_PIN_PB23 1
29
+ #define IGNORE_PIN_PA09 1
30
+ #define IGNORE_PIN_PA13 1
31
+ #define IGNORE_PIN_PA14 1
32
+ #define IGNORE_PIN_PA27 1
33
+ #define IGNORE_PIN_PA28 1
34
+
35
+ // SWD-only
36
+ #define IGNORE_PIN_PA30 1
37
+ #define IGNORE_PIN_PA31 1
Original file line number Diff line number Diff line change 17
17
// USB is always used internally so skip the pin objects for it.
18
18
#define IGNORE_PIN_PA24 1
19
19
#define IGNORE_PIN_PA25 1
20
+
21
+ // Connected to a crystal
22
+ #define IGNORE_PIN_PA00 1
23
+ #define IGNORE_PIN_PA01 1
24
+
25
+ // Unconnected
26
+ #define IGNORE_PIN_PB03 1
27
+ #define IGNORE_PIN_PB22 1
28
+ #define IGNORE_PIN_PB23 1
29
+ #define IGNORE_PIN_PA06 1
30
+ #define IGNORE_PIN_PA08 1
31
+ #define IGNORE_PIN_PA09 1
32
+ #define IGNORE_PIN_PA13 1
33
+ #define IGNORE_PIN_PA14 1
34
+ #define IGNORE_PIN_PA21 1
35
+ #define IGNORE_PIN_PA27 1
36
+ #define IGNORE_PIN_PA28 1
37
+
38
+ // SWD-only
39
+ #define IGNORE_PIN_PA30 1
40
+ #define IGNORE_PIN_PA31 1
Original file line number Diff line number Diff line change 19
19
20
20
#define IGNORE_PIN_PA24 1
21
21
#define IGNORE_PIN_PA25 1
22
+
23
+ #define MICROPY_FATFS_EXFAT 0
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ CIRCUITPY_AUDIOMP3 = 0
15
15
CIRCUITPY_BLEIO_HCI = 0
16
16
CIRCUITPY_DISPLAYIO = 0
17
17
CIRCUITPY_FRAMEBUFFERIO = 0
18
+ CIRCUITPY_GETPASS = 0
18
19
CIRCUITPY_KEYPAD = 0
19
20
CIRCUITPY_MSGPACK = 0
20
21
CIRCUITPY_PS2IO = 0
Original file line number Diff line number Diff line change 18
18
// USB is always used internally so skip the pin objects for it.
19
19
#define IGNORE_PIN_PA24 1
20
20
#define IGNORE_PIN_PA25 1
21
+
22
+ // Connected to a crystal
23
+ #define IGNORE_PIN_PA00 1
24
+ #define IGNORE_PIN_PA01 1
You can’t perform that action at this time.
0 commit comments