micropython-stubber 1.16.2__py3-none-any.whl → 1.17.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {micropython_stubber-1.16.2.dist-info → micropython_stubber-1.17.0.dist-info}/METADATA +2 -1
- {micropython_stubber-1.16.2.dist-info → micropython_stubber-1.17.0.dist-info}/RECORD +54 -54
- stubber/__init__.py +1 -1
- stubber/basicgit.py +27 -33
- stubber/board/board_info.csv +137 -103
- stubber/board/createstubs.py +222 -189
- stubber/board/createstubs_db.py +284 -214
- stubber/board/createstubs_db_min.py +286 -265
- stubber/board/createstubs_db_mpy.mpy +0 -0
- stubber/board/createstubs_lvgl.py +171 -113
- stubber/board/createstubs_lvgl_min.py +738 -275
- stubber/board/createstubs_lvgl_mpy.mpy +0 -0
- stubber/board/createstubs_mem.py +237 -174
- stubber/board/createstubs_mem_min.py +263 -247
- stubber/board/createstubs_mem_mpy.mpy +0 -0
- stubber/board/createstubs_min.py +242 -227
- stubber/board/createstubs_mpy.mpy +0 -0
- stubber/board/fw_info.py +135 -0
- stubber/board/modulelist.txt +1 -2
- stubber/codemod/_partials/__init__.py +1 -1
- stubber/codemod/_partials/db_main.py +90 -72
- stubber/codemod/_partials/modules_reader.py +29 -17
- stubber/codemod/board.py +2 -4
- stubber/codemod/enrich.py +1 -1
- stubber/commands/build_cmd.py +6 -4
- stubber/commands/get_docstubs_cmd.py +6 -11
- stubber/commands/get_frozen_cmd.py +6 -11
- stubber/commands/switch_cmd.py +6 -4
- stubber/data/board_info.csv +134 -101
- stubber/data/board_info.json +1357 -901
- stubber/freeze/freeze_manifest_2.py +2 -1
- stubber/freeze/get_frozen.py +28 -13
- stubber/minify.py +56 -43
- stubber/publish/candidates.py +15 -23
- stubber/publish/defaults.py +2 -2
- stubber/publish/merge_docstubs.py +5 -7
- stubber/publish/missing_class_methods.py +2 -2
- stubber/publish/pathnames.py +2 -2
- stubber/publish/publish.py +2 -1
- stubber/publish/stubpackage.py +20 -40
- stubber/rst/lookup.py +9 -7
- stubber/rst/reader.py +2 -1
- stubber/stubber.py +5 -6
- stubber/update_fallback.py +3 -1
- stubber/update_module_list.py +1 -1
- stubber/utils/__init__.py +1 -1
- stubber/utils/config.py +7 -9
- stubber/utils/post.py +1 -1
- stubber/utils/repos.py +10 -7
- stubber/utils/versions.py +48 -7
- stubber/variants.py +3 -3
- stubber/board/logging.py +0 -99
- {micropython_stubber-1.16.2.dist-info → micropython_stubber-1.17.0.dist-info}/LICENSE +0 -0
- {micropython_stubber-1.16.2.dist-info → micropython_stubber-1.17.0.dist-info}/WHEEL +0 -0
- {micropython_stubber-1.16.2.dist-info → micropython_stubber-1.17.0.dist-info}/entry_points.txt +0 -0
stubber/data/board_info.csv
CHANGED
@@ -1,113 +1,101 @@
|
|
1
1
|
board,description
|
2
|
-
|
3
|
-
|
2
|
+
4MB/OTA module with ESP32,GENERIC_OTA
|
3
|
+
Actinius Icarus with NRF9160,ACTINIUS_ICARUS
|
4
|
+
Adafruit Feather RP2040,ADAFRUIT_FEATHER_RP2040
|
5
|
+
Adafruit Feather STM32F405 with STM32F405RG,ADAFRUIT_F405_EXPRESS
|
6
|
+
Adafruit ItsyBitsy RP2040,ADAFRUIT_ITSYBITSY_RP2040
|
7
|
+
Adafruit Metro M7 with MIMXRT1011DAE5A,ADAFRUIT_METRO_M7
|
8
|
+
Adafruit QT Py RP2040,ADAFRUIT_QTPY_RP2040
|
9
|
+
Arduino GIGA R1 WiFi with STM32H747,ARDUINO_GIGA
|
10
|
+
Arduino Nano 33 BLE Sense with NRF52840,ARDUINO_NANO_33_BLE_SENSE
|
4
11
|
Arduino Nano ESP32 with ESP32S3,ARDUINO_NANO_ESP32
|
5
|
-
|
12
|
+
Arduino Nano RP2040 Connect,ARDUINO_NANO_RP2040_CONNECT
|
13
|
+
Arduino Nicla Vision with STM32H747,ARDUINO_NICLA_VISION
|
14
|
+
Arduino Portenta C33 with RA6M5,ARDUINO_PORTENTA_C33
|
15
|
+
Arduino Portenta H7 with STM32H747,ARDUINO_PORTENTA_H7
|
16
|
+
Arduino Primo with NRF52832,ARDUINO_PRIMO
|
17
|
+
B-L072Z-LRWAN1 with STM32L072CZ,B_L072Z_LRWAN1
|
18
|
+
B-L475E-IOT01A with STM32L475,B_L475E_IOT01A
|
19
|
+
Bluefruit nRF52 Feather with NRF52832,FEATHER52
|
20
|
+
BLUEIO-TAG-EVIM with NRF52832,BLUEIO_TAG_EVIM
|
21
|
+
Cerb40 with STM32F405RG,CERB40
|
22
|
+
CustomPCB with STM32F439,STM32F439
|
23
|
+
DVK-BL652 with NRF52832,DVK_BL652
|
24
|
+
EK-RA4M1 with RA4M1,EK_RA4M1
|
25
|
+
EK-RA4W1 with RA4W1,EK_RA4W1
|
26
|
+
EK-RA6M1 with RA6M1,EK_RA6M1
|
27
|
+
EK-RA6M2 with RA6M2,EK_RA6M2
|
28
|
+
ESP module (1M) with ESP8266,ESP8266_GENERIC
|
29
|
+
ESP module (512K) with ESP8266,ESP8266_GENERIC
|
30
|
+
ESP module with ESP8266,ESP8266_GENERIC
|
31
|
+
ESP32 module (spiram) with ESP32,GENERIC_SPIRAM
|
32
|
+
ESP32 module with ESP32,GENERIC
|
33
|
+
ESP32 Unicore module with ESP32-UNICORE,GENERIC_UNICORE
|
34
|
+
ESP32-D2WD,ESP32_GENERIC
|
35
|
+
ESP32-S2-WROVER with ESP32-S2,ESP32_S2_WROVER
|
36
|
+
ESP32-UNICORE,ESP32_GENERIC
|
6
37
|
ESP32C3 module with ESP32C3,ESP32_GENERIC_C3
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
38
|
+
ESP32S2 module with ESP32S2,GENERIC_S2
|
39
|
+
ESP32S3 module (spiram octal) with ESP32S3,GENERIC_S3_SPIRAM_OCT
|
40
|
+
ESP32S3 module (spiram) with ESP32S3,GENERIC_S3_SPIRAM
|
41
|
+
ESP32S3 module with ESP32S3,GENERIC_S3
|
42
|
+
Espruino Pico with STM32F401CD,ESPRUINO_PICO
|
43
|
+
EVK_NINA_B1 with NRF52832,EVK_NINA_B1
|
44
|
+
EVK_NINA_B3 with NRF52840,EVK_NINA_B3
|
45
|
+
F411DISC with STM32F411,STM32F411DISC
|
46
|
+
F429I-DISCO with STM32F429,STM32F429DISC
|
47
|
+
F4DISC with STM32F407,STM32F4DISC
|
48
|
+
F769DISC with STM32F769,STM32F769DISC
|
49
|
+
F7DISC with STM32F746,STM32F7DISC
|
50
|
+
Feather M0 Express with SAMD21G18A,ADAFRUIT_FEATHER_M0_EXPRESS
|
51
|
+
Feather M4 Express with SAMD51J19A,ADAFRUIT_FEATHER_M4_EXPRESS
|
17
52
|
FeatherS2 Neo with ESP32-S2FN4R2,UM_FEATHERS2NEO
|
53
|
+
FeatherS2 with ESP32-S2,UM_FEATHERS2
|
18
54
|
FeatherS3 with ESP32-S3,UM_FEATHERS3
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
55
|
+
GARATRONIC_PYBSTICK26_RP2040,GARATRONIC_PYBSTICK26_RP2040
|
56
|
+
Generic ESP32 module with ESP32,ESP32_GENERIC
|
57
|
+
Generic ESP32 module with OTA,ESP32_GENERIC
|
58
|
+
Generic ESP32 module with SPIRAM,ESP32_GENERIC
|
59
|
+
Generic ESP32-D2WD module with ESP32-D2WD,GENERIC_D2WD
|
60
|
+
Generic ESP32S2 module with ESP32S2,ESP32_GENERIC_S2
|
61
|
+
Generic ESP32S3 module with ESP32S3,ESP32_GENERIC_S3
|
62
|
+
Generic ESP32S3 module with Octal-SPIRAM,ESP32_GENERIC_S3
|
63
|
+
GIGA with STM32H747,ARDUINO_GIGA
|
64
|
+
HydraBus1.0 with STM32F4,HYDRABUS
|
26
65
|
i.MX RT1010 EVK with MIMXRT1011DAE5A,MIMXRT1010_EVK
|
27
66
|
i.MX RT1015 EVK with MIMXRT1015DAF5A,MIMXRT1015_EVK
|
28
67
|
i.MX RT1020 EVK with MIMXRT1021DAG5A,MIMXRT1020_EVK
|
68
|
+
i.MX RT1050 EVK with MIMXRT1052DVL6B,MIMXRT1050_EVK
|
69
|
+
i.MX RT1050 EVKB with MIMXRT1052DVL6B,MIMXRT1050_EVKB
|
29
70
|
i.MX RT1050 EVKB-A1 with MIMXRT1052DVL6B,MIMXRT1050_EVK
|
30
71
|
i.MX RT1060 EVK with MIMXRT1062DVJ6A,MIMXRT1060_EVK
|
31
72
|
i.MX RT1064 EVK with MIMXRT1064DVL6A,MIMXRT1064_EVK
|
32
73
|
i.MX RT1170 EVK with MIMXRT1176DVMAA,MIMXRT1170_EVK
|
33
|
-
RT1010-Py-DevKIT with MIMXRT1011DAE5A,OLIMEX_RT1010
|
34
|
-
Seeed ARCH MIX with MIMXRT1052DVL5B,SEEED_ARCH_MIX
|
35
|
-
Teensy 4.0 with MIMXRT1062DVJ6A,TEENSY40
|
36
|
-
Teensy 4.1 with MIMXRT1062DVJ6A,TEENSY41
|
37
|
-
Actinius Icarus with NRF9160,ACTINIUS_ICARUS
|
38
|
-
Arduino Nano 33 BLE Sense with NRF52840,ARDUINO_NANO_33_BLE_SENSE
|
39
|
-
Arduino Primo with NRF52832,ARDUINO_PRIMO
|
40
|
-
BLUEIO-TAG-EVIM with NRF52832,BLUEIO_TAG_EVIM
|
41
|
-
DVK-BL652 with NRF52832,DVK_BL652
|
42
|
-
EVK_NINA_B1 with NRF52832,EVK_NINA_B1
|
43
|
-
EVK_NINA_B3 with NRF52840,EVK_NINA_B3
|
44
|
-
Bluefruit nRF52 Feather with NRF52832,FEATHER52
|
45
74
|
IBK-BLYST-NANO with NRF52832,IBK_BLYST_NANO
|
46
75
|
IDK-BLYST-NANO with NRF52832,IDK_BLYST_NANO
|
47
|
-
micro:bit with NRF51822,MICROBIT
|
48
|
-
MDK-USB-DONGLE with NRF52840,NRF52840_MDK_USB_DONGLE
|
49
|
-
XENON with NRF52840,PARTICLE_XENON
|
50
|
-
PCA10000 with NRF51822,PCA10000
|
51
|
-
PCA10001 with NRF51822,PCA10001
|
52
|
-
PCA10028 with NRF51822,PCA10028
|
53
|
-
PCA10031 with NRF51822,PCA10031
|
54
|
-
PCA10040 with NRF52832,PCA10040
|
55
|
-
PCA10056 with NRF52840,PCA10056
|
56
|
-
PCA10059 with NRF52840,PCA10059
|
57
|
-
PCA10090 with NRF9160,PCA10090
|
58
|
-
XIAO nRF52840 Sense with NRF52840,SEEED_XIAO_NRF52
|
59
|
-
WT51822-S4AT with NRF51822,WT51822_S4AT
|
60
|
-
PORTENTA C33 with RA6M5,ARDUINO_PORTENTA_C33
|
61
|
-
EK-RA4M1 with RA4M1,EK_RA4M1
|
62
|
-
EK-RA4W1 with RA4W1,EK_RA4W1
|
63
|
-
EK-RA6M1 with RA6M1,EK_RA6M1
|
64
|
-
EK-RA6M2 with RA6M2,EK_RA6M2
|
65
|
-
RA4M1 CLICKER with RA4M1,RA4M1_CLICKER
|
66
|
-
VK-RA6M5 with RA6M5,VK_RA6M5
|
67
|
-
Adafruit Feather RP2040,ADAFRUIT_FEATHER_RP2040
|
68
|
-
Adafruit ItsyBitsy RP2040,ADAFRUIT_ITSYBITSY_RP2040
|
69
|
-
Adafruit QT Py RP2040,ADAFRUIT_QTPY_RP2040
|
70
|
-
Arduino Nano RP2040 Connect,ARDUINO_NANO_RP2040_CONNECT
|
71
|
-
GARATRONIC_PYBSTICK26_RP2040,GARATRONIC_PYBSTICK26_RP2040
|
72
|
-
nullbits Bit-C PRO,NULLBITS_BIT_C_PRO
|
73
|
-
Pimoroni Pico LiPo 16MB,PIMORONI_PICOLIPO_16MB
|
74
|
-
Pimoroni Pico LiPo 4MB,PIMORONI_PICOLIPO_4MB
|
75
|
-
Pimoroni Tiny 2040,PIMORONI_TINY2040
|
76
|
-
Raspberry Pi Pico,RPI_PICO
|
77
|
-
Raspberry Pi Pico W,RPI_PICO_W
|
78
|
-
SparkFun Pro Micro RP2040,SPARKFUN_PROMICRO
|
79
|
-
SparkFun Thing Plus RP2040,SPARKFUN_THINGPLUS
|
80
|
-
W5100S-EVB-Pico,W5100S_EVB_PICO
|
81
|
-
W5500-EVB-Pico,W5500_EVB_PICO
|
82
|
-
WeAct Studio RP2040,WEACTSTUDIO
|
83
|
-
Feather M0 Express with SAMD21G18A,ADAFRUIT_FEATHER_M0_EXPRESS
|
84
|
-
Feather M4 Express with SAMD51J19A,ADAFRUIT_FEATHER_M4_EXPRESS
|
85
76
|
ItsyBitsy M0 Express with SAMD21G18A,ADAFRUIT_ITSYBITSY_M0_EXPRESS
|
86
77
|
ItsyBitsy M4 Express with SAMD51G19A,ADAFRUIT_ITSYBITSY_M4_EXPRESS
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
SAMD21-XPLAINED-PRO with SAMD21J18A,SAMD21_XPLAINED_PRO
|
91
|
-
Wio Terminal D51R with SAMD51P19A,SEEED_WIO_TERMINAL
|
92
|
-
Seeed Xiao with SAMD21G18A,SEEED_XIAO_SAMD21
|
93
|
-
Sparkfun SAMD51 Thing Plus with SAMD51J20A,SPARKFUN_SAMD51_THING_PLUS
|
94
|
-
Adafruit Feather STM32F405 with STM32F405RG,ADAFRUIT_F405_EXPRESS
|
95
|
-
GIGA with STM32H747,ARDUINO_GIGA
|
96
|
-
NICLAVISION with STM32H747,ARDUINO_NICLA_VISION
|
97
|
-
PORTENTA with STM32H747,ARDUINO_PORTENTA_H7
|
98
|
-
B-L072Z-LRWAN1 with STM32L072CZ,B_L072Z_LRWAN1
|
99
|
-
B-L475E-IOT01A with STM32L475,B_L475E_IOT01A
|
100
|
-
Cerb40 with STM32F405RG,CERB40
|
101
|
-
Espruino Pico with STM32F401CD,ESPRUINO_PICO
|
102
|
-
NADHAT_PYBF405 with STM32F405RG,GARATRONIC_NADHAT_F405
|
103
|
-
PYBSTICK26_STD with STM32F411RE,GARATRONIC_PYBSTICK26_F411
|
104
|
-
HydraBus1.0 with STM32F4,HYDRABUS
|
78
|
+
L476-DISCO with STM32L476,STM32L476DISC
|
79
|
+
L496G-DISCO with STM32L496,STM32L496GDISC
|
80
|
+
LaunchPad with CC3200,LAUNCHXL
|
105
81
|
LEGO Technic Hub No.6 with STM32F413,LEGO_HUB_NO6
|
106
82
|
LEGO Technic Hub No.7 with STM32F413,LEGO_HUB_NO7
|
83
|
+
LILYGO TTGO LoRa32 with ESP32,LILYGO_TTGO_LORA32
|
107
84
|
LIMIFROG with STM32L476,LIMIFROG
|
108
|
-
|
85
|
+
LOLIN_C3_MINI with ESP32-C3FH4,LOLIN_C3_MINI
|
86
|
+
LOLIN_S2_MINI with ESP32-S2FN4R2,LOLIN_S2_MINI
|
87
|
+
LOLIN_S2_PICO with ESP32-S2FN4R2,LOLIN_S2_PICO
|
88
|
+
M5Stack ATOM with ESP32-PICO-D4,M5STACK_ATOM
|
89
|
+
MDK-USB-DONGLE with NRF52840,NRF52840_MDK_USB_DONGLE
|
90
|
+
Metro M4 Express Airlift with SAMD51J19A,ADAFRUIT_METRO_M4_EXPRESS
|
91
|
+
micro:bit with NRF51822,MICROBIT
|
109
92
|
MikroE Quail with STM32F427VI,MIKROE_QUAIL
|
93
|
+
MIKROE_CLICKER2_STM32 with STM32F407,MIKROE_CLICKER2_STM32
|
94
|
+
Mini SAM M4 with SAMD51G19A,MINISAM_M4
|
95
|
+
NADHAT_PYBF405 with STM32F405RG,GARATRONIC_NADHAT_F405
|
96
|
+
NanoS3 with ESP32-S3-FN8,UM_NANOS3
|
110
97
|
NetduinoPlus2 with STM32F405RG,NETDUINO_PLUS_2
|
98
|
+
NICLAVISION with STM32H747,ARDUINO_NICLA_VISION
|
111
99
|
NUCLEO-F091RC with STM32F091RCT6,NUCLEO_F091RC
|
112
100
|
NUCLEO-F401RE with STM32F401xE,NUCLEO_F401RE
|
113
101
|
NUCLEO-F411RE with STM32F411xE,NUCLEO_F411RE
|
@@ -121,10 +109,6 @@ NUCLEO-F746ZG with STM32F746,NUCLEO_F746ZG
|
|
121
109
|
NUCLEO-F756ZG with STM32F756,NUCLEO_F756ZG
|
122
110
|
NUCLEO-F767ZI with STM32F767,NUCLEO_F767ZI
|
123
111
|
NUCLEO-G0B1RE with STM32G0B1xE,NUCLEO_G0B1RE
|
124
|
-
NUCLEO_G474RE with STM32G474,NUCLEO_G474RE
|
125
|
-
NUCLEO_H723ZG with STM32H723ZGT6,NUCLEO_H723ZG
|
126
|
-
NUCLEO_H743ZI with STM32H743,NUCLEO_H743ZI
|
127
|
-
NUCLEO_H743ZI2,NUCLEO_H743ZI2
|
128
112
|
NUCLEO-L073RZ with STM32L073RZT6,NUCLEO_L073RZ
|
129
113
|
NUCLEO-L152RE with STM32L152xE,NUCLEO_L152RE
|
130
114
|
NUCLEO-L432KC with STM32L432KC,NUCLEO_L432KC
|
@@ -133,28 +117,77 @@ NUCLEO-L476RG with STM32L476RG,NUCLEO_L476RG
|
|
133
117
|
NUCLEO-L4A6ZG with STM32L4A6ZG,NUCLEO_L4A6ZG
|
134
118
|
NUCLEO-WB55 with STM32WB55RGV6,NUCLEO_WB55
|
135
119
|
NUCLEO-WL55 with STM32WL55JCI7,NUCLEO_WL55
|
120
|
+
NUCLEO_G474RE with STM32G474,NUCLEO_G474RE
|
121
|
+
NUCLEO_H563ZI with STM32H563ZI,NUCLEO_H563ZI
|
122
|
+
NUCLEO_H723ZG with STM32H723ZGT6,NUCLEO_H723ZG
|
123
|
+
NUCLEO_H743ZI with STM32H743,NUCLEO_H743ZI
|
124
|
+
NUCLEO_H743ZI2,NUCLEO_H743ZI2
|
125
|
+
nullbits Bit-C PRO,NULLBITS_BIT_C_PRO
|
126
|
+
Olimex ESP32 ETH with ESP32,OLIMEX_ESP32_POE
|
136
127
|
OLIMEX STM32-E407 with STM32F407,OLIMEX_E407
|
137
128
|
OLIMEX STM32-H407 with STM32F407,OLIMEX_H407
|
129
|
+
PCA10000 with NRF51822,PCA10000
|
130
|
+
PCA10001 with NRF51822,PCA10001
|
131
|
+
PCA10028 with NRF51822,PCA10028
|
132
|
+
PCA10031 with NRF51822,PCA10031
|
133
|
+
PCA10040 with NRF52832,PCA10040
|
134
|
+
PCA10056 with NRF52840,PCA10056
|
135
|
+
PCA10059 with NRF52840,PCA10059
|
136
|
+
PCA10090 with NRF9160,PCA10090
|
137
|
+
Pimoroni Pico LiPo 16MB,PIMORONI_PICOLIPO_16MB
|
138
|
+
Pimoroni Pico LiPo 4MB,PIMORONI_PICOLIPO_4MB
|
139
|
+
Pimoroni Tiny 2040,PIMORONI_TINY2040
|
140
|
+
Pololu 3pi+ 2040 Robot,POLOLU_3PI_2040_ROBOT
|
141
|
+
Pololu Zumo 2040 Robot,POLOLU_ZUMO_2040_ROBOT
|
142
|
+
PORTENTA C33 with RA6M5,ARDUINO_PORTENTA_C33
|
143
|
+
PORTENTA with STM32H747,ARDUINO_PORTENTA_H7
|
144
|
+
ProS3 with ESP32-S3,UM_PROS3
|
138
145
|
PYBD-SF2W with STM32F722IEK,PYBD_SF2
|
139
146
|
PYBD-SF3W with STM32F733IEK,PYBD_SF3
|
140
147
|
PYBD-SF6W with STM32F767IIK,PYBD_SF6
|
141
148
|
PYBLITEv1.0 with STM32F411RE,PYBLITEV10
|
149
|
+
PYBSTICK26_STD with STM32F411RE,GARATRONIC_PYBSTICK26_F411
|
142
150
|
PYBv1.0 with STM32F405RG,PYBV10
|
143
151
|
PYBv1.1 with STM32F405RG,PYBV11
|
144
152
|
PYBv3 with STM32F405RG,PYBV3
|
145
153
|
PYBv4 with STM32F405RG,PYBV4
|
154
|
+
RA4M1 CLICKER with RA4M1,RA4M1_CLICKER
|
155
|
+
RA4M1_CLICKER with RA4M1,RA4M1_CLICKER
|
156
|
+
RA4M1_EK with RA4M1,RA4M1_EK
|
157
|
+
RA4W1_EK with RA4W1,RA4W1_EK
|
158
|
+
RA6M1_EK with RA6M1,RA6M1_EK
|
159
|
+
RA6M2_EK with RA6M2,RA6M2_EK
|
160
|
+
Raspberry Pi Pico,RPI_PICO
|
161
|
+
Raspberry Pi Pico W,RPI_PICO_W
|
162
|
+
RT1010-Py-DevKIT with MIMXRT1011DAE5A,OLIMEX_RT1010
|
163
|
+
SAMD21-XPLAINED-PRO with SAMD21J18A,SAMD21_XPLAINED_PRO
|
164
|
+
Seeed ARCH MIX with MIMXRT1052DVL5B,SEEED_ARCH_MIX
|
165
|
+
Seeed Xiao with SAMD21G18A,SEEED_XIAO_SAMD21
|
166
|
+
Silicognition RP2040-Shim,SIL_RP2040_SHIM
|
167
|
+
Silicognition wESP32 with ESP32,SIL_WESP32
|
168
|
+
SparkFun Pro Micro RP2040,SPARKFUN_PROMICRO
|
169
|
+
Sparkfun SAMD51 Thing Plus with SAMD51J20A,SPARKFUN_SAMD51_THING_PLUS
|
146
170
|
SparkFun STM32 MicroMod Processor with STM32F405RG,SPARKFUN_MICROMOD_STM32
|
147
|
-
|
148
|
-
F429I-DISCO with STM32F429,STM32F429DISC
|
149
|
-
CustomPCB with STM32F439,STM32F439
|
150
|
-
F4DISC with STM32F407,STM32F4DISC
|
151
|
-
F769DISC with STM32F769,STM32F769DISC
|
152
|
-
F7DISC with STM32F746,STM32F7DISC
|
171
|
+
SparkFun Thing Plus RP2040,SPARKFUN_THINGPLUS
|
153
172
|
STM32H573I-DK with STM32H573IIK3Q,STM32H573I_DK
|
154
173
|
STM32H7B3I-DK with STM32H7B3LIH6Q,STM32H7B3I_DK
|
155
|
-
|
156
|
-
|
174
|
+
Teensy 4.0 with MIMXRT1062DVJ6A,TEENSY40
|
175
|
+
Teensy 4.1 with MIMXRT1062DVJ6A,TEENSY41
|
176
|
+
TinyPICO with ESP32-PICO-D4,UM_TINYPICO
|
177
|
+
TinyS2 with ESP32-S2FN4R2,UM_TINYS2
|
178
|
+
TinyS3 with ESP32-S3-FN8,UM_TINYS3
|
179
|
+
TinyWATCH S3 with ESP32-S3-PICO-1-N8R2,UM_TINYWATCHS3
|
180
|
+
Trinket M0 with SAMD21E18A,ADAFRUIT_TRINKET_M0
|
157
181
|
USBDongle-WB55 with STM32WB55CGU6,USBDONGLE_WB55
|
158
182
|
VCC-GND STM32F407VE with STM32F407VE,VCC_GND_F407VE
|
159
183
|
VCC-GND STM32F407ZG with STM32F407ZG,VCC_GND_F407ZG
|
160
184
|
VCC-GND STM32H743VI with STM32H743VI,VCC_GND_H743VI
|
185
|
+
VK-RA6M5 with RA6M5,VK_RA6M5
|
186
|
+
W5100S-EVB-Pico,W5100S_EVB_PICO
|
187
|
+
W5500-EVB-Pico,W5500_EVB_PICO
|
188
|
+
WeAct Studio RP2040,WEACTSTUDIO
|
189
|
+
Wio Terminal D51R with SAMD51P19A,SEEED_WIO_TERMINAL
|
190
|
+
WiPy with CC3200,WIPY
|
191
|
+
WT51822-S4AT with NRF51822,WT51822_S4AT
|
192
|
+
XENON with NRF52840,PARTICLE_XENON
|
193
|
+
XIAO nRF52840 Sense with NRF52840,SEEED_XIAO_NRF52
|