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.
Files changed (55) hide show
  1. {micropython_stubber-1.16.2.dist-info → micropython_stubber-1.17.0.dist-info}/METADATA +2 -1
  2. {micropython_stubber-1.16.2.dist-info → micropython_stubber-1.17.0.dist-info}/RECORD +54 -54
  3. stubber/__init__.py +1 -1
  4. stubber/basicgit.py +27 -33
  5. stubber/board/board_info.csv +137 -103
  6. stubber/board/createstubs.py +222 -189
  7. stubber/board/createstubs_db.py +284 -214
  8. stubber/board/createstubs_db_min.py +286 -265
  9. stubber/board/createstubs_db_mpy.mpy +0 -0
  10. stubber/board/createstubs_lvgl.py +171 -113
  11. stubber/board/createstubs_lvgl_min.py +738 -275
  12. stubber/board/createstubs_lvgl_mpy.mpy +0 -0
  13. stubber/board/createstubs_mem.py +237 -174
  14. stubber/board/createstubs_mem_min.py +263 -247
  15. stubber/board/createstubs_mem_mpy.mpy +0 -0
  16. stubber/board/createstubs_min.py +242 -227
  17. stubber/board/createstubs_mpy.mpy +0 -0
  18. stubber/board/fw_info.py +135 -0
  19. stubber/board/modulelist.txt +1 -2
  20. stubber/codemod/_partials/__init__.py +1 -1
  21. stubber/codemod/_partials/db_main.py +90 -72
  22. stubber/codemod/_partials/modules_reader.py +29 -17
  23. stubber/codemod/board.py +2 -4
  24. stubber/codemod/enrich.py +1 -1
  25. stubber/commands/build_cmd.py +6 -4
  26. stubber/commands/get_docstubs_cmd.py +6 -11
  27. stubber/commands/get_frozen_cmd.py +6 -11
  28. stubber/commands/switch_cmd.py +6 -4
  29. stubber/data/board_info.csv +134 -101
  30. stubber/data/board_info.json +1357 -901
  31. stubber/freeze/freeze_manifest_2.py +2 -1
  32. stubber/freeze/get_frozen.py +28 -13
  33. stubber/minify.py +56 -43
  34. stubber/publish/candidates.py +15 -23
  35. stubber/publish/defaults.py +2 -2
  36. stubber/publish/merge_docstubs.py +5 -7
  37. stubber/publish/missing_class_methods.py +2 -2
  38. stubber/publish/pathnames.py +2 -2
  39. stubber/publish/publish.py +2 -1
  40. stubber/publish/stubpackage.py +20 -40
  41. stubber/rst/lookup.py +9 -7
  42. stubber/rst/reader.py +2 -1
  43. stubber/stubber.py +5 -6
  44. stubber/update_fallback.py +3 -1
  45. stubber/update_module_list.py +1 -1
  46. stubber/utils/__init__.py +1 -1
  47. stubber/utils/config.py +7 -9
  48. stubber/utils/post.py +1 -1
  49. stubber/utils/repos.py +10 -7
  50. stubber/utils/versions.py +48 -7
  51. stubber/variants.py +3 -3
  52. stubber/board/logging.py +0 -99
  53. {micropython_stubber-1.16.2.dist-info → micropython_stubber-1.17.0.dist-info}/LICENSE +0 -0
  54. {micropython_stubber-1.16.2.dist-info → micropython_stubber-1.17.0.dist-info}/WHEEL +0 -0
  55. {micropython_stubber-1.16.2.dist-info → micropython_stubber-1.17.0.dist-info}/entry_points.txt +0 -0
@@ -1,1274 +1,1730 @@
1
1
  [
2
2
  {
3
- "port": "cc3200",
4
- "board": "LAUNCHXL",
5
- "board_name": "LaunchPad",
6
- "mcu_name": "CC3200",
7
- "description": "LaunchPad with CC3200",
8
- "path": "repos/micropython/ports/cc3200/boards/LAUNCHXL/mpconfigboard.h"
3
+ "description": "4MB/OTA module with ESP32",
4
+ "port": "esp32",
5
+ "board": "GENERIC_OTA",
6
+ "board_name": "4MB/OTA module",
7
+ "mcu_name": "ESP32",
8
+ "path": "ports/esp32/boards/GENERIC_OTA/mpconfigboard.h",
9
+ "version": "v1.20.0"
9
10
  },
10
11
  {
11
- "port": "cc3200",
12
- "board": "WIPY",
13
- "board_name": "WiPy",
14
- "mcu_name": "CC3200",
15
- "description": "WiPy with CC3200",
16
- "path": "repos/micropython/ports/cc3200/boards/WIPY/mpconfigboard.h"
12
+ "description": "Actinius Icarus with NRF9160",
13
+ "port": "nrf",
14
+ "board": "ACTINIUS_ICARUS",
15
+ "board_name": "Actinius Icarus",
16
+ "mcu_name": "NRF9160",
17
+ "path": "ports/nrf/boards/ACTINIUS_ICARUS/mpconfigboard.h",
18
+ "version": "v1.22.0"
17
19
  },
18
20
  {
19
- "port": "esp32",
20
- "board": "ARDUINO_NANO_ESP32",
21
- "board_name": "Arduino Nano ESP32",
22
- "mcu_name": "ESP32S3",
23
- "description": "Arduino Nano ESP32 with ESP32S3",
24
- "path": "repos/micropython/ports/esp32/boards/ARDUINO_NANO_ESP32/mpconfigboard.h"
21
+ "description": "Adafruit Feather RP2040",
22
+ "port": "rp2",
23
+ "board": "ADAFRUIT_FEATHER_RP2040",
24
+ "board_name": "Adafruit Feather RP2040",
25
+ "mcu_name": "-",
26
+ "path": "ports/rp2/boards/ADAFRUIT_FEATHER_RP2040/mpconfigboard.h",
27
+ "version": "v1.22.0"
25
28
  },
26
29
  {
27
- "port": "esp32",
28
- "board": "ESP32_GENERIC",
29
- "board_name": "Generic ESP32 module",
30
- "mcu_name": "ESP32",
31
- "description": "Generic ESP32 module with ESP32",
32
- "path": "repos/micropython/ports/esp32/boards/ESP32_GENERIC/mpconfigboard.h"
30
+ "description": "Adafruit Feather STM32F405 with STM32F405RG",
31
+ "port": "stm32",
32
+ "board": "ADAFRUIT_F405_EXPRESS",
33
+ "board_name": "Adafruit Feather STM32F405",
34
+ "mcu_name": "STM32F405RG",
35
+ "path": "ports/stm32/boards/ADAFRUIT_F405_EXPRESS/mpconfigboard.h",
36
+ "version": "v1.22.0"
33
37
  },
34
38
  {
35
- "port": "esp32",
36
- "board": "ESP32_GENERIC_C3",
37
- "board_name": "ESP32C3 module",
38
- "mcu_name": "ESP32C3",
39
- "description": "ESP32C3 module with ESP32C3",
40
- "path": "repos/micropython/ports/esp32/boards/ESP32_GENERIC_C3/mpconfigboard.h"
39
+ "description": "Adafruit ItsyBitsy RP2040",
40
+ "port": "rp2",
41
+ "board": "ADAFRUIT_ITSYBITSY_RP2040",
42
+ "board_name": "Adafruit ItsyBitsy RP2040",
43
+ "mcu_name": "-",
44
+ "path": "ports/rp2/boards/ADAFRUIT_ITSYBITSY_RP2040/mpconfigboard.h",
45
+ "version": "v1.22.0"
41
46
  },
42
47
  {
43
- "port": "esp32",
44
- "board": "ESP32_GENERIC_S2",
45
- "board_name": "Generic ESP32S2 module",
46
- "mcu_name": "ESP32S2",
47
- "description": "Generic ESP32S2 module with ESP32S2",
48
- "path": "repos/micropython/ports/esp32/boards/ESP32_GENERIC_S2/mpconfigboard.h"
48
+ "description": "Adafruit Metro M7 with MIMXRT1011DAE5A",
49
+ "port": "mimxrt",
50
+ "board": "ADAFRUIT_METRO_M7",
51
+ "board_name": "Adafruit Metro M7",
52
+ "mcu_name": "MIMXRT1011DAE5A",
53
+ "path": "ports/mimxrt/boards/ADAFRUIT_METRO_M7/mpconfigboard.h",
54
+ "version": "v1.22.0"
49
55
  },
50
56
  {
51
- "port": "esp32",
52
- "board": "ESP32_GENERIC_S3",
53
- "board_name": "Generic ESP32S3 module",
54
- "mcu_name": "ESP32S3",
55
- "description": "Generic ESP32S3 module with ESP32S3",
56
- "path": "repos/micropython/ports/esp32/boards/ESP32_GENERIC_S3/mpconfigboard.h"
57
+ "description": "Adafruit QT Py RP2040",
58
+ "port": "rp2",
59
+ "board": "ADAFRUIT_QTPY_RP2040",
60
+ "board_name": "Adafruit QT Py RP2040",
61
+ "mcu_name": "-",
62
+ "path": "ports/rp2/boards/ADAFRUIT_QTPY_RP2040/mpconfigboard.h",
63
+ "version": "v1.22.0"
57
64
  },
58
65
  {
59
- "port": "esp32",
60
- "board": "LILYGO_TTGO_LORA32",
61
- "board_name": "LILYGO TTGO LoRa32",
62
- "mcu_name": "ESP32",
63
- "description": "LILYGO TTGO LoRa32 with ESP32",
64
- "path": "repos/micropython/ports/esp32/boards/LILYGO_TTGO_LORA32/mpconfigboard.h"
66
+ "description": "Arduino GIGA R1 WiFi with STM32H747",
67
+ "port": "stm32",
68
+ "board": "ARDUINO_GIGA",
69
+ "board_name": "Arduino GIGA R1 WiFi",
70
+ "mcu_name": "STM32H747",
71
+ "path": "ports/stm32/boards/ARDUINO_GIGA/mpconfigboard.h",
72
+ "version": "v1.22.0"
65
73
  },
66
74
  {
67
- "port": "esp32",
68
- "board": "LOLIN_C3_MINI",
69
- "board_name": "LOLIN_C3_MINI",
70
- "mcu_name": "ESP32-C3FH4",
71
- "description": "LOLIN_C3_MINI with ESP32-C3FH4",
72
- "path": "repos/micropython/ports/esp32/boards/LOLIN_C3_MINI/mpconfigboard.h"
75
+ "description": "Arduino Nano 33 BLE Sense with NRF52840",
76
+ "port": "nrf",
77
+ "board": "ARDUINO_NANO_33_BLE_SENSE",
78
+ "board_name": "Arduino Nano 33 BLE Sense",
79
+ "mcu_name": "NRF52840",
80
+ "path": "ports/nrf/boards/ARDUINO_NANO_33_BLE_SENSE/mpconfigboard.h",
81
+ "version": "v1.22.0"
73
82
  },
74
83
  {
84
+ "description": "Arduino Nano ESP32 with ESP32S3",
75
85
  "port": "esp32",
76
- "board": "LOLIN_S2_MINI",
77
- "board_name": "LOLIN_S2_MINI",
78
- "mcu_name": "ESP32-S2FN4R2",
79
- "description": "LOLIN_S2_MINI with ESP32-S2FN4R2",
80
- "path": "repos/micropython/ports/esp32/boards/LOLIN_S2_MINI/mpconfigboard.h"
86
+ "board": "ARDUINO_NANO_ESP32",
87
+ "board_name": "Arduino Nano ESP32",
88
+ "mcu_name": "ESP32S3",
89
+ "path": "ports/esp32/boards/ARDUINO_NANO_ESP32/mpconfigboard.h",
90
+ "version": "v1.22.0"
81
91
  },
82
92
  {
83
- "port": "esp32",
84
- "board": "LOLIN_S2_PICO",
85
- "board_name": "LOLIN_S2_PICO",
86
- "mcu_name": "ESP32-S2FN4R2",
87
- "description": "LOLIN_S2_PICO with ESP32-S2FN4R2",
88
- "path": "repos/micropython/ports/esp32/boards/LOLIN_S2_PICO/mpconfigboard.h"
93
+ "description": "Arduino Nano RP2040 Connect",
94
+ "port": "rp2",
95
+ "board": "ARDUINO_NANO_RP2040_CONNECT",
96
+ "board_name": "Arduino Nano RP2040 Connect",
97
+ "mcu_name": "-",
98
+ "path": "ports/rp2/boards/ARDUINO_NANO_RP2040_CONNECT/mpconfigboard.h",
99
+ "version": "v1.22.0"
89
100
  },
90
101
  {
91
- "port": "esp32",
92
- "board": "M5STACK_ATOM",
93
- "board_name": "M5Stack ATOM",
94
- "mcu_name": "ESP32-PICO-D4",
95
- "description": "M5Stack ATOM with ESP32-PICO-D4",
96
- "path": "repos/micropython/ports/esp32/boards/M5STACK_ATOM/mpconfigboard.h"
102
+ "description": "Arduino Nicla Vision with STM32H747",
103
+ "port": "stm32",
104
+ "board": "ARDUINO_NICLA_VISION",
105
+ "board_name": "Arduino Nicla Vision",
106
+ "mcu_name": "STM32H747",
107
+ "path": "ports/stm32/boards/ARDUINO_NICLA_VISION/mpconfigboard.h",
108
+ "version": "v1.22.0"
97
109
  },
98
110
  {
99
- "port": "esp32",
100
- "board": "OLIMEX_ESP32_POE",
101
- "board_name": "Olimex ESP32 ETH",
102
- "mcu_name": "ESP32",
103
- "description": "Olimex ESP32 ETH with ESP32",
104
- "path": "repos/micropython/ports/esp32/boards/OLIMEX_ESP32_POE/mpconfigboard.h"
111
+ "description": "Arduino Portenta C33 with RA6M5",
112
+ "port": "renesas-ra",
113
+ "board": "ARDUINO_PORTENTA_C33",
114
+ "board_name": "Arduino Portenta C33",
115
+ "mcu_name": "RA6M5",
116
+ "path": "ports/renesas-ra/boards/ARDUINO_PORTENTA_C33/mpconfigboard.h",
117
+ "version": "v1.22.0"
105
118
  },
106
119
  {
107
- "port": "esp32",
108
- "board": "SIL_WESP32",
109
- "board_name": "Silicognition wESP32",
110
- "mcu_name": "ESP32",
111
- "description": "Silicognition wESP32 with ESP32",
112
- "path": "repos/micropython/ports/esp32/boards/SIL_WESP32/mpconfigboard.h"
120
+ "description": "Arduino Portenta H7 with STM32H747",
121
+ "port": "stm32",
122
+ "board": "ARDUINO_PORTENTA_H7",
123
+ "board_name": "Arduino Portenta H7",
124
+ "mcu_name": "STM32H747",
125
+ "path": "ports/stm32/boards/ARDUINO_PORTENTA_H7/mpconfigboard.h",
126
+ "version": "v1.22.0"
113
127
  },
114
128
  {
115
- "port": "esp32",
116
- "board": "UM_FEATHERS2",
117
- "board_name": "FeatherS2",
118
- "mcu_name": "ESP32-S2",
119
- "description": "FeatherS2 with ESP32-S2",
120
- "path": "repos/micropython/ports/esp32/boards/UM_FEATHERS2/mpconfigboard.h"
129
+ "description": "Arduino Primo with NRF52832",
130
+ "port": "nrf",
131
+ "board": "ARDUINO_PRIMO",
132
+ "board_name": "Arduino Primo",
133
+ "mcu_name": "NRF52832",
134
+ "path": "ports/nrf/boards/ARDUINO_PRIMO/mpconfigboard.h",
135
+ "version": "v1.22.0"
121
136
  },
122
137
  {
123
- "port": "esp32",
124
- "board": "UM_FEATHERS2NEO",
125
- "board_name": "FeatherS2 Neo",
126
- "mcu_name": "ESP32-S2FN4R2",
127
- "description": "FeatherS2 Neo with ESP32-S2FN4R2",
128
- "path": "repos/micropython/ports/esp32/boards/UM_FEATHERS2NEO/mpconfigboard.h"
138
+ "description": "B-L072Z-LRWAN1 with STM32L072CZ",
139
+ "port": "stm32",
140
+ "board": "B_L072Z_LRWAN1",
141
+ "board_name": "B-L072Z-LRWAN1",
142
+ "mcu_name": "STM32L072CZ",
143
+ "path": "ports/stm32/boards/B_L072Z_LRWAN1/mpconfigboard.h",
144
+ "version": "v1.22.0"
129
145
  },
130
146
  {
131
- "port": "esp32",
132
- "board": "UM_FEATHERS3",
133
- "board_name": "FeatherS3",
134
- "mcu_name": "ESP32-S3",
135
- "description": "FeatherS3 with ESP32-S3",
136
- "path": "repos/micropython/ports/esp32/boards/UM_FEATHERS3/mpconfigboard.h"
147
+ "description": "B-L475E-IOT01A with STM32L475",
148
+ "port": "stm32",
149
+ "board": "B_L475E_IOT01A",
150
+ "board_name": "B-L475E-IOT01A",
151
+ "mcu_name": "STM32L475",
152
+ "path": "ports/stm32/boards/B_L475E_IOT01A/mpconfigboard.h",
153
+ "version": "v1.22.0"
137
154
  },
138
155
  {
139
- "port": "esp32",
140
- "board": "UM_NANOS3",
141
- "board_name": "NanoS3",
142
- "mcu_name": "ESP32-S3-FN8",
143
- "description": "NanoS3 with ESP32-S3-FN8",
144
- "path": "repos/micropython/ports/esp32/boards/UM_NANOS3/mpconfigboard.h"
156
+ "description": "Bluefruit nRF52 Feather with NRF52832",
157
+ "port": "nrf",
158
+ "board": "FEATHER52",
159
+ "board_name": "Bluefruit nRF52 Feather",
160
+ "mcu_name": "NRF52832",
161
+ "path": "ports/nrf/boards/FEATHER52/mpconfigboard.h",
162
+ "version": "v1.22.0"
145
163
  },
146
164
  {
147
- "port": "esp32",
148
- "board": "UM_PROS3",
149
- "board_name": "ProS3",
150
- "mcu_name": "ESP32-S3",
151
- "description": "ProS3 with ESP32-S3",
152
- "path": "repos/micropython/ports/esp32/boards/UM_PROS3/mpconfigboard.h"
165
+ "description": "BLUEIO-TAG-EVIM with NRF52832",
166
+ "port": "nrf",
167
+ "board": "BLUEIO_TAG_EVIM",
168
+ "board_name": "BLUEIO-TAG-EVIM",
169
+ "mcu_name": "NRF52832",
170
+ "path": "ports/nrf/boards/BLUEIO_TAG_EVIM/mpconfigboard.h",
171
+ "version": "v1.22.0"
153
172
  },
154
173
  {
155
- "port": "esp32",
156
- "board": "UM_TINYPICO",
157
- "board_name": "TinyPICO",
158
- "mcu_name": "ESP32-PICO-D4",
159
- "description": "TinyPICO with ESP32-PICO-D4",
160
- "path": "repos/micropython/ports/esp32/boards/UM_TINYPICO/mpconfigboard.h"
174
+ "description": "Cerb40 with STM32F405RG",
175
+ "port": "stm32",
176
+ "board": "CERB40",
177
+ "board_name": "Cerb40",
178
+ "mcu_name": "STM32F405RG",
179
+ "path": "ports/stm32/boards/CERB40/mpconfigboard.h",
180
+ "version": "v1.22.0"
161
181
  },
162
182
  {
163
- "port": "esp32",
164
- "board": "UM_TINYS2",
165
- "board_name": "TinyS2",
166
- "mcu_name": "ESP32-S2FN4R2",
167
- "description": "TinyS2 with ESP32-S2FN4R2",
168
- "path": "repos/micropython/ports/esp32/boards/UM_TINYS2/mpconfigboard.h"
183
+ "description": "CustomPCB with STM32F439",
184
+ "port": "stm32",
185
+ "board": "STM32F439",
186
+ "board_name": "CustomPCB",
187
+ "mcu_name": "STM32F439",
188
+ "path": "ports/stm32/boards/STM32F439/mpconfigboard.h",
189
+ "version": "v1.22.0"
169
190
  },
170
191
  {
171
- "port": "esp32",
172
- "board": "UM_TINYS3",
173
- "board_name": "TinyS3",
174
- "mcu_name": "ESP32-S3-FN8",
175
- "description": "TinyS3 with ESP32-S3-FN8",
176
- "path": "repos/micropython/ports/esp32/boards/UM_TINYS3/mpconfigboard.h"
192
+ "description": "DVK-BL652 with NRF52832",
193
+ "port": "nrf",
194
+ "board": "DVK_BL652",
195
+ "board_name": "DVK-BL652",
196
+ "mcu_name": "NRF52832",
197
+ "path": "ports/nrf/boards/DVK_BL652/mpconfigboard.h",
198
+ "version": "v1.22.0"
177
199
  },
178
200
  {
179
- "port": "esp8266",
180
- "board": "ESP8266_GENERIC",
181
- "board_name": "ESP module",
182
- "mcu_name": "ESP8266",
183
- "description": "ESP module with ESP8266",
184
- "path": "repos/micropython/ports/esp8266/boards/ESP8266_GENERIC/mpconfigboard.h"
201
+ "description": "EK-RA4M1 with RA4M1",
202
+ "port": "renesas-ra",
203
+ "board": "EK_RA4M1",
204
+ "board_name": "EK-RA4M1",
205
+ "mcu_name": "RA4M1",
206
+ "path": "ports/renesas-ra/boards/EK_RA4M1/mpconfigboard.h",
207
+ "version": "v1.22.0"
185
208
  },
186
209
  {
187
- "port": "mimxrt",
188
- "board": "ADAFRUIT_METRO_M7",
189
- "board_name": "Adafruit Metro M7",
190
- "mcu_name": "MIMXRT1011DAE5A",
191
- "description": "Adafruit Metro M7 with MIMXRT1011DAE5A",
192
- "path": "repos/micropython/ports/mimxrt/boards/ADAFRUIT_METRO_M7/mpconfigboard.h"
210
+ "description": "EK-RA4W1 with RA4W1",
211
+ "port": "renesas-ra",
212
+ "board": "EK_RA4W1",
213
+ "board_name": "EK-RA4W1",
214
+ "mcu_name": "RA4W1",
215
+ "path": "ports/renesas-ra/boards/EK_RA4W1/mpconfigboard.h",
216
+ "version": "v1.22.0"
193
217
  },
194
218
  {
195
- "port": "mimxrt",
196
- "board": "MIMXRT1010_EVK",
197
- "board_name": "i.MX RT1010 EVK",
198
- "mcu_name": "MIMXRT1011DAE5A",
199
- "description": "i.MX RT1010 EVK with MIMXRT1011DAE5A",
200
- "path": "repos/micropython/ports/mimxrt/boards/MIMXRT1010_EVK/mpconfigboard.h"
219
+ "description": "EK-RA6M1 with RA6M1",
220
+ "port": "renesas-ra",
221
+ "board": "EK_RA6M1",
222
+ "board_name": "EK-RA6M1",
223
+ "mcu_name": "RA6M1",
224
+ "path": "ports/renesas-ra/boards/EK_RA6M1/mpconfigboard.h",
225
+ "version": "v1.22.0"
201
226
  },
202
227
  {
203
- "port": "mimxrt",
204
- "board": "MIMXRT1015_EVK",
205
- "board_name": "i.MX RT1015 EVK",
206
- "mcu_name": "MIMXRT1015DAF5A",
207
- "description": "i.MX RT1015 EVK with MIMXRT1015DAF5A",
208
- "path": "repos/micropython/ports/mimxrt/boards/MIMXRT1015_EVK/mpconfigboard.h"
228
+ "description": "EK-RA6M2 with RA6M2",
229
+ "port": "renesas-ra",
230
+ "board": "EK_RA6M2",
231
+ "board_name": "EK-RA6M2",
232
+ "mcu_name": "RA6M2",
233
+ "path": "ports/renesas-ra/boards/EK_RA6M2/mpconfigboard.h",
234
+ "version": "v1.22.0"
209
235
  },
210
236
  {
211
- "port": "mimxrt",
212
- "board": "MIMXRT1020_EVK",
213
- "board_name": "i.MX RT1020 EVK",
214
- "mcu_name": "MIMXRT1021DAG5A",
215
- "description": "i.MX RT1020 EVK with MIMXRT1021DAG5A",
216
- "path": "repos/micropython/ports/mimxrt/boards/MIMXRT1020_EVK/mpconfigboard.h"
237
+ "description": "ESP module (1M) with ESP8266",
238
+ "port": "esp8266",
239
+ "board": "ESP8266_GENERIC",
240
+ "board_name": "ESP module (1M)",
241
+ "mcu_name": "ESP8266",
242
+ "path": "ports/esp8266/boards/ESP8266_GENERIC/mpconfigboard.h",
243
+ "version": "v1.22.0"
217
244
  },
218
245
  {
219
- "port": "mimxrt",
220
- "board": "MIMXRT1050_EVK",
221
- "board_name": "i.MX RT1050 EVKB-A1",
222
- "mcu_name": "MIMXRT1052DVL6B",
223
- "description": "i.MX RT1050 EVKB-A1 with MIMXRT1052DVL6B",
224
- "path": "repos/micropython/ports/mimxrt/boards/MIMXRT1050_EVK/mpconfigboard.h"
246
+ "description": "ESP module (512K) with ESP8266",
247
+ "port": "esp8266",
248
+ "board": "ESP8266_GENERIC",
249
+ "board_name": "ESP module (512K)",
250
+ "mcu_name": "ESP8266",
251
+ "path": "ports/esp8266/boards/ESP8266_GENERIC/mpconfigboard.h",
252
+ "version": "v1.22.0"
225
253
  },
226
254
  {
227
- "port": "mimxrt",
228
- "board": "MIMXRT1060_EVK",
229
- "board_name": "i.MX RT1060 EVK",
230
- "mcu_name": "MIMXRT1062DVJ6A",
231
- "description": "i.MX RT1060 EVK with MIMXRT1062DVJ6A",
232
- "path": "repos/micropython/ports/mimxrt/boards/MIMXRT1060_EVK/mpconfigboard.h"
255
+ "description": "ESP module with ESP8266",
256
+ "port": "esp8266",
257
+ "board": "ESP8266_GENERIC",
258
+ "board_name": "ESP module",
259
+ "mcu_name": "ESP8266",
260
+ "path": "ports/esp8266/boards/ESP8266_GENERIC/mpconfigboard.h",
261
+ "version": "v1.22.0"
233
262
  },
234
263
  {
235
- "port": "mimxrt",
236
- "board": "MIMXRT1064_EVK",
237
- "board_name": "i.MX RT1064 EVK",
238
- "mcu_name": "MIMXRT1064DVL6A",
239
- "description": "i.MX RT1064 EVK with MIMXRT1064DVL6A",
240
- "path": "repos/micropython/ports/mimxrt/boards/MIMXRT1064_EVK/mpconfigboard.h"
264
+ "description": "ESP32 module (spiram) with ESP32",
265
+ "port": "esp32",
266
+ "board": "GENERIC_SPIRAM",
267
+ "board_name": "ESP32 module (spiram)",
268
+ "mcu_name": "ESP32",
269
+ "path": "ports/esp32/boards/GENERIC_SPIRAM/mpconfigboard.h",
270
+ "version": "v1.20.0"
241
271
  },
242
272
  {
243
- "port": "mimxrt",
244
- "board": "MIMXRT1170_EVK",
245
- "board_name": "i.MX RT1170 EVK",
246
- "mcu_name": "MIMXRT1176DVMAA",
247
- "description": "i.MX RT1170 EVK with MIMXRT1176DVMAA",
248
- "path": "repos/micropython/ports/mimxrt/boards/MIMXRT1170_EVK/mpconfigboard.h"
273
+ "description": "ESP32 module with ESP32",
274
+ "port": "esp32",
275
+ "board": "GENERIC",
276
+ "board_name": "ESP32 module",
277
+ "mcu_name": "ESP32",
278
+ "path": "ports/esp32/boards/GENERIC/mpconfigboard.h",
279
+ "version": "v1.20.0"
249
280
  },
250
281
  {
251
- "port": "mimxrt",
252
- "board": "OLIMEX_RT1010",
253
- "board_name": "RT1010-Py-DevKIT",
254
- "mcu_name": "MIMXRT1011DAE5A",
255
- "description": "RT1010-Py-DevKIT with MIMXRT1011DAE5A",
256
- "path": "repos/micropython/ports/mimxrt/boards/OLIMEX_RT1010/mpconfigboard.h"
282
+ "description": "ESP32 Unicore module with ESP32-UNICORE",
283
+ "port": "esp32",
284
+ "board": "GENERIC_UNICORE",
285
+ "board_name": "ESP32 Unicore module",
286
+ "mcu_name": "ESP32-UNICORE",
287
+ "path": "ports/esp32/boards/GENERIC_UNICORE/mpconfigboard.h",
288
+ "version": "v1.20.0"
257
289
  },
258
290
  {
259
- "port": "mimxrt",
260
- "board": "SEEED_ARCH_MIX",
261
- "board_name": "Seeed ARCH MIX",
262
- "mcu_name": "MIMXRT1052DVL5B",
263
- "description": "Seeed ARCH MIX with MIMXRT1052DVL5B",
264
- "path": "repos/micropython/ports/mimxrt/boards/SEEED_ARCH_MIX/mpconfigboard.h"
291
+ "description": "ESP32-D2WD",
292
+ "port": "esp32",
293
+ "board": "ESP32_GENERIC",
294
+ "board_name": "-",
295
+ "mcu_name": "-",
296
+ "path": "ports/esp32/boards/ESP32_GENERIC/mpconfigboard.cmake",
297
+ "version": "v1.22.0"
265
298
  },
266
299
  {
267
- "port": "mimxrt",
268
- "board": "TEENSY40",
269
- "board_name": "Teensy 4.0",
270
- "mcu_name": "MIMXRT1062DVJ6A",
271
- "description": "Teensy 4.0 with MIMXRT1062DVJ6A",
272
- "path": "repos/micropython/ports/mimxrt/boards/TEENSY40/mpconfigboard.h"
300
+ "description": "ESP32-S2-WROVER with ESP32-S2",
301
+ "port": "esp32",
302
+ "board": "ESP32_S2_WROVER",
303
+ "board_name": "ESP32-S2-WROVER",
304
+ "mcu_name": "ESP32-S2",
305
+ "path": "ports/esp32/boards/ESP32_S2_WROVER/mpconfigboard.h",
306
+ "version": "v1.20.0"
273
307
  },
274
308
  {
275
- "port": "mimxrt",
276
- "board": "TEENSY41",
277
- "board_name": "Teensy 4.1",
278
- "mcu_name": "MIMXRT1062DVJ6A",
279
- "description": "Teensy 4.1 with MIMXRT1062DVJ6A",
280
- "path": "repos/micropython/ports/mimxrt/boards/TEENSY41/mpconfigboard.h"
309
+ "description": "ESP32-UNICORE",
310
+ "port": "esp32",
311
+ "board": "ESP32_GENERIC",
312
+ "board_name": "-",
313
+ "mcu_name": "-",
314
+ "path": "ports/esp32/boards/ESP32_GENERIC/mpconfigboard.cmake",
315
+ "version": "v1.22.0"
281
316
  },
282
317
  {
283
- "port": "nrf",
284
- "board": "ACTINIUS_ICARUS",
285
- "board_name": "Actinius Icarus",
286
- "mcu_name": "NRF9160",
287
- "description": "Actinius Icarus with NRF9160",
288
- "path": "repos/micropython/ports/nrf/boards/ACTINIUS_ICARUS/mpconfigboard.h"
318
+ "description": "ESP32C3 module with ESP32C3",
319
+ "port": "esp32",
320
+ "board": "ESP32_GENERIC_C3",
321
+ "board_name": "ESP32C3 module",
322
+ "mcu_name": "ESP32C3",
323
+ "path": "ports/esp32/boards/ESP32_GENERIC_C3/mpconfigboard.h",
324
+ "version": "v1.22.0"
289
325
  },
290
326
  {
291
- "port": "nrf",
292
- "board": "ARDUINO_NANO_33_BLE_SENSE",
293
- "board_name": "Arduino Nano 33 BLE Sense",
294
- "mcu_name": "NRF52840",
295
- "description": "Arduino Nano 33 BLE Sense with NRF52840",
296
- "path": "repos/micropython/ports/nrf/boards/ARDUINO_NANO_33_BLE_SENSE/mpconfigboard.h"
327
+ "description": "ESP32S2 module with ESP32S2",
328
+ "port": "esp32",
329
+ "board": "GENERIC_S2",
330
+ "board_name": "ESP32S2 module",
331
+ "mcu_name": "ESP32S2",
332
+ "path": "ports/esp32/boards/GENERIC_S2/mpconfigboard.h",
333
+ "version": "v1.20.0"
297
334
  },
298
335
  {
299
- "port": "nrf",
300
- "board": "ARDUINO_PRIMO",
301
- "board_name": "Arduino Primo",
302
- "mcu_name": "NRF52832",
303
- "description": "Arduino Primo with NRF52832",
304
- "path": "repos/micropython/ports/nrf/boards/ARDUINO_PRIMO/mpconfigboard.h"
336
+ "description": "ESP32S3 module (spiram octal) with ESP32S3",
337
+ "port": "esp32",
338
+ "board": "GENERIC_S3_SPIRAM_OCT",
339
+ "board_name": "ESP32S3 module (spiram octal)",
340
+ "mcu_name": "ESP32S3",
341
+ "path": "ports/esp32/boards/GENERIC_S3_SPIRAM_OCT/mpconfigboard.h",
342
+ "version": "v1.20.0"
305
343
  },
306
344
  {
307
- "port": "nrf",
308
- "board": "BLUEIO_TAG_EVIM",
309
- "board_name": "BLUEIO-TAG-EVIM",
310
- "mcu_name": "NRF52832",
311
- "description": "BLUEIO-TAG-EVIM with NRF52832",
312
- "path": "repos/micropython/ports/nrf/boards/BLUEIO_TAG_EVIM/mpconfigboard.h"
345
+ "description": "ESP32S3 module (spiram) with ESP32S3",
346
+ "port": "esp32",
347
+ "board": "GENERIC_S3_SPIRAM",
348
+ "board_name": "ESP32S3 module (spiram)",
349
+ "mcu_name": "ESP32S3",
350
+ "path": "ports/esp32/boards/GENERIC_S3_SPIRAM/mpconfigboard.h",
351
+ "version": "v1.20.0"
313
352
  },
314
353
  {
315
- "port": "nrf",
316
- "board": "DVK_BL652",
317
- "board_name": "DVK-BL652",
318
- "mcu_name": "NRF52832",
319
- "description": "DVK-BL652 with NRF52832",
320
- "path": "repos/micropython/ports/nrf/boards/DVK_BL652/mpconfigboard.h"
354
+ "description": "ESP32S3 module with ESP32S3",
355
+ "port": "esp32",
356
+ "board": "GENERIC_S3",
357
+ "board_name": "ESP32S3 module",
358
+ "mcu_name": "ESP32S3",
359
+ "path": "ports/esp32/boards/GENERIC_S3/mpconfigboard.h",
360
+ "version": "v1.20.0"
361
+ },
362
+ {
363
+ "description": "Espruino Pico with STM32F401CD",
364
+ "port": "stm32",
365
+ "board": "ESPRUINO_PICO",
366
+ "board_name": "Espruino Pico",
367
+ "mcu_name": "STM32F401CD",
368
+ "path": "ports/stm32/boards/ESPRUINO_PICO/mpconfigboard.h",
369
+ "version": "v1.22.0"
321
370
  },
322
371
  {
372
+ "description": "EVK_NINA_B1 with NRF52832",
323
373
  "port": "nrf",
324
374
  "board": "EVK_NINA_B1",
325
375
  "board_name": "EVK_NINA_B1",
326
376
  "mcu_name": "NRF52832",
327
- "description": "EVK_NINA_B1 with NRF52832",
328
- "path": "repos/micropython/ports/nrf/boards/EVK_NINA_B1/mpconfigboard.h"
377
+ "path": "ports/nrf/boards/EVK_NINA_B1/mpconfigboard.h",
378
+ "version": "v1.22.0"
329
379
  },
330
380
  {
381
+ "description": "EVK_NINA_B3 with NRF52840",
331
382
  "port": "nrf",
332
383
  "board": "EVK_NINA_B3",
333
384
  "board_name": "EVK_NINA_B3",
334
385
  "mcu_name": "NRF52840",
335
- "description": "EVK_NINA_B3 with NRF52840",
336
- "path": "repos/micropython/ports/nrf/boards/EVK_NINA_B3/mpconfigboard.h"
386
+ "path": "ports/nrf/boards/EVK_NINA_B3/mpconfigboard.h",
387
+ "version": "v1.22.0"
337
388
  },
338
389
  {
339
- "port": "nrf",
340
- "board": "FEATHER52",
341
- "board_name": "Bluefruit nRF52 Feather",
342
- "mcu_name": "NRF52832",
343
- "description": "Bluefruit nRF52 Feather with NRF52832",
344
- "path": "repos/micropython/ports/nrf/boards/FEATHER52/mpconfigboard.h"
390
+ "description": "F411DISC with STM32F411",
391
+ "port": "stm32",
392
+ "board": "STM32F411DISC",
393
+ "board_name": "F411DISC",
394
+ "mcu_name": "STM32F411",
395
+ "path": "ports/stm32/boards/STM32F411DISC/mpconfigboard.h",
396
+ "version": "v1.22.0"
345
397
  },
346
398
  {
347
- "port": "nrf",
348
- "board": "IBK_BLYST_NANO",
349
- "board_name": "IBK-BLYST-NANO",
350
- "mcu_name": "NRF52832",
351
- "description": "IBK-BLYST-NANO with NRF52832",
352
- "path": "repos/micropython/ports/nrf/boards/IBK_BLYST_NANO/mpconfigboard.h"
399
+ "description": "F429I-DISCO with STM32F429",
400
+ "port": "stm32",
401
+ "board": "STM32F429DISC",
402
+ "board_name": "F429I-DISCO",
403
+ "mcu_name": "STM32F429",
404
+ "path": "ports/stm32/boards/STM32F429DISC/mpconfigboard.h",
405
+ "version": "v1.22.0"
353
406
  },
354
407
  {
355
- "port": "nrf",
356
- "board": "IDK_BLYST_NANO",
357
- "board_name": "IDK-BLYST-NANO",
358
- "mcu_name": "NRF52832",
359
- "description": "IDK-BLYST-NANO with NRF52832",
360
- "path": "repos/micropython/ports/nrf/boards/IDK_BLYST_NANO/mpconfigboard.h"
408
+ "description": "F4DISC with STM32F407",
409
+ "port": "stm32",
410
+ "board": "STM32F4DISC",
411
+ "board_name": "F4DISC",
412
+ "mcu_name": "STM32F407",
413
+ "path": "ports/stm32/boards/STM32F4DISC/mpconfigboard.h",
414
+ "version": "v1.22.0"
361
415
  },
362
416
  {
363
- "port": "nrf",
364
- "board": "MICROBIT",
365
- "board_name": "micro:bit",
366
- "mcu_name": "NRF51822",
367
- "description": "micro:bit with NRF51822",
368
- "path": "repos/micropython/ports/nrf/boards/MICROBIT/mpconfigboard.h"
417
+ "description": "F769DISC with STM32F769",
418
+ "port": "stm32",
419
+ "board": "STM32F769DISC",
420
+ "board_name": "F769DISC",
421
+ "mcu_name": "STM32F769",
422
+ "path": "ports/stm32/boards/STM32F769DISC/mpconfigboard.h",
423
+ "version": "v1.22.0"
369
424
  },
370
425
  {
371
- "port": "nrf",
372
- "board": "NRF52840_MDK_USB_DONGLE",
373
- "board_name": "MDK-USB-DONGLE",
374
- "mcu_name": "NRF52840",
375
- "description": "MDK-USB-DONGLE with NRF52840",
376
- "path": "repos/micropython/ports/nrf/boards/NRF52840_MDK_USB_DONGLE/mpconfigboard.h"
426
+ "description": "F7DISC with STM32F746",
427
+ "port": "stm32",
428
+ "board": "STM32F7DISC",
429
+ "board_name": "F7DISC",
430
+ "mcu_name": "STM32F746",
431
+ "path": "ports/stm32/boards/STM32F7DISC/mpconfigboard.h",
432
+ "version": "v1.22.0"
377
433
  },
378
434
  {
379
- "port": "nrf",
380
- "board": "PARTICLE_XENON",
381
- "board_name": "XENON",
382
- "mcu_name": "NRF52840",
383
- "description": "XENON with NRF52840",
384
- "path": "repos/micropython/ports/nrf/boards/PARTICLE_XENON/mpconfigboard.h"
435
+ "description": "Feather M0 Express with SAMD21G18A",
436
+ "port": "samd",
437
+ "board": "ADAFRUIT_FEATHER_M0_EXPRESS",
438
+ "board_name": "Feather M0 Express",
439
+ "mcu_name": "SAMD21G18A",
440
+ "path": "ports/samd/boards/ADAFRUIT_FEATHER_M0_EXPRESS/mpconfigboard.h",
441
+ "version": "v1.22.0"
385
442
  },
386
443
  {
387
- "port": "nrf",
388
- "board": "PCA10000",
389
- "board_name": "PCA10000",
390
- "mcu_name": "NRF51822",
391
- "description": "PCA10000 with NRF51822",
392
- "path": "repos/micropython/ports/nrf/boards/PCA10000/mpconfigboard.h"
444
+ "description": "Feather M4 Express with SAMD51J19A",
445
+ "port": "samd",
446
+ "board": "ADAFRUIT_FEATHER_M4_EXPRESS",
447
+ "board_name": "Feather M4 Express",
448
+ "mcu_name": "SAMD51J19A",
449
+ "path": "ports/samd/boards/ADAFRUIT_FEATHER_M4_EXPRESS/mpconfigboard.h",
450
+ "version": "v1.22.0"
393
451
  },
394
452
  {
395
- "port": "nrf",
396
- "board": "PCA10001",
397
- "board_name": "PCA10001",
398
- "mcu_name": "NRF51822",
399
- "description": "PCA10001 with NRF51822",
400
- "path": "repos/micropython/ports/nrf/boards/PCA10001/mpconfigboard.h"
453
+ "description": "FeatherS2 Neo with ESP32-S2FN4R2",
454
+ "port": "esp32",
455
+ "board": "UM_FEATHERS2NEO",
456
+ "board_name": "FeatherS2 Neo",
457
+ "mcu_name": "ESP32-S2FN4R2",
458
+ "path": "ports/esp32/boards/UM_FEATHERS2NEO/mpconfigboard.h",
459
+ "version": "v1.22.0"
401
460
  },
402
461
  {
403
- "port": "nrf",
404
- "board": "PCA10028",
405
- "board_name": "PCA10028",
406
- "mcu_name": "NRF51822",
407
- "description": "PCA10028 with NRF51822",
408
- "path": "repos/micropython/ports/nrf/boards/PCA10028/mpconfigboard.h"
462
+ "description": "FeatherS2 with ESP32-S2",
463
+ "port": "esp32",
464
+ "board": "UM_FEATHERS2",
465
+ "board_name": "FeatherS2",
466
+ "mcu_name": "ESP32-S2",
467
+ "path": "ports/esp32/boards/UM_FEATHERS2/mpconfigboard.h",
468
+ "version": "v1.22.0"
409
469
  },
410
470
  {
411
- "port": "nrf",
412
- "board": "PCA10031",
413
- "board_name": "PCA10031",
414
- "mcu_name": "NRF51822",
415
- "description": "PCA10031 with NRF51822",
416
- "path": "repos/micropython/ports/nrf/boards/PCA10031/mpconfigboard.h"
471
+ "description": "FeatherS3 with ESP32-S3",
472
+ "port": "esp32",
473
+ "board": "UM_FEATHERS3",
474
+ "board_name": "FeatherS3",
475
+ "mcu_name": "ESP32-S3",
476
+ "path": "ports/esp32/boards/UM_FEATHERS3/mpconfigboard.h",
477
+ "version": "v1.22.0"
417
478
  },
418
479
  {
419
- "port": "nrf",
420
- "board": "PCA10040",
421
- "board_name": "PCA10040",
422
- "mcu_name": "NRF52832",
423
- "description": "PCA10040 with NRF52832",
424
- "path": "repos/micropython/ports/nrf/boards/PCA10040/mpconfigboard.h"
480
+ "description": "GARATRONIC_PYBSTICK26_RP2040",
481
+ "port": "rp2",
482
+ "board": "GARATRONIC_PYBSTICK26_RP2040",
483
+ "board_name": "GARATRONIC_PYBSTICK26_RP2040",
484
+ "mcu_name": "-",
485
+ "path": "ports/rp2/boards/GARATRONIC_PYBSTICK26_RP2040/mpconfigboard.h",
486
+ "version": "v1.22.0"
425
487
  },
426
488
  {
427
- "port": "nrf",
428
- "board": "PCA10056",
429
- "board_name": "PCA10056",
430
- "mcu_name": "NRF52840",
431
- "description": "PCA10056 with NRF52840",
432
- "path": "repos/micropython/ports/nrf/boards/PCA10056/mpconfigboard.h"
489
+ "description": "Generic ESP32 module with ESP32",
490
+ "port": "esp32",
491
+ "board": "ESP32_GENERIC",
492
+ "board_name": "Generic ESP32 module",
493
+ "mcu_name": "ESP32",
494
+ "path": "ports/esp32/boards/ESP32_GENERIC/mpconfigboard.h",
495
+ "version": "v1.22.0"
433
496
  },
434
497
  {
435
- "port": "nrf",
436
- "board": "PCA10059",
437
- "board_name": "PCA10059",
438
- "mcu_name": "NRF52840",
439
- "description": "PCA10059 with NRF52840",
440
- "path": "repos/micropython/ports/nrf/boards/PCA10059/mpconfigboard.h"
498
+ "description": "Generic ESP32 module with OTA",
499
+ "port": "esp32",
500
+ "board": "ESP32_GENERIC",
501
+ "board_name": "-",
502
+ "mcu_name": "-",
503
+ "path": "ports/esp32/boards/ESP32_GENERIC/mpconfigboard.cmake",
504
+ "version": "v1.22.0"
441
505
  },
442
506
  {
443
- "port": "nrf",
444
- "board": "PCA10090",
445
- "board_name": "PCA10090",
446
- "mcu_name": "NRF9160",
447
- "description": "PCA10090 with NRF9160",
448
- "path": "repos/micropython/ports/nrf/boards/PCA10090/mpconfigboard.h"
507
+ "description": "Generic ESP32 module with SPIRAM",
508
+ "port": "esp32",
509
+ "board": "ESP32_GENERIC",
510
+ "board_name": "-",
511
+ "mcu_name": "-",
512
+ "path": "ports/esp32/boards/ESP32_GENERIC/mpconfigboard.cmake",
513
+ "version": "v1.22.0"
449
514
  },
450
515
  {
451
- "port": "nrf",
452
- "board": "SEEED_XIAO_NRF52",
453
- "board_name": "XIAO nRF52840 Sense",
454
- "mcu_name": "NRF52840",
455
- "description": "XIAO nRF52840 Sense with NRF52840",
456
- "path": "repos/micropython/ports/nrf/boards/SEEED_XIAO_NRF52/mpconfigboard.h"
516
+ "description": "Generic ESP32-D2WD module with ESP32-D2WD",
517
+ "port": "esp32",
518
+ "board": "GENERIC_D2WD",
519
+ "board_name": "Generic ESP32-D2WD module",
520
+ "mcu_name": "ESP32-D2WD",
521
+ "path": "ports/esp32/boards/GENERIC_D2WD/mpconfigboard.h",
522
+ "version": "v1.20.0"
457
523
  },
458
524
  {
459
- "port": "nrf",
460
- "board": "WT51822_S4AT",
461
- "board_name": "WT51822-S4AT",
462
- "mcu_name": "NRF51822",
463
- "description": "WT51822-S4AT with NRF51822",
464
- "path": "repos/micropython/ports/nrf/boards/WT51822_S4AT/mpconfigboard.h"
525
+ "description": "Generic ESP32S2 module with ESP32S2",
526
+ "port": "esp32",
527
+ "board": "ESP32_GENERIC_S2",
528
+ "board_name": "Generic ESP32S2 module",
529
+ "mcu_name": "ESP32S2",
530
+ "path": "ports/esp32/boards/ESP32_GENERIC_S2/mpconfigboard.h",
531
+ "version": "v1.22.0"
465
532
  },
466
533
  {
467
- "port": "renesas-ra",
468
- "board": "ARDUINO_PORTENTA_C33",
469
- "board_name": "PORTENTA C33",
470
- "mcu_name": "RA6M5",
471
- "description": "PORTENTA C33 with RA6M5",
472
- "path": "repos/micropython/ports/renesas-ra/boards/ARDUINO_PORTENTA_C33/mpconfigboard.h"
534
+ "description": "Generic ESP32S3 module with ESP32S3",
535
+ "port": "esp32",
536
+ "board": "ESP32_GENERIC_S3",
537
+ "board_name": "Generic ESP32S3 module",
538
+ "mcu_name": "ESP32S3",
539
+ "path": "ports/esp32/boards/ESP32_GENERIC_S3/mpconfigboard.h",
540
+ "version": "v1.22.0"
473
541
  },
474
542
  {
475
- "port": "renesas-ra",
476
- "board": "EK_RA4M1",
477
- "board_name": "EK-RA4M1",
478
- "mcu_name": "RA4M1",
479
- "description": "EK-RA4M1 with RA4M1",
480
- "path": "repos/micropython/ports/renesas-ra/boards/EK_RA4M1/mpconfigboard.h"
543
+ "description": "Generic ESP32S3 module with Octal-SPIRAM",
544
+ "port": "esp32",
545
+ "board": "ESP32_GENERIC_S3",
546
+ "board_name": "-",
547
+ "mcu_name": "-",
548
+ "path": "ports/esp32/boards/ESP32_GENERIC_S3/mpconfigboard.cmake",
549
+ "version": "v1.22.0"
481
550
  },
482
551
  {
483
- "port": "renesas-ra",
484
- "board": "EK_RA4W1",
485
- "board_name": "EK-RA4W1",
486
- "mcu_name": "RA4W1",
487
- "description": "EK-RA4W1 with RA4W1",
488
- "path": "repos/micropython/ports/renesas-ra/boards/EK_RA4W1/mpconfigboard.h"
552
+ "description": "GIGA with STM32H747",
553
+ "port": "stm32",
554
+ "board": "ARDUINO_GIGA",
555
+ "board_name": "GIGA",
556
+ "mcu_name": "STM32H747",
557
+ "path": "ports/stm32/boards/ARDUINO_GIGA/mpconfigboard.h",
558
+ "version": "v1.21.0"
489
559
  },
490
560
  {
491
- "port": "renesas-ra",
492
- "board": "EK_RA6M1",
493
- "board_name": "EK-RA6M1",
494
- "mcu_name": "RA6M1",
495
- "description": "EK-RA6M1 with RA6M1",
496
- "path": "repos/micropython/ports/renesas-ra/boards/EK_RA6M1/mpconfigboard.h"
561
+ "description": "HydraBus1.0 with STM32F4",
562
+ "port": "stm32",
563
+ "board": "HYDRABUS",
564
+ "board_name": "HydraBus1.0",
565
+ "mcu_name": "STM32F4",
566
+ "path": "ports/stm32/boards/HYDRABUS/mpconfigboard.h",
567
+ "version": "v1.22.0"
497
568
  },
498
569
  {
499
- "port": "renesas-ra",
500
- "board": "EK_RA6M2",
501
- "board_name": "EK-RA6M2",
502
- "mcu_name": "RA6M2",
503
- "description": "EK-RA6M2 with RA6M2",
504
- "path": "repos/micropython/ports/renesas-ra/boards/EK_RA6M2/mpconfigboard.h"
570
+ "description": "i.MX RT1010 EVK with MIMXRT1011DAE5A",
571
+ "port": "mimxrt",
572
+ "board": "MIMXRT1010_EVK",
573
+ "board_name": "i.MX RT1010 EVK",
574
+ "mcu_name": "MIMXRT1011DAE5A",
575
+ "path": "ports/mimxrt/boards/MIMXRT1010_EVK/mpconfigboard.h",
576
+ "version": "v1.22.0"
505
577
  },
506
578
  {
507
- "port": "renesas-ra",
508
- "board": "RA4M1_CLICKER",
509
- "board_name": "RA4M1 CLICKER",
510
- "mcu_name": "RA4M1",
511
- "description": "RA4M1 CLICKER with RA4M1",
512
- "path": "repos/micropython/ports/renesas-ra/boards/RA4M1_CLICKER/mpconfigboard.h"
579
+ "description": "i.MX RT1015 EVK with MIMXRT1015DAF5A",
580
+ "port": "mimxrt",
581
+ "board": "MIMXRT1015_EVK",
582
+ "board_name": "i.MX RT1015 EVK",
583
+ "mcu_name": "MIMXRT1015DAF5A",
584
+ "path": "ports/mimxrt/boards/MIMXRT1015_EVK/mpconfigboard.h",
585
+ "version": "v1.22.0"
513
586
  },
514
587
  {
515
- "port": "renesas-ra",
516
- "board": "VK_RA6M5",
517
- "board_name": "VK-RA6M5",
518
- "mcu_name": "RA6M5",
519
- "description": "VK-RA6M5 with RA6M5",
520
- "path": "repos/micropython/ports/renesas-ra/boards/VK_RA6M5/mpconfigboard.h"
588
+ "description": "i.MX RT1020 EVK with MIMXRT1021DAG5A",
589
+ "port": "mimxrt",
590
+ "board": "MIMXRT1020_EVK",
591
+ "board_name": "i.MX RT1020 EVK",
592
+ "mcu_name": "MIMXRT1021DAG5A",
593
+ "path": "ports/mimxrt/boards/MIMXRT1020_EVK/mpconfigboard.h",
594
+ "version": "v1.22.0"
521
595
  },
522
596
  {
523
- "port": "rp2",
524
- "board": "ADAFRUIT_FEATHER_RP2040",
525
- "board_name": "Adafruit Feather RP2040",
526
- "mcu_name": "-",
527
- "description": "Adafruit Feather RP2040",
528
- "path": "repos/micropython/ports/rp2/boards/ADAFRUIT_FEATHER_RP2040/mpconfigboard.h"
597
+ "description": "i.MX RT1050 EVK with MIMXRT1052DVL6B",
598
+ "port": "mimxrt",
599
+ "board": "MIMXRT1050_EVK",
600
+ "board_name": "i.MX RT1050 EVK",
601
+ "mcu_name": "MIMXRT1052DVL6B",
602
+ "path": "ports/mimxrt/boards/MIMXRT1050_EVK/mpconfigboard.h",
603
+ "version": "v1.17"
529
604
  },
530
605
  {
531
- "port": "rp2",
532
- "board": "ADAFRUIT_ITSYBITSY_RP2040",
533
- "board_name": "Adafruit ItsyBitsy RP2040",
534
- "mcu_name": "-",
535
- "description": "Adafruit ItsyBitsy RP2040",
536
- "path": "repos/micropython/ports/rp2/boards/ADAFRUIT_ITSYBITSY_RP2040/mpconfigboard.h"
606
+ "description": "i.MX RT1050 EVKB with MIMXRT1052DVL6B",
607
+ "port": "mimxrt",
608
+ "board": "MIMXRT1050_EVKB",
609
+ "board_name": "i.MX RT1050 EVKB",
610
+ "mcu_name": "MIMXRT1052DVL6B",
611
+ "path": "ports/mimxrt/boards/MIMXRT1050_EVKB/mpconfigboard.h",
612
+ "version": "v1.17"
537
613
  },
538
614
  {
539
- "port": "rp2",
540
- "board": "ADAFRUIT_QTPY_RP2040",
541
- "board_name": "Adafruit QT Py RP2040",
542
- "mcu_name": "-",
543
- "description": "Adafruit QT Py RP2040",
544
- "path": "repos/micropython/ports/rp2/boards/ADAFRUIT_QTPY_RP2040/mpconfigboard.h"
615
+ "description": "i.MX RT1050 EVKB-A1 with MIMXRT1052DVL6B",
616
+ "port": "mimxrt",
617
+ "board": "MIMXRT1050_EVK",
618
+ "board_name": "i.MX RT1050 EVKB-A1",
619
+ "mcu_name": "MIMXRT1052DVL6B",
620
+ "path": "ports/mimxrt/boards/MIMXRT1050_EVK/mpconfigboard.h",
621
+ "version": "v1.22.0"
545
622
  },
546
623
  {
547
- "port": "rp2",
548
- "board": "ARDUINO_NANO_RP2040_CONNECT",
549
- "board_name": "Arduino Nano RP2040 Connect",
550
- "mcu_name": "-",
551
- "description": "Arduino Nano RP2040 Connect",
552
- "path": "repos/micropython/ports/rp2/boards/ARDUINO_NANO_RP2040_CONNECT/mpconfigboard.h"
624
+ "description": "i.MX RT1060 EVK with MIMXRT1062DVJ6A",
625
+ "port": "mimxrt",
626
+ "board": "MIMXRT1060_EVK",
627
+ "board_name": "i.MX RT1060 EVK",
628
+ "mcu_name": "MIMXRT1062DVJ6A",
629
+ "path": "ports/mimxrt/boards/MIMXRT1060_EVK/mpconfigboard.h",
630
+ "version": "v1.22.0"
553
631
  },
554
632
  {
555
- "port": "rp2",
556
- "board": "GARATRONIC_PYBSTICK26_RP2040",
557
- "board_name": "GARATRONIC_PYBSTICK26_RP2040",
558
- "mcu_name": "-",
559
- "description": "GARATRONIC_PYBSTICK26_RP2040",
560
- "path": "repos/micropython/ports/rp2/boards/GARATRONIC_PYBSTICK26_RP2040/mpconfigboard.h"
633
+ "description": "i.MX RT1064 EVK with MIMXRT1064DVL6A",
634
+ "port": "mimxrt",
635
+ "board": "MIMXRT1064_EVK",
636
+ "board_name": "i.MX RT1064 EVK",
637
+ "mcu_name": "MIMXRT1064DVL6A",
638
+ "path": "ports/mimxrt/boards/MIMXRT1064_EVK/mpconfigboard.h",
639
+ "version": "v1.22.0"
561
640
  },
562
641
  {
563
- "port": "rp2",
564
- "board": "NULLBITS_BIT_C_PRO",
565
- "board_name": "nullbits Bit-C PRO",
566
- "mcu_name": "-",
567
- "description": "nullbits Bit-C PRO",
568
- "path": "repos/micropython/ports/rp2/boards/NULLBITS_BIT_C_PRO/mpconfigboard.h"
642
+ "description": "i.MX RT1170 EVK with MIMXRT1176DVMAA",
643
+ "port": "mimxrt",
644
+ "board": "MIMXRT1170_EVK",
645
+ "board_name": "i.MX RT1170 EVK",
646
+ "mcu_name": "MIMXRT1176DVMAA",
647
+ "path": "ports/mimxrt/boards/MIMXRT1170_EVK/mpconfigboard.h",
648
+ "version": "v1.22.0"
569
649
  },
570
650
  {
571
- "port": "rp2",
572
- "board": "PIMORONI_PICOLIPO_16MB",
573
- "board_name": "Pimoroni Pico LiPo 16MB",
574
- "mcu_name": "-",
575
- "description": "Pimoroni Pico LiPo 16MB",
576
- "path": "repos/micropython/ports/rp2/boards/PIMORONI_PICOLIPO_16MB/mpconfigboard.h"
651
+ "description": "IBK-BLYST-NANO with NRF52832",
652
+ "port": "nrf",
653
+ "board": "IBK_BLYST_NANO",
654
+ "board_name": "IBK-BLYST-NANO",
655
+ "mcu_name": "NRF52832",
656
+ "path": "ports/nrf/boards/IBK_BLYST_NANO/mpconfigboard.h",
657
+ "version": "v1.22.0"
577
658
  },
578
659
  {
579
- "port": "rp2",
580
- "board": "PIMORONI_PICOLIPO_4MB",
581
- "board_name": "Pimoroni Pico LiPo 4MB",
582
- "mcu_name": "-",
583
- "description": "Pimoroni Pico LiPo 4MB",
584
- "path": "repos/micropython/ports/rp2/boards/PIMORONI_PICOLIPO_4MB/mpconfigboard.h"
660
+ "description": "IDK-BLYST-NANO with NRF52832",
661
+ "port": "nrf",
662
+ "board": "IDK_BLYST_NANO",
663
+ "board_name": "IDK-BLYST-NANO",
664
+ "mcu_name": "NRF52832",
665
+ "path": "ports/nrf/boards/IDK_BLYST_NANO/mpconfigboard.h",
666
+ "version": "v1.22.0"
585
667
  },
586
668
  {
587
- "port": "rp2",
588
- "board": "PIMORONI_TINY2040",
589
- "board_name": "Pimoroni Tiny 2040",
590
- "mcu_name": "-",
591
- "description": "Pimoroni Tiny 2040",
592
- "path": "repos/micropython/ports/rp2/boards/PIMORONI_TINY2040/mpconfigboard.h"
669
+ "description": "ItsyBitsy M0 Express with SAMD21G18A",
670
+ "port": "samd",
671
+ "board": "ADAFRUIT_ITSYBITSY_M0_EXPRESS",
672
+ "board_name": "ItsyBitsy M0 Express",
673
+ "mcu_name": "SAMD21G18A",
674
+ "path": "ports/samd/boards/ADAFRUIT_ITSYBITSY_M0_EXPRESS/mpconfigboard.h",
675
+ "version": "v1.22.0"
593
676
  },
594
677
  {
595
- "port": "rp2",
596
- "board": "RPI_PICO",
597
- "board_name": "Raspberry Pi Pico",
598
- "mcu_name": "-",
599
- "description": "Raspberry Pi Pico",
600
- "path": "repos/micropython/ports/rp2/boards/RPI_PICO/mpconfigboard.h"
678
+ "description": "ItsyBitsy M4 Express with SAMD51G19A",
679
+ "port": "samd",
680
+ "board": "ADAFRUIT_ITSYBITSY_M4_EXPRESS",
681
+ "board_name": "ItsyBitsy M4 Express",
682
+ "mcu_name": "SAMD51G19A",
683
+ "path": "ports/samd/boards/ADAFRUIT_ITSYBITSY_M4_EXPRESS/mpconfigboard.h",
684
+ "version": "v1.22.0"
601
685
  },
602
686
  {
603
- "port": "rp2",
604
- "board": "RPI_PICO_W",
605
- "board_name": "Raspberry Pi Pico W",
606
- "mcu_name": "-",
607
- "description": "Raspberry Pi Pico W",
608
- "path": "repos/micropython/ports/rp2/boards/RPI_PICO_W/mpconfigboard.h"
687
+ "description": "L476-DISCO with STM32L476",
688
+ "port": "stm32",
689
+ "board": "STM32L476DISC",
690
+ "board_name": "L476-DISCO",
691
+ "mcu_name": "STM32L476",
692
+ "path": "ports/stm32/boards/STM32L476DISC/mpconfigboard.h",
693
+ "version": "v1.22.0"
609
694
  },
610
695
  {
611
- "port": "rp2",
612
- "board": "SPARKFUN_PROMICRO",
613
- "board_name": "SparkFun Pro Micro RP2040",
614
- "mcu_name": "-",
615
- "description": "SparkFun Pro Micro RP2040",
616
- "path": "repos/micropython/ports/rp2/boards/SPARKFUN_PROMICRO/mpconfigboard.h"
696
+ "description": "L496G-DISCO with STM32L496",
697
+ "port": "stm32",
698
+ "board": "STM32L496GDISC",
699
+ "board_name": "L496G-DISCO",
700
+ "mcu_name": "STM32L496",
701
+ "path": "ports/stm32/boards/STM32L496GDISC/mpconfigboard.h",
702
+ "version": "v1.22.0"
617
703
  },
618
704
  {
619
- "port": "rp2",
620
- "board": "SPARKFUN_THINGPLUS",
621
- "board_name": "SparkFun Thing Plus RP2040",
622
- "mcu_name": "-",
623
- "description": "SparkFun Thing Plus RP2040",
624
- "path": "repos/micropython/ports/rp2/boards/SPARKFUN_THINGPLUS/mpconfigboard.h"
705
+ "description": "LaunchPad with CC3200",
706
+ "port": "cc3200",
707
+ "board": "LAUNCHXL",
708
+ "board_name": "LaunchPad",
709
+ "mcu_name": "CC3200",
710
+ "path": "ports/cc3200/boards/LAUNCHXL/mpconfigboard.h",
711
+ "version": "v1.22.0"
625
712
  },
626
713
  {
627
- "port": "rp2",
628
- "board": "W5100S_EVB_PICO",
629
- "board_name": "W5100S-EVB-Pico",
630
- "mcu_name": "-",
631
- "description": "W5100S-EVB-Pico",
632
- "path": "repos/micropython/ports/rp2/boards/W5100S_EVB_PICO/mpconfigboard.h"
714
+ "description": "LEGO Technic Hub No.6 with STM32F413",
715
+ "port": "stm32",
716
+ "board": "LEGO_HUB_NO6",
717
+ "board_name": "LEGO Technic Hub No.6",
718
+ "mcu_name": "STM32F413",
719
+ "path": "ports/stm32/boards/LEGO_HUB_NO6/mpconfigboard.h",
720
+ "version": "v1.22.0"
721
+ },
722
+ {
723
+ "description": "LEGO Technic Hub No.7 with STM32F413",
724
+ "port": "stm32",
725
+ "board": "LEGO_HUB_NO7",
726
+ "board_name": "LEGO Technic Hub No.7",
727
+ "mcu_name": "STM32F413",
728
+ "path": "ports/stm32/boards/LEGO_HUB_NO7/mpconfigboard.h",
729
+ "version": "v1.22.0"
730
+ },
731
+ {
732
+ "description": "LILYGO TTGO LoRa32 with ESP32",
733
+ "port": "esp32",
734
+ "board": "LILYGO_TTGO_LORA32",
735
+ "board_name": "LILYGO TTGO LoRa32",
736
+ "mcu_name": "ESP32",
737
+ "path": "ports/esp32/boards/LILYGO_TTGO_LORA32/mpconfigboard.h",
738
+ "version": "v1.22.0"
739
+ },
740
+ {
741
+ "description": "LIMIFROG with STM32L476",
742
+ "port": "stm32",
743
+ "board": "LIMIFROG",
744
+ "board_name": "LIMIFROG",
745
+ "mcu_name": "STM32L476",
746
+ "path": "ports/stm32/boards/LIMIFROG/mpconfigboard.h",
747
+ "version": "v1.22.0"
748
+ },
749
+ {
750
+ "description": "LOLIN_C3_MINI with ESP32-C3FH4",
751
+ "port": "esp32",
752
+ "board": "LOLIN_C3_MINI",
753
+ "board_name": "LOLIN_C3_MINI",
754
+ "mcu_name": "ESP32-C3FH4",
755
+ "path": "ports/esp32/boards/LOLIN_C3_MINI/mpconfigboard.h",
756
+ "version": "v1.22.0"
757
+ },
758
+ {
759
+ "description": "LOLIN_S2_MINI with ESP32-S2FN4R2",
760
+ "port": "esp32",
761
+ "board": "LOLIN_S2_MINI",
762
+ "board_name": "LOLIN_S2_MINI",
763
+ "mcu_name": "ESP32-S2FN4R2",
764
+ "path": "ports/esp32/boards/LOLIN_S2_MINI/mpconfigboard.h",
765
+ "version": "v1.22.0"
766
+ },
767
+ {
768
+ "description": "LOLIN_S2_PICO with ESP32-S2FN4R2",
769
+ "port": "esp32",
770
+ "board": "LOLIN_S2_PICO",
771
+ "board_name": "LOLIN_S2_PICO",
772
+ "mcu_name": "ESP32-S2FN4R2",
773
+ "path": "ports/esp32/boards/LOLIN_S2_PICO/mpconfigboard.h",
774
+ "version": "v1.22.0"
775
+ },
776
+ {
777
+ "description": "M5Stack ATOM with ESP32-PICO-D4",
778
+ "port": "esp32",
779
+ "board": "M5STACK_ATOM",
780
+ "board_name": "M5Stack ATOM",
781
+ "mcu_name": "ESP32-PICO-D4",
782
+ "path": "ports/esp32/boards/M5STACK_ATOM/mpconfigboard.h",
783
+ "version": "v1.22.0"
784
+ },
785
+ {
786
+ "description": "MDK-USB-DONGLE with NRF52840",
787
+ "port": "nrf",
788
+ "board": "NRF52840_MDK_USB_DONGLE",
789
+ "board_name": "MDK-USB-DONGLE",
790
+ "mcu_name": "NRF52840",
791
+ "path": "ports/nrf/boards/NRF52840_MDK_USB_DONGLE/mpconfigboard.h",
792
+ "version": "v1.22.0"
793
+ },
794
+ {
795
+ "description": "Metro M4 Express Airlift with SAMD51J19A",
796
+ "port": "samd",
797
+ "board": "ADAFRUIT_METRO_M4_EXPRESS",
798
+ "board_name": "Metro M4 Express Airlift",
799
+ "mcu_name": "SAMD51J19A",
800
+ "path": "ports/samd/boards/ADAFRUIT_METRO_M4_EXPRESS/mpconfigboard.h",
801
+ "version": "v1.22.0"
802
+ },
803
+ {
804
+ "description": "micro:bit with NRF51822",
805
+ "port": "nrf",
806
+ "board": "MICROBIT",
807
+ "board_name": "micro:bit",
808
+ "mcu_name": "NRF51822",
809
+ "path": "ports/nrf/boards/MICROBIT/mpconfigboard.h",
810
+ "version": "v1.22.0"
811
+ },
812
+ {
813
+ "description": "MikroE Quail with STM32F427VI",
814
+ "port": "stm32",
815
+ "board": "MIKROE_QUAIL",
816
+ "board_name": "MikroE Quail",
817
+ "mcu_name": "STM32F427VI",
818
+ "path": "ports/stm32/boards/MIKROE_QUAIL/mpconfigboard.h",
819
+ "version": "v1.22.0"
820
+ },
821
+ {
822
+ "description": "MIKROE_CLICKER2_STM32 with STM32F407",
823
+ "port": "stm32",
824
+ "board": "MIKROE_CLICKER2_STM32",
825
+ "board_name": "MIKROE_CLICKER2_STM32",
826
+ "mcu_name": "STM32F407",
827
+ "path": "ports/stm32/boards/MIKROE_CLICKER2_STM32/mpconfigboard.h",
828
+ "version": "v1.22.0"
829
+ },
830
+ {
831
+ "description": "Mini SAM M4 with SAMD51G19A",
832
+ "port": "samd",
833
+ "board": "MINISAM_M4",
834
+ "board_name": "Mini SAM M4",
835
+ "mcu_name": "SAMD51G19A",
836
+ "path": "ports/samd/boards/MINISAM_M4/mpconfigboard.h",
837
+ "version": "v1.22.0"
838
+ },
839
+ {
840
+ "description": "NADHAT_PYBF405 with STM32F405RG",
841
+ "port": "stm32",
842
+ "board": "GARATRONIC_NADHAT_F405",
843
+ "board_name": "NADHAT_PYBF405",
844
+ "mcu_name": "STM32F405RG",
845
+ "path": "ports/stm32/boards/GARATRONIC_NADHAT_F405/mpconfigboard.h",
846
+ "version": "v1.22.0"
847
+ },
848
+ {
849
+ "description": "NanoS3 with ESP32-S3-FN8",
850
+ "port": "esp32",
851
+ "board": "UM_NANOS3",
852
+ "board_name": "NanoS3",
853
+ "mcu_name": "ESP32-S3-FN8",
854
+ "path": "ports/esp32/boards/UM_NANOS3/mpconfigboard.h",
855
+ "version": "v1.22.0"
856
+ },
857
+ {
858
+ "description": "NetduinoPlus2 with STM32F405RG",
859
+ "port": "stm32",
860
+ "board": "NETDUINO_PLUS_2",
861
+ "board_name": "NetduinoPlus2",
862
+ "mcu_name": "STM32F405RG",
863
+ "path": "ports/stm32/boards/NETDUINO_PLUS_2/mpconfigboard.h",
864
+ "version": "v1.22.0"
865
+ },
866
+ {
867
+ "description": "NICLAVISION with STM32H747",
868
+ "port": "stm32",
869
+ "board": "ARDUINO_NICLA_VISION",
870
+ "board_name": "NICLAVISION",
871
+ "mcu_name": "STM32H747",
872
+ "path": "ports/stm32/boards/ARDUINO_NICLA_VISION/mpconfigboard.h",
873
+ "version": "v1.21.0"
874
+ },
875
+ {
876
+ "description": "NUCLEO-F091RC with STM32F091RCT6",
877
+ "port": "stm32",
878
+ "board": "NUCLEO_F091RC",
879
+ "board_name": "NUCLEO-F091RC",
880
+ "mcu_name": "STM32F091RCT6",
881
+ "path": "ports/stm32/boards/NUCLEO_F091RC/mpconfigboard.h",
882
+ "version": "v1.22.0"
883
+ },
884
+ {
885
+ "description": "NUCLEO-F401RE with STM32F401xE",
886
+ "port": "stm32",
887
+ "board": "NUCLEO_F401RE",
888
+ "board_name": "NUCLEO-F401RE",
889
+ "mcu_name": "STM32F401xE",
890
+ "path": "ports/stm32/boards/NUCLEO_F401RE/mpconfigboard.h",
891
+ "version": "v1.22.0"
892
+ },
893
+ {
894
+ "description": "NUCLEO-F411RE with STM32F411xE",
895
+ "port": "stm32",
896
+ "board": "NUCLEO_F411RE",
897
+ "board_name": "NUCLEO-F411RE",
898
+ "mcu_name": "STM32F411xE",
899
+ "path": "ports/stm32/boards/NUCLEO_F411RE/mpconfigboard.h",
900
+ "version": "v1.22.0"
633
901
  },
634
902
  {
635
- "port": "rp2",
636
- "board": "W5500_EVB_PICO",
637
- "board_name": "W5500-EVB-Pico",
638
- "mcu_name": "-",
639
- "description": "W5500-EVB-Pico",
640
- "path": "repos/micropython/ports/rp2/boards/W5500_EVB_PICO/mpconfigboard.h"
903
+ "description": "NUCLEO-F412ZG with STM32F412Zx",
904
+ "port": "stm32",
905
+ "board": "NUCLEO_F412ZG",
906
+ "board_name": "NUCLEO-F412ZG",
907
+ "mcu_name": "STM32F412Zx",
908
+ "path": "ports/stm32/boards/NUCLEO_F412ZG/mpconfigboard.h",
909
+ "version": "v1.22.0"
641
910
  },
642
911
  {
643
- "port": "rp2",
644
- "board": "WEACTSTUDIO",
645
- "board_name": "WeAct Studio RP2040",
646
- "mcu_name": "-",
647
- "description": "WeAct Studio RP2040",
648
- "path": "repos/micropython/ports/rp2/boards/WEACTSTUDIO/mpconfigboard.h"
912
+ "description": "NUCLEO-F413ZH with STM32F413",
913
+ "port": "stm32",
914
+ "board": "NUCLEO_F413ZH",
915
+ "board_name": "NUCLEO-F413ZH",
916
+ "mcu_name": "STM32F413",
917
+ "path": "ports/stm32/boards/NUCLEO_F413ZH/mpconfigboard.h",
918
+ "version": "v1.22.0"
649
919
  },
650
920
  {
651
- "port": "samd",
652
- "board": "ADAFRUIT_FEATHER_M0_EXPRESS",
653
- "board_name": "Feather M0 Express",
654
- "mcu_name": "SAMD21G18A",
655
- "description": "Feather M0 Express with SAMD21G18A",
656
- "path": "repos/micropython/ports/samd/boards/ADAFRUIT_FEATHER_M0_EXPRESS/mpconfigboard.h"
921
+ "description": "NUCLEO-F429ZI with STM32F429",
922
+ "port": "stm32",
923
+ "board": "NUCLEO_F429ZI",
924
+ "board_name": "NUCLEO-F429ZI",
925
+ "mcu_name": "STM32F429",
926
+ "path": "ports/stm32/boards/NUCLEO_F429ZI/mpconfigboard.h",
927
+ "version": "v1.22.0"
657
928
  },
658
929
  {
659
- "port": "samd",
660
- "board": "ADAFRUIT_FEATHER_M4_EXPRESS",
661
- "board_name": "Feather M4 Express",
662
- "mcu_name": "SAMD51J19A",
663
- "description": "Feather M4 Express with SAMD51J19A",
664
- "path": "repos/micropython/ports/samd/boards/ADAFRUIT_FEATHER_M4_EXPRESS/mpconfigboard.h"
930
+ "description": "NUCLEO-F439ZI with STM32F439ZIT6",
931
+ "port": "stm32",
932
+ "board": "NUCLEO_F439ZI",
933
+ "board_name": "NUCLEO-F439ZI",
934
+ "mcu_name": "STM32F439ZIT6",
935
+ "path": "ports/stm32/boards/NUCLEO_F439ZI/mpconfigboard.h",
936
+ "version": "v1.22.0"
665
937
  },
666
938
  {
667
- "port": "samd",
668
- "board": "ADAFRUIT_ITSYBITSY_M0_EXPRESS",
669
- "board_name": "ItsyBitsy M0 Express",
670
- "mcu_name": "SAMD21G18A",
671
- "description": "ItsyBitsy M0 Express with SAMD21G18A",
672
- "path": "repos/micropython/ports/samd/boards/ADAFRUIT_ITSYBITSY_M0_EXPRESS/mpconfigboard.h"
939
+ "description": "NUCLEO-F446RE with STM32F446xx",
940
+ "port": "stm32",
941
+ "board": "NUCLEO_F446RE",
942
+ "board_name": "NUCLEO-F446RE",
943
+ "mcu_name": "STM32F446xx",
944
+ "path": "ports/stm32/boards/NUCLEO_F446RE/mpconfigboard.h",
945
+ "version": "v1.22.0"
673
946
  },
674
947
  {
675
- "port": "samd",
676
- "board": "ADAFRUIT_ITSYBITSY_M4_EXPRESS",
677
- "board_name": "ItsyBitsy M4 Express",
678
- "mcu_name": "SAMD51G19A",
679
- "description": "ItsyBitsy M4 Express with SAMD51G19A",
680
- "path": "repos/micropython/ports/samd/boards/ADAFRUIT_ITSYBITSY_M4_EXPRESS/mpconfigboard.h"
948
+ "description": "NUCLEO-F722ZE with STM32F722",
949
+ "port": "stm32",
950
+ "board": "NUCLEO_F722ZE",
951
+ "board_name": "NUCLEO-F722ZE",
952
+ "mcu_name": "STM32F722",
953
+ "path": "ports/stm32/boards/NUCLEO_F722ZE/mpconfigboard.h",
954
+ "version": "v1.22.0"
681
955
  },
682
956
  {
683
- "port": "samd",
684
- "board": "ADAFRUIT_METRO_M4_EXPRESS",
685
- "board_name": "Metro M4 Express Airlift",
686
- "mcu_name": "SAMD51J19A",
687
- "description": "Metro M4 Express Airlift with SAMD51J19A",
688
- "path": "repos/micropython/ports/samd/boards/ADAFRUIT_METRO_M4_EXPRESS/mpconfigboard.h"
957
+ "description": "NUCLEO-F746ZG with STM32F746",
958
+ "port": "stm32",
959
+ "board": "NUCLEO_F746ZG",
960
+ "board_name": "NUCLEO-F746ZG",
961
+ "mcu_name": "STM32F746",
962
+ "path": "ports/stm32/boards/NUCLEO_F746ZG/mpconfigboard.h",
963
+ "version": "v1.22.0"
689
964
  },
690
965
  {
691
- "port": "samd",
692
- "board": "ADAFRUIT_TRINKET_M0",
693
- "board_name": "Trinket M0",
694
- "mcu_name": "SAMD21E18A",
695
- "description": "Trinket M0 with SAMD21E18A",
696
- "path": "repos/micropython/ports/samd/boards/ADAFRUIT_TRINKET_M0/mpconfigboard.h"
966
+ "description": "NUCLEO-F756ZG with STM32F756",
967
+ "port": "stm32",
968
+ "board": "NUCLEO_F756ZG",
969
+ "board_name": "NUCLEO-F756ZG",
970
+ "mcu_name": "STM32F756",
971
+ "path": "ports/stm32/boards/NUCLEO_F756ZG/mpconfigboard.h",
972
+ "version": "v1.22.0"
697
973
  },
698
974
  {
699
- "port": "samd",
700
- "board": "MINISAM_M4",
701
- "board_name": "Mini SAM M4",
702
- "mcu_name": "SAMD51G19A",
703
- "description": "Mini SAM M4 with SAMD51G19A",
704
- "path": "repos/micropython/ports/samd/boards/MINISAM_M4/mpconfigboard.h"
975
+ "description": "NUCLEO-F767ZI with STM32F767",
976
+ "port": "stm32",
977
+ "board": "NUCLEO_F767ZI",
978
+ "board_name": "NUCLEO-F767ZI",
979
+ "mcu_name": "STM32F767",
980
+ "path": "ports/stm32/boards/NUCLEO_F767ZI/mpconfigboard.h",
981
+ "version": "v1.22.0"
705
982
  },
706
983
  {
707
- "port": "samd",
708
- "board": "SAMD21_XPLAINED_PRO",
709
- "board_name": "SAMD21-XPLAINED-PRO",
710
- "mcu_name": "SAMD21J18A",
711
- "description": "SAMD21-XPLAINED-PRO with SAMD21J18A",
712
- "path": "repos/micropython/ports/samd/boards/SAMD21_XPLAINED_PRO/mpconfigboard.h"
984
+ "description": "NUCLEO-G0B1RE with STM32G0B1xE",
985
+ "port": "stm32",
986
+ "board": "NUCLEO_G0B1RE",
987
+ "board_name": "NUCLEO-G0B1RE",
988
+ "mcu_name": "STM32G0B1xE",
989
+ "path": "ports/stm32/boards/NUCLEO_G0B1RE/mpconfigboard.h",
990
+ "version": "v1.22.0"
713
991
  },
714
992
  {
715
- "port": "samd",
716
- "board": "SEEED_WIO_TERMINAL",
717
- "board_name": "Wio Terminal D51R",
718
- "mcu_name": "SAMD51P19A",
719
- "description": "Wio Terminal D51R with SAMD51P19A",
720
- "path": "repos/micropython/ports/samd/boards/SEEED_WIO_TERMINAL/mpconfigboard.h"
993
+ "description": "NUCLEO-L073RZ with STM32L073RZT6",
994
+ "port": "stm32",
995
+ "board": "NUCLEO_L073RZ",
996
+ "board_name": "NUCLEO-L073RZ",
997
+ "mcu_name": "STM32L073RZT6",
998
+ "path": "ports/stm32/boards/NUCLEO_L073RZ/mpconfigboard.h",
999
+ "version": "v1.22.0"
721
1000
  },
722
1001
  {
723
- "port": "samd",
724
- "board": "SEEED_XIAO_SAMD21",
725
- "board_name": "Seeed Xiao",
726
- "mcu_name": "SAMD21G18A",
727
- "description": "Seeed Xiao with SAMD21G18A",
728
- "path": "repos/micropython/ports/samd/boards/SEEED_XIAO_SAMD21/mpconfigboard.h"
1002
+ "description": "NUCLEO-L152RE with STM32L152xE",
1003
+ "port": "stm32",
1004
+ "board": "NUCLEO_L152RE",
1005
+ "board_name": "NUCLEO-L152RE",
1006
+ "mcu_name": "STM32L152xE",
1007
+ "path": "ports/stm32/boards/NUCLEO_L152RE/mpconfigboard.h",
1008
+ "version": "v1.22.0"
729
1009
  },
730
1010
  {
731
- "port": "samd",
732
- "board": "SPARKFUN_SAMD51_THING_PLUS",
733
- "board_name": "Sparkfun SAMD51 Thing Plus",
734
- "mcu_name": "SAMD51J20A",
735
- "description": "Sparkfun SAMD51 Thing Plus with SAMD51J20A",
736
- "path": "repos/micropython/ports/samd/boards/SPARKFUN_SAMD51_THING_PLUS/mpconfigboard.h"
1011
+ "description": "NUCLEO-L432KC with STM32L432KC",
1012
+ "port": "stm32",
1013
+ "board": "NUCLEO_L432KC",
1014
+ "board_name": "NUCLEO-L432KC",
1015
+ "mcu_name": "STM32L432KC",
1016
+ "path": "ports/stm32/boards/NUCLEO_L432KC/mpconfigboard.h",
1017
+ "version": "v1.22.0"
737
1018
  },
738
1019
  {
1020
+ "description": "NUCLEO-L452RE with STM32L452RE",
739
1021
  "port": "stm32",
740
- "board": "ADAFRUIT_F405_EXPRESS",
741
- "board_name": "Adafruit Feather STM32F405",
742
- "mcu_name": "STM32F405RG",
743
- "description": "Adafruit Feather STM32F405 with STM32F405RG",
744
- "path": "repos/micropython/ports/stm32/boards/ADAFRUIT_F405_EXPRESS/mpconfigboard.h"
1022
+ "board": "NUCLEO_L452RE",
1023
+ "board_name": "NUCLEO-L452RE",
1024
+ "mcu_name": "STM32L452RE",
1025
+ "path": "ports/stm32/boards/NUCLEO_L452RE/mpconfigboard.h",
1026
+ "version": "v1.22.0"
745
1027
  },
746
1028
  {
1029
+ "description": "NUCLEO-L476RG with STM32L476RG",
747
1030
  "port": "stm32",
748
- "board": "ARDUINO_GIGA",
749
- "board_name": "GIGA",
750
- "mcu_name": "STM32H747",
751
- "description": "GIGA with STM32H747",
752
- "path": "repos/micropython/ports/stm32/boards/ARDUINO_GIGA/mpconfigboard.h"
1031
+ "board": "NUCLEO_L476RG",
1032
+ "board_name": "NUCLEO-L476RG",
1033
+ "mcu_name": "STM32L476RG",
1034
+ "path": "ports/stm32/boards/NUCLEO_L476RG/mpconfigboard.h",
1035
+ "version": "v1.22.0"
753
1036
  },
754
1037
  {
1038
+ "description": "NUCLEO-L4A6ZG with STM32L4A6ZG",
755
1039
  "port": "stm32",
756
- "board": "ARDUINO_NICLA_VISION",
757
- "board_name": "NICLAVISION",
758
- "mcu_name": "STM32H747",
759
- "description": "NICLAVISION with STM32H747",
760
- "path": "repos/micropython/ports/stm32/boards/ARDUINO_NICLA_VISION/mpconfigboard.h"
1040
+ "board": "NUCLEO_L4A6ZG",
1041
+ "board_name": "NUCLEO-L4A6ZG",
1042
+ "mcu_name": "STM32L4A6ZG",
1043
+ "path": "ports/stm32/boards/NUCLEO_L4A6ZG/mpconfigboard.h",
1044
+ "version": "v1.22.0"
761
1045
  },
762
1046
  {
1047
+ "description": "NUCLEO-WB55 with STM32WB55RGV6",
763
1048
  "port": "stm32",
764
- "board": "ARDUINO_PORTENTA_H7",
765
- "board_name": "PORTENTA",
766
- "mcu_name": "STM32H747",
767
- "description": "PORTENTA with STM32H747",
768
- "path": "repos/micropython/ports/stm32/boards/ARDUINO_PORTENTA_H7/mpconfigboard.h"
1049
+ "board": "NUCLEO_WB55",
1050
+ "board_name": "NUCLEO-WB55",
1051
+ "mcu_name": "STM32WB55RGV6",
1052
+ "path": "ports/stm32/boards/NUCLEO_WB55/mpconfigboard.h",
1053
+ "version": "v1.22.0"
769
1054
  },
770
1055
  {
1056
+ "description": "NUCLEO-WL55 with STM32WL55JCI7",
771
1057
  "port": "stm32",
772
- "board": "B_L072Z_LRWAN1",
773
- "board_name": "B-L072Z-LRWAN1",
774
- "mcu_name": "STM32L072CZ",
775
- "description": "B-L072Z-LRWAN1 with STM32L072CZ",
776
- "path": "repos/micropython/ports/stm32/boards/B_L072Z_LRWAN1/mpconfigboard.h"
1058
+ "board": "NUCLEO_WL55",
1059
+ "board_name": "NUCLEO-WL55",
1060
+ "mcu_name": "STM32WL55JCI7",
1061
+ "path": "ports/stm32/boards/NUCLEO_WL55/mpconfigboard.h",
1062
+ "version": "v1.22.0"
777
1063
  },
778
1064
  {
1065
+ "description": "NUCLEO_G474RE with STM32G474",
779
1066
  "port": "stm32",
780
- "board": "B_L475E_IOT01A",
781
- "board_name": "B-L475E-IOT01A",
782
- "mcu_name": "STM32L475",
783
- "description": "B-L475E-IOT01A with STM32L475",
784
- "path": "repos/micropython/ports/stm32/boards/B_L475E_IOT01A/mpconfigboard.h"
1067
+ "board": "NUCLEO_G474RE",
1068
+ "board_name": "NUCLEO_G474RE",
1069
+ "mcu_name": "STM32G474",
1070
+ "path": "ports/stm32/boards/NUCLEO_G474RE/mpconfigboard.h",
1071
+ "version": "v1.22.0"
785
1072
  },
786
1073
  {
1074
+ "description": "NUCLEO_H563ZI with STM32H563ZI",
787
1075
  "port": "stm32",
788
- "board": "CERB40",
789
- "board_name": "Cerb40",
790
- "mcu_name": "STM32F405RG",
791
- "description": "Cerb40 with STM32F405RG",
792
- "path": "repos/micropython/ports/stm32/boards/CERB40/mpconfigboard.h"
1076
+ "board": "NUCLEO_H563ZI",
1077
+ "board_name": "NUCLEO_H563ZI",
1078
+ "mcu_name": "STM32H563ZI",
1079
+ "path": "ports/stm32/boards/NUCLEO_H563ZI/mpconfigboard.h",
1080
+ "version": "v1.22.0"
793
1081
  },
794
1082
  {
1083
+ "description": "NUCLEO_H723ZG with STM32H723ZGT6",
795
1084
  "port": "stm32",
796
- "board": "ESPRUINO_PICO",
797
- "board_name": "Espruino Pico",
798
- "mcu_name": "STM32F401CD",
799
- "description": "Espruino Pico with STM32F401CD",
800
- "path": "repos/micropython/ports/stm32/boards/ESPRUINO_PICO/mpconfigboard.h"
1085
+ "board": "NUCLEO_H723ZG",
1086
+ "board_name": "NUCLEO_H723ZG",
1087
+ "mcu_name": "STM32H723ZGT6",
1088
+ "path": "ports/stm32/boards/NUCLEO_H723ZG/mpconfigboard.h",
1089
+ "version": "v1.22.0"
801
1090
  },
802
1091
  {
1092
+ "description": "NUCLEO_H743ZI with STM32H743",
803
1093
  "port": "stm32",
804
- "board": "GARATRONIC_NADHAT_F405",
805
- "board_name": "NADHAT_PYBF405",
806
- "mcu_name": "STM32F405RG",
807
- "description": "NADHAT_PYBF405 with STM32F405RG",
808
- "path": "repos/micropython/ports/stm32/boards/GARATRONIC_NADHAT_F405/mpconfigboard.h"
1094
+ "board": "NUCLEO_H743ZI",
1095
+ "board_name": "NUCLEO_H743ZI",
1096
+ "mcu_name": "STM32H743",
1097
+ "path": "ports/stm32/boards/NUCLEO_H743ZI/mpconfigboard.h",
1098
+ "version": "v1.22.0"
809
1099
  },
810
1100
  {
1101
+ "description": "NUCLEO_H743ZI2",
811
1102
  "port": "stm32",
812
- "board": "GARATRONIC_PYBSTICK26_F411",
813
- "board_name": "PYBSTICK26_STD",
814
- "mcu_name": "STM32F411RE",
815
- "description": "PYBSTICK26_STD with STM32F411RE",
816
- "path": "repos/micropython/ports/stm32/boards/GARATRONIC_PYBSTICK26_F411/mpconfigboard.h"
1103
+ "board": "NUCLEO_H743ZI2",
1104
+ "board_name": "NUCLEO_H743ZI2",
1105
+ "mcu_name": "-",
1106
+ "path": "ports/stm32/boards/NUCLEO_H743ZI2/mpconfigboard.h",
1107
+ "version": "v1.22.0"
817
1108
  },
818
1109
  {
819
- "port": "stm32",
820
- "board": "HYDRABUS",
821
- "board_name": "HydraBus1.0",
822
- "mcu_name": "STM32F4",
823
- "description": "HydraBus1.0 with STM32F4",
824
- "path": "repos/micropython/ports/stm32/boards/HYDRABUS/mpconfigboard.h"
1110
+ "description": "nullbits Bit-C PRO",
1111
+ "port": "rp2",
1112
+ "board": "NULLBITS_BIT_C_PRO",
1113
+ "board_name": "nullbits Bit-C PRO",
1114
+ "mcu_name": "-",
1115
+ "path": "ports/rp2/boards/NULLBITS_BIT_C_PRO/mpconfigboard.h",
1116
+ "version": "v1.22.0"
1117
+ },
1118
+ {
1119
+ "description": "Olimex ESP32 ETH with ESP32",
1120
+ "port": "esp32",
1121
+ "board": "OLIMEX_ESP32_POE",
1122
+ "board_name": "Olimex ESP32 ETH",
1123
+ "mcu_name": "ESP32",
1124
+ "path": "ports/esp32/boards/OLIMEX_ESP32_POE/mpconfigboard.h",
1125
+ "version": "v1.22.0"
825
1126
  },
826
1127
  {
1128
+ "description": "OLIMEX STM32-E407 with STM32F407",
827
1129
  "port": "stm32",
828
- "board": "LEGO_HUB_NO6",
829
- "board_name": "LEGO Technic Hub No.6",
830
- "mcu_name": "STM32F413",
831
- "description": "LEGO Technic Hub No.6 with STM32F413",
832
- "path": "repos/micropython/ports/stm32/boards/LEGO_HUB_NO6/mpconfigboard.h"
1130
+ "board": "OLIMEX_E407",
1131
+ "board_name": "OLIMEX STM32-E407",
1132
+ "mcu_name": "STM32F407",
1133
+ "path": "ports/stm32/boards/OLIMEX_E407/mpconfigboard.h",
1134
+ "version": "v1.22.0"
833
1135
  },
834
1136
  {
1137
+ "description": "OLIMEX STM32-H407 with STM32F407",
835
1138
  "port": "stm32",
836
- "board": "LEGO_HUB_NO7",
837
- "board_name": "LEGO Technic Hub No.7",
838
- "mcu_name": "STM32F413",
839
- "description": "LEGO Technic Hub No.7 with STM32F413",
840
- "path": "repos/micropython/ports/stm32/boards/LEGO_HUB_NO7/mpconfigboard.h"
1139
+ "board": "OLIMEX_H407",
1140
+ "board_name": "OLIMEX STM32-H407",
1141
+ "mcu_name": "STM32F407",
1142
+ "path": "ports/stm32/boards/OLIMEX_H407/mpconfigboard.h",
1143
+ "version": "v1.22.0"
1144
+ },
1145
+ {
1146
+ "description": "PCA10000 with NRF51822",
1147
+ "port": "nrf",
1148
+ "board": "PCA10000",
1149
+ "board_name": "PCA10000",
1150
+ "mcu_name": "NRF51822",
1151
+ "path": "ports/nrf/boards/PCA10000/mpconfigboard.h",
1152
+ "version": "v1.22.0"
1153
+ },
1154
+ {
1155
+ "description": "PCA10001 with NRF51822",
1156
+ "port": "nrf",
1157
+ "board": "PCA10001",
1158
+ "board_name": "PCA10001",
1159
+ "mcu_name": "NRF51822",
1160
+ "path": "ports/nrf/boards/PCA10001/mpconfigboard.h",
1161
+ "version": "v1.22.0"
841
1162
  },
842
1163
  {
843
- "port": "stm32",
844
- "board": "LIMIFROG",
845
- "board_name": "LIMIFROG",
846
- "mcu_name": "STM32L476",
847
- "description": "LIMIFROG with STM32L476",
848
- "path": "repos/micropython/ports/stm32/boards/LIMIFROG/mpconfigboard.h"
1164
+ "description": "PCA10028 with NRF51822",
1165
+ "port": "nrf",
1166
+ "board": "PCA10028",
1167
+ "board_name": "PCA10028",
1168
+ "mcu_name": "NRF51822",
1169
+ "path": "ports/nrf/boards/PCA10028/mpconfigboard.h",
1170
+ "version": "v1.22.0"
849
1171
  },
850
1172
  {
851
- "port": "stm32",
852
- "board": "MIKROE_CLICKER2_STM32",
853
- "board_name": "MIKROE_CLICKER2_STM32",
854
- "mcu_name": "STM32F407",
855
- "description": "MIKROE_CLICKER2_STM32 with STM32F407",
856
- "path": "repos/micropython/ports/stm32/boards/MIKROE_CLICKER2_STM32/mpconfigboard.h"
1173
+ "description": "PCA10031 with NRF51822",
1174
+ "port": "nrf",
1175
+ "board": "PCA10031",
1176
+ "board_name": "PCA10031",
1177
+ "mcu_name": "NRF51822",
1178
+ "path": "ports/nrf/boards/PCA10031/mpconfigboard.h",
1179
+ "version": "v1.22.0"
857
1180
  },
858
1181
  {
859
- "port": "stm32",
860
- "board": "MIKROE_QUAIL",
861
- "board_name": "MikroE Quail",
862
- "mcu_name": "STM32F427VI",
863
- "description": "MikroE Quail with STM32F427VI",
864
- "path": "repos/micropython/ports/stm32/boards/MIKROE_QUAIL/mpconfigboard.h"
1182
+ "description": "PCA10040 with NRF52832",
1183
+ "port": "nrf",
1184
+ "board": "PCA10040",
1185
+ "board_name": "PCA10040",
1186
+ "mcu_name": "NRF52832",
1187
+ "path": "ports/nrf/boards/PCA10040/mpconfigboard.h",
1188
+ "version": "v1.22.0"
865
1189
  },
866
1190
  {
867
- "port": "stm32",
868
- "board": "NETDUINO_PLUS_2",
869
- "board_name": "NetduinoPlus2",
870
- "mcu_name": "STM32F405RG",
871
- "description": "NetduinoPlus2 with STM32F405RG",
872
- "path": "repos/micropython/ports/stm32/boards/NETDUINO_PLUS_2/mpconfigboard.h"
1191
+ "description": "PCA10056 with NRF52840",
1192
+ "port": "nrf",
1193
+ "board": "PCA10056",
1194
+ "board_name": "PCA10056",
1195
+ "mcu_name": "NRF52840",
1196
+ "path": "ports/nrf/boards/PCA10056/mpconfigboard.h",
1197
+ "version": "v1.22.0"
873
1198
  },
874
1199
  {
875
- "port": "stm32",
876
- "board": "NUCLEO_F091RC",
877
- "board_name": "NUCLEO-F091RC",
878
- "mcu_name": "STM32F091RCT6",
879
- "description": "NUCLEO-F091RC with STM32F091RCT6",
880
- "path": "repos/micropython/ports/stm32/boards/NUCLEO_F091RC/mpconfigboard.h"
1200
+ "description": "PCA10059 with NRF52840",
1201
+ "port": "nrf",
1202
+ "board": "PCA10059",
1203
+ "board_name": "PCA10059",
1204
+ "mcu_name": "NRF52840",
1205
+ "path": "ports/nrf/boards/PCA10059/mpconfigboard.h",
1206
+ "version": "v1.22.0"
881
1207
  },
882
1208
  {
883
- "port": "stm32",
884
- "board": "NUCLEO_F401RE",
885
- "board_name": "NUCLEO-F401RE",
886
- "mcu_name": "STM32F401xE",
887
- "description": "NUCLEO-F401RE with STM32F401xE",
888
- "path": "repos/micropython/ports/stm32/boards/NUCLEO_F401RE/mpconfigboard.h"
1209
+ "description": "PCA10090 with NRF9160",
1210
+ "port": "nrf",
1211
+ "board": "PCA10090",
1212
+ "board_name": "PCA10090",
1213
+ "mcu_name": "NRF9160",
1214
+ "path": "ports/nrf/boards/PCA10090/mpconfigboard.h",
1215
+ "version": "v1.22.0"
889
1216
  },
890
1217
  {
891
- "port": "stm32",
892
- "board": "NUCLEO_F411RE",
893
- "board_name": "NUCLEO-F411RE",
894
- "mcu_name": "STM32F411xE",
895
- "description": "NUCLEO-F411RE with STM32F411xE",
896
- "path": "repos/micropython/ports/stm32/boards/NUCLEO_F411RE/mpconfigboard.h"
1218
+ "description": "Pimoroni Pico LiPo 16MB",
1219
+ "port": "rp2",
1220
+ "board": "PIMORONI_PICOLIPO_16MB",
1221
+ "board_name": "Pimoroni Pico LiPo 16MB",
1222
+ "mcu_name": "-",
1223
+ "path": "ports/rp2/boards/PIMORONI_PICOLIPO_16MB/mpconfigboard.h",
1224
+ "version": "v1.22.0"
897
1225
  },
898
1226
  {
899
- "port": "stm32",
900
- "board": "NUCLEO_F412ZG",
901
- "board_name": "NUCLEO-F412ZG",
902
- "mcu_name": "STM32F412Zx",
903
- "description": "NUCLEO-F412ZG with STM32F412Zx",
904
- "path": "repos/micropython/ports/stm32/boards/NUCLEO_F412ZG/mpconfigboard.h"
1227
+ "description": "Pimoroni Pico LiPo 4MB",
1228
+ "port": "rp2",
1229
+ "board": "PIMORONI_PICOLIPO_4MB",
1230
+ "board_name": "Pimoroni Pico LiPo 4MB",
1231
+ "mcu_name": "-",
1232
+ "path": "ports/rp2/boards/PIMORONI_PICOLIPO_4MB/mpconfigboard.h",
1233
+ "version": "v1.22.0"
905
1234
  },
906
1235
  {
907
- "port": "stm32",
908
- "board": "NUCLEO_F413ZH",
909
- "board_name": "NUCLEO-F413ZH",
910
- "mcu_name": "STM32F413",
911
- "description": "NUCLEO-F413ZH with STM32F413",
912
- "path": "repos/micropython/ports/stm32/boards/NUCLEO_F413ZH/mpconfigboard.h"
1236
+ "description": "Pimoroni Tiny 2040",
1237
+ "port": "rp2",
1238
+ "board": "PIMORONI_TINY2040",
1239
+ "board_name": "Pimoroni Tiny 2040",
1240
+ "mcu_name": "-",
1241
+ "path": "ports/rp2/boards/PIMORONI_TINY2040/mpconfigboard.h",
1242
+ "version": "v1.22.0"
913
1243
  },
914
1244
  {
915
- "port": "stm32",
916
- "board": "NUCLEO_F429ZI",
917
- "board_name": "NUCLEO-F429ZI",
918
- "mcu_name": "STM32F429",
919
- "description": "NUCLEO-F429ZI with STM32F429",
920
- "path": "repos/micropython/ports/stm32/boards/NUCLEO_F429ZI/mpconfigboard.h"
1245
+ "description": "Pololu 3pi+ 2040 Robot",
1246
+ "port": "rp2",
1247
+ "board": "POLOLU_3PI_2040_ROBOT",
1248
+ "board_name": "Pololu 3pi+ 2040 Robot",
1249
+ "mcu_name": "-",
1250
+ "path": "ports/rp2/boards/POLOLU_3PI_2040_ROBOT/mpconfigboard.h",
1251
+ "version": "v1.22.0"
921
1252
  },
922
1253
  {
923
- "port": "stm32",
924
- "board": "NUCLEO_F439ZI",
925
- "board_name": "NUCLEO-F439ZI",
926
- "mcu_name": "STM32F439ZIT6",
927
- "description": "NUCLEO-F439ZI with STM32F439ZIT6",
928
- "path": "repos/micropython/ports/stm32/boards/NUCLEO_F439ZI/mpconfigboard.h"
1254
+ "description": "Pololu Zumo 2040 Robot",
1255
+ "port": "rp2",
1256
+ "board": "POLOLU_ZUMO_2040_ROBOT",
1257
+ "board_name": "Pololu Zumo 2040 Robot",
1258
+ "mcu_name": "-",
1259
+ "path": "ports/rp2/boards/POLOLU_ZUMO_2040_ROBOT/mpconfigboard.h",
1260
+ "version": "v1.22.0"
929
1261
  },
930
1262
  {
931
- "port": "stm32",
932
- "board": "NUCLEO_F446RE",
933
- "board_name": "NUCLEO-F446RE",
934
- "mcu_name": "STM32F446xx",
935
- "description": "NUCLEO-F446RE with STM32F446xx",
936
- "path": "repos/micropython/ports/stm32/boards/NUCLEO_F446RE/mpconfigboard.h"
1263
+ "description": "PORTENTA C33 with RA6M5",
1264
+ "port": "renesas-ra",
1265
+ "board": "ARDUINO_PORTENTA_C33",
1266
+ "board_name": "PORTENTA C33",
1267
+ "mcu_name": "RA6M5",
1268
+ "path": "ports/renesas-ra/boards/ARDUINO_PORTENTA_C33/mpconfigboard.h",
1269
+ "version": "v1.21.0"
937
1270
  },
938
1271
  {
1272
+ "description": "PORTENTA with STM32H747",
939
1273
  "port": "stm32",
940
- "board": "NUCLEO_F722ZE",
941
- "board_name": "NUCLEO-F722ZE",
942
- "mcu_name": "STM32F722",
943
- "description": "NUCLEO-F722ZE with STM32F722",
944
- "path": "repos/micropython/ports/stm32/boards/NUCLEO_F722ZE/mpconfigboard.h"
1274
+ "board": "ARDUINO_PORTENTA_H7",
1275
+ "board_name": "PORTENTA",
1276
+ "mcu_name": "STM32H747",
1277
+ "path": "ports/stm32/boards/ARDUINO_PORTENTA_H7/mpconfigboard.h",
1278
+ "version": "v1.21.0"
945
1279
  },
946
1280
  {
947
- "port": "stm32",
948
- "board": "NUCLEO_F746ZG",
949
- "board_name": "NUCLEO-F746ZG",
950
- "mcu_name": "STM32F746",
951
- "description": "NUCLEO-F746ZG with STM32F746",
952
- "path": "repos/micropython/ports/stm32/boards/NUCLEO_F746ZG/mpconfigboard.h"
1281
+ "description": "ProS3 with ESP32-S3",
1282
+ "port": "esp32",
1283
+ "board": "UM_PROS3",
1284
+ "board_name": "ProS3",
1285
+ "mcu_name": "ESP32-S3",
1286
+ "path": "ports/esp32/boards/UM_PROS3/mpconfigboard.h",
1287
+ "version": "v1.22.0"
953
1288
  },
954
1289
  {
1290
+ "description": "PYBD-SF2W with STM32F722IEK",
955
1291
  "port": "stm32",
956
- "board": "NUCLEO_F756ZG",
957
- "board_name": "NUCLEO-F756ZG",
958
- "mcu_name": "STM32F756",
959
- "description": "NUCLEO-F756ZG with STM32F756",
960
- "path": "repos/micropython/ports/stm32/boards/NUCLEO_F756ZG/mpconfigboard.h"
1292
+ "board": "PYBD_SF2",
1293
+ "board_name": "PYBD-SF2W",
1294
+ "mcu_name": "STM32F722IEK",
1295
+ "path": "ports/stm32/boards/PYBD_SF2/mpconfigboard.h",
1296
+ "version": "v1.22.0"
961
1297
  },
962
1298
  {
1299
+ "description": "PYBD-SF3W with STM32F733IEK",
963
1300
  "port": "stm32",
964
- "board": "NUCLEO_F767ZI",
965
- "board_name": "NUCLEO-F767ZI",
966
- "mcu_name": "STM32F767",
967
- "description": "NUCLEO-F767ZI with STM32F767",
968
- "path": "repos/micropython/ports/stm32/boards/NUCLEO_F767ZI/mpconfigboard.h"
1301
+ "board": "PYBD_SF3",
1302
+ "board_name": "PYBD-SF3W",
1303
+ "mcu_name": "STM32F733IEK",
1304
+ "path": "ports/stm32/boards/PYBD_SF3/mpconfigboard.h",
1305
+ "version": "v1.22.0"
969
1306
  },
970
1307
  {
1308
+ "description": "PYBD-SF6W with STM32F767IIK",
971
1309
  "port": "stm32",
972
- "board": "NUCLEO_G0B1RE",
973
- "board_name": "NUCLEO-G0B1RE",
974
- "mcu_name": "STM32G0B1xE",
975
- "description": "NUCLEO-G0B1RE with STM32G0B1xE",
976
- "path": "repos/micropython/ports/stm32/boards/NUCLEO_G0B1RE/mpconfigboard.h"
1310
+ "board": "PYBD_SF6",
1311
+ "board_name": "PYBD-SF6W",
1312
+ "mcu_name": "STM32F767IIK",
1313
+ "path": "ports/stm32/boards/PYBD_SF6/mpconfigboard.h",
1314
+ "version": "v1.22.0"
977
1315
  },
978
1316
  {
1317
+ "description": "PYBLITEv1.0 with STM32F411RE",
979
1318
  "port": "stm32",
980
- "board": "NUCLEO_G474RE",
981
- "board_name": "NUCLEO_G474RE",
982
- "mcu_name": "STM32G474",
983
- "description": "NUCLEO_G474RE with STM32G474",
984
- "path": "repos/micropython/ports/stm32/boards/NUCLEO_G474RE/mpconfigboard.h"
1319
+ "board": "PYBLITEV10",
1320
+ "board_name": "PYBLITEv1.0",
1321
+ "mcu_name": "STM32F411RE",
1322
+ "path": "ports/stm32/boards/PYBLITEV10/mpconfigboard.h",
1323
+ "version": "v1.22.0"
985
1324
  },
986
1325
  {
1326
+ "description": "PYBSTICK26_STD with STM32F411RE",
987
1327
  "port": "stm32",
988
- "board": "NUCLEO_H723ZG",
989
- "board_name": "NUCLEO_H723ZG",
990
- "mcu_name": "STM32H723ZGT6",
991
- "description": "NUCLEO_H723ZG with STM32H723ZGT6",
992
- "path": "repos/micropython/ports/stm32/boards/NUCLEO_H723ZG/mpconfigboard.h"
1328
+ "board": "GARATRONIC_PYBSTICK26_F411",
1329
+ "board_name": "PYBSTICK26_STD",
1330
+ "mcu_name": "STM32F411RE",
1331
+ "path": "ports/stm32/boards/GARATRONIC_PYBSTICK26_F411/mpconfigboard.h",
1332
+ "version": "v1.22.0"
993
1333
  },
994
1334
  {
1335
+ "description": "PYBv1.0 with STM32F405RG",
995
1336
  "port": "stm32",
996
- "board": "NUCLEO_H743ZI",
997
- "board_name": "NUCLEO_H743ZI",
998
- "mcu_name": "STM32H743",
999
- "description": "NUCLEO_H743ZI with STM32H743",
1000
- "path": "repos/micropython/ports/stm32/boards/NUCLEO_H743ZI/mpconfigboard.h"
1337
+ "board": "PYBV10",
1338
+ "board_name": "PYBv1.0",
1339
+ "mcu_name": "STM32F405RG",
1340
+ "path": "ports/stm32/boards/PYBV10/mpconfigboard.h",
1341
+ "version": "v1.22.0"
1001
1342
  },
1002
1343
  {
1344
+ "description": "PYBv1.1 with STM32F405RG",
1003
1345
  "port": "stm32",
1004
- "board": "NUCLEO_H743ZI2",
1005
- "board_name": "NUCLEO_H743ZI2",
1006
- "mcu_name": "-",
1007
- "description": "NUCLEO_H743ZI2",
1008
- "path": "repos/micropython/ports/stm32/boards/NUCLEO_H743ZI2/mpconfigboard.h"
1346
+ "board": "PYBV11",
1347
+ "board_name": "PYBv1.1",
1348
+ "mcu_name": "STM32F405RG",
1349
+ "path": "ports/stm32/boards/PYBV11/mpconfigboard.h",
1350
+ "version": "v1.22.0"
1009
1351
  },
1010
1352
  {
1353
+ "description": "PYBv3 with STM32F405RG",
1011
1354
  "port": "stm32",
1012
- "board": "NUCLEO_L073RZ",
1013
- "board_name": "NUCLEO-L073RZ",
1014
- "mcu_name": "STM32L073RZT6",
1015
- "description": "NUCLEO-L073RZ with STM32L073RZT6",
1016
- "path": "repos/micropython/ports/stm32/boards/NUCLEO_L073RZ/mpconfigboard.h"
1355
+ "board": "PYBV3",
1356
+ "board_name": "PYBv3",
1357
+ "mcu_name": "STM32F405RG",
1358
+ "path": "ports/stm32/boards/PYBV3/mpconfigboard.h",
1359
+ "version": "v1.22.0"
1017
1360
  },
1018
1361
  {
1362
+ "description": "PYBv4 with STM32F405RG",
1019
1363
  "port": "stm32",
1020
- "board": "NUCLEO_L152RE",
1021
- "board_name": "NUCLEO-L152RE",
1022
- "mcu_name": "STM32L152xE",
1023
- "description": "NUCLEO-L152RE with STM32L152xE",
1024
- "path": "repos/micropython/ports/stm32/boards/NUCLEO_L152RE/mpconfigboard.h"
1364
+ "board": "PYBV4",
1365
+ "board_name": "PYBv4",
1366
+ "mcu_name": "STM32F405RG",
1367
+ "path": "ports/stm32/boards/PYBV4/mpconfigboard.h",
1368
+ "version": "v1.22.0"
1025
1369
  },
1026
1370
  {
1027
- "port": "stm32",
1028
- "board": "NUCLEO_L432KC",
1029
- "board_name": "NUCLEO-L432KC",
1030
- "mcu_name": "STM32L432KC",
1031
- "description": "NUCLEO-L432KC with STM32L432KC",
1032
- "path": "repos/micropython/ports/stm32/boards/NUCLEO_L432KC/mpconfigboard.h"
1371
+ "description": "RA4M1 CLICKER with RA4M1",
1372
+ "port": "renesas-ra",
1373
+ "board": "RA4M1_CLICKER",
1374
+ "board_name": "RA4M1 CLICKER",
1375
+ "mcu_name": "RA4M1",
1376
+ "path": "ports/renesas-ra/boards/RA4M1_CLICKER/mpconfigboard.h",
1377
+ "version": "v1.22.0"
1033
1378
  },
1034
1379
  {
1035
- "port": "stm32",
1036
- "board": "NUCLEO_L452RE",
1037
- "board_name": "NUCLEO-L452RE",
1038
- "mcu_name": "STM32L452RE",
1039
- "description": "NUCLEO-L452RE with STM32L452RE",
1040
- "path": "repos/micropython/ports/stm32/boards/NUCLEO_L452RE/mpconfigboard.h"
1380
+ "description": "RA4M1_CLICKER with RA4M1",
1381
+ "port": "renesas-ra",
1382
+ "board": "RA4M1_CLICKER",
1383
+ "board_name": "RA4M1_CLICKER",
1384
+ "mcu_name": "RA4M1",
1385
+ "path": "ports/renesas-ra/boards/RA4M1_CLICKER/mpconfigboard.h",
1386
+ "version": "v1.20.0"
1041
1387
  },
1042
1388
  {
1043
- "port": "stm32",
1044
- "board": "NUCLEO_L476RG",
1045
- "board_name": "NUCLEO-L476RG",
1046
- "mcu_name": "STM32L476RG",
1047
- "description": "NUCLEO-L476RG with STM32L476RG",
1048
- "path": "repos/micropython/ports/stm32/boards/NUCLEO_L476RG/mpconfigboard.h"
1389
+ "description": "RA4M1_EK with RA4M1",
1390
+ "port": "renesas-ra",
1391
+ "board": "RA4M1_EK",
1392
+ "board_name": "RA4M1_EK",
1393
+ "mcu_name": "RA4M1",
1394
+ "path": "ports/renesas-ra/boards/RA4M1_EK/mpconfigboard.h",
1395
+ "version": "v1.20.0"
1049
1396
  },
1050
1397
  {
1051
- "port": "stm32",
1052
- "board": "NUCLEO_L4A6ZG",
1053
- "board_name": "NUCLEO-L4A6ZG",
1054
- "mcu_name": "STM32L4A6ZG",
1055
- "description": "NUCLEO-L4A6ZG with STM32L4A6ZG",
1056
- "path": "repos/micropython/ports/stm32/boards/NUCLEO_L4A6ZG/mpconfigboard.h"
1398
+ "description": "RA4W1_EK with RA4W1",
1399
+ "port": "renesas-ra",
1400
+ "board": "RA4W1_EK",
1401
+ "board_name": "RA4W1_EK",
1402
+ "mcu_name": "RA4W1",
1403
+ "path": "ports/renesas-ra/boards/RA4W1_EK/mpconfigboard.h",
1404
+ "version": "v1.20.0"
1057
1405
  },
1058
1406
  {
1059
- "port": "stm32",
1060
- "board": "NUCLEO_WB55",
1061
- "board_name": "NUCLEO-WB55",
1062
- "mcu_name": "STM32WB55RGV6",
1063
- "description": "NUCLEO-WB55 with STM32WB55RGV6",
1064
- "path": "repos/micropython/ports/stm32/boards/NUCLEO_WB55/mpconfigboard.h"
1407
+ "description": "RA6M1_EK with RA6M1",
1408
+ "port": "renesas-ra",
1409
+ "board": "RA6M1_EK",
1410
+ "board_name": "RA6M1_EK",
1411
+ "mcu_name": "RA6M1",
1412
+ "path": "ports/renesas-ra/boards/RA6M1_EK/mpconfigboard.h",
1413
+ "version": "v1.20.0"
1065
1414
  },
1066
1415
  {
1067
- "port": "stm32",
1068
- "board": "NUCLEO_WL55",
1069
- "board_name": "NUCLEO-WL55",
1070
- "mcu_name": "STM32WL55JCI7",
1071
- "description": "NUCLEO-WL55 with STM32WL55JCI7",
1072
- "path": "repos/micropython/ports/stm32/boards/NUCLEO_WL55/mpconfigboard.h"
1416
+ "description": "RA6M2_EK with RA6M2",
1417
+ "port": "renesas-ra",
1418
+ "board": "RA6M2_EK",
1419
+ "board_name": "RA6M2_EK",
1420
+ "mcu_name": "RA6M2",
1421
+ "path": "ports/renesas-ra/boards/RA6M2_EK/mpconfigboard.h",
1422
+ "version": "v1.20.0"
1073
1423
  },
1074
1424
  {
1075
- "port": "stm32",
1076
- "board": "OLIMEX_E407",
1077
- "board_name": "OLIMEX STM32-E407",
1078
- "mcu_name": "STM32F407",
1079
- "description": "OLIMEX STM32-E407 with STM32F407",
1080
- "path": "repos/micropython/ports/stm32/boards/OLIMEX_E407/mpconfigboard.h"
1425
+ "description": "Raspberry Pi Pico",
1426
+ "port": "rp2",
1427
+ "board": "RPI_PICO",
1428
+ "board_name": "Raspberry Pi Pico",
1429
+ "mcu_name": "-",
1430
+ "path": "ports/rp2/boards/RPI_PICO/mpconfigboard.h",
1431
+ "version": "v1.22.0"
1081
1432
  },
1082
1433
  {
1083
- "port": "stm32",
1084
- "board": "OLIMEX_H407",
1085
- "board_name": "OLIMEX STM32-H407",
1086
- "mcu_name": "STM32F407",
1087
- "description": "OLIMEX STM32-H407 with STM32F407",
1088
- "path": "repos/micropython/ports/stm32/boards/OLIMEX_H407/mpconfigboard.h"
1434
+ "description": "Raspberry Pi Pico W",
1435
+ "port": "rp2",
1436
+ "board": "RPI_PICO_W",
1437
+ "board_name": "Raspberry Pi Pico W",
1438
+ "mcu_name": "-",
1439
+ "path": "ports/rp2/boards/RPI_PICO_W/mpconfigboard.h",
1440
+ "version": "v1.22.0"
1089
1441
  },
1090
1442
  {
1091
- "port": "stm32",
1092
- "board": "PYBD_SF2",
1093
- "board_name": "PYBD-SF2W",
1094
- "mcu_name": "STM32F722IEK",
1095
- "description": "PYBD-SF2W with STM32F722IEK",
1096
- "path": "repos/micropython/ports/stm32/boards/PYBD_SF2/mpconfigboard.h"
1443
+ "description": "RT1010-Py-DevKIT with MIMXRT1011DAE5A",
1444
+ "port": "mimxrt",
1445
+ "board": "OLIMEX_RT1010",
1446
+ "board_name": "RT1010-Py-DevKIT",
1447
+ "mcu_name": "MIMXRT1011DAE5A",
1448
+ "path": "ports/mimxrt/boards/OLIMEX_RT1010/mpconfigboard.h",
1449
+ "version": "v1.22.0"
1097
1450
  },
1098
1451
  {
1099
- "port": "stm32",
1100
- "board": "PYBD_SF3",
1101
- "board_name": "PYBD-SF3W",
1102
- "mcu_name": "STM32F733IEK",
1103
- "description": "PYBD-SF3W with STM32F733IEK",
1104
- "path": "repos/micropython/ports/stm32/boards/PYBD_SF3/mpconfigboard.h"
1452
+ "description": "SAMD21-XPLAINED-PRO with SAMD21J18A",
1453
+ "port": "samd",
1454
+ "board": "SAMD21_XPLAINED_PRO",
1455
+ "board_name": "SAMD21-XPLAINED-PRO",
1456
+ "mcu_name": "SAMD21J18A",
1457
+ "path": "ports/samd/boards/SAMD21_XPLAINED_PRO/mpconfigboard.h",
1458
+ "version": "v1.22.0"
1105
1459
  },
1106
1460
  {
1107
- "port": "stm32",
1108
- "board": "PYBD_SF6",
1109
- "board_name": "PYBD-SF6W",
1110
- "mcu_name": "STM32F767IIK",
1111
- "description": "PYBD-SF6W with STM32F767IIK",
1112
- "path": "repos/micropython/ports/stm32/boards/PYBD_SF6/mpconfigboard.h"
1461
+ "description": "Seeed ARCH MIX with MIMXRT1052DVL5B",
1462
+ "port": "mimxrt",
1463
+ "board": "SEEED_ARCH_MIX",
1464
+ "board_name": "Seeed ARCH MIX",
1465
+ "mcu_name": "MIMXRT1052DVL5B",
1466
+ "path": "ports/mimxrt/boards/SEEED_ARCH_MIX/mpconfigboard.h",
1467
+ "version": "v1.22.0"
1113
1468
  },
1114
1469
  {
1115
- "port": "stm32",
1116
- "board": "PYBLITEV10",
1117
- "board_name": "PYBLITEv1.0",
1118
- "mcu_name": "STM32F411RE",
1119
- "description": "PYBLITEv1.0 with STM32F411RE",
1120
- "path": "repos/micropython/ports/stm32/boards/PYBLITEV10/mpconfigboard.h"
1470
+ "description": "Seeed Xiao with SAMD21G18A",
1471
+ "port": "samd",
1472
+ "board": "SEEED_XIAO_SAMD21",
1473
+ "board_name": "Seeed Xiao",
1474
+ "mcu_name": "SAMD21G18A",
1475
+ "path": "ports/samd/boards/SEEED_XIAO_SAMD21/mpconfigboard.h",
1476
+ "version": "v1.22.0"
1121
1477
  },
1122
1478
  {
1123
- "port": "stm32",
1124
- "board": "PYBV10",
1125
- "board_name": "PYBv1.0",
1126
- "mcu_name": "STM32F405RG",
1127
- "description": "PYBv1.0 with STM32F405RG",
1128
- "path": "repos/micropython/ports/stm32/boards/PYBV10/mpconfigboard.h"
1479
+ "description": "Silicognition RP2040-Shim",
1480
+ "port": "rp2",
1481
+ "board": "SIL_RP2040_SHIM",
1482
+ "board_name": "Silicognition RP2040-Shim",
1483
+ "mcu_name": "-",
1484
+ "path": "ports/rp2/boards/SIL_RP2040_SHIM/mpconfigboard.h",
1485
+ "version": "v1.22.0"
1129
1486
  },
1130
1487
  {
1131
- "port": "stm32",
1132
- "board": "PYBV11",
1133
- "board_name": "PYBv1.1",
1134
- "mcu_name": "STM32F405RG",
1135
- "description": "PYBv1.1 with STM32F405RG",
1136
- "path": "repos/micropython/ports/stm32/boards/PYBV11/mpconfigboard.h"
1488
+ "description": "Silicognition wESP32 with ESP32",
1489
+ "port": "esp32",
1490
+ "board": "SIL_WESP32",
1491
+ "board_name": "Silicognition wESP32",
1492
+ "mcu_name": "ESP32",
1493
+ "path": "ports/esp32/boards/SIL_WESP32/mpconfigboard.h",
1494
+ "version": "v1.22.0"
1137
1495
  },
1138
1496
  {
1139
- "port": "stm32",
1140
- "board": "PYBV3",
1141
- "board_name": "PYBv3",
1142
- "mcu_name": "STM32F405RG",
1143
- "description": "PYBv3 with STM32F405RG",
1144
- "path": "repos/micropython/ports/stm32/boards/PYBV3/mpconfigboard.h"
1497
+ "description": "SparkFun Pro Micro RP2040",
1498
+ "port": "rp2",
1499
+ "board": "SPARKFUN_PROMICRO",
1500
+ "board_name": "SparkFun Pro Micro RP2040",
1501
+ "mcu_name": "-",
1502
+ "path": "ports/rp2/boards/SPARKFUN_PROMICRO/mpconfigboard.h",
1503
+ "version": "v1.22.0"
1145
1504
  },
1146
1505
  {
1147
- "port": "stm32",
1148
- "board": "PYBV4",
1149
- "board_name": "PYBv4",
1150
- "mcu_name": "STM32F405RG",
1151
- "description": "PYBv4 with STM32F405RG",
1152
- "path": "repos/micropython/ports/stm32/boards/PYBV4/mpconfigboard.h"
1506
+ "description": "Sparkfun SAMD51 Thing Plus with SAMD51J20A",
1507
+ "port": "samd",
1508
+ "board": "SPARKFUN_SAMD51_THING_PLUS",
1509
+ "board_name": "Sparkfun SAMD51 Thing Plus",
1510
+ "mcu_name": "SAMD51J20A",
1511
+ "path": "ports/samd/boards/SPARKFUN_SAMD51_THING_PLUS/mpconfigboard.h",
1512
+ "version": "v1.22.0"
1153
1513
  },
1154
1514
  {
1515
+ "description": "SparkFun STM32 MicroMod Processor with STM32F405RG",
1155
1516
  "port": "stm32",
1156
1517
  "board": "SPARKFUN_MICROMOD_STM32",
1157
1518
  "board_name": "SparkFun STM32 MicroMod Processor",
1158
1519
  "mcu_name": "STM32F405RG",
1159
- "description": "SparkFun STM32 MicroMod Processor with STM32F405RG",
1160
- "path": "repos/micropython/ports/stm32/boards/SPARKFUN_MICROMOD_STM32/mpconfigboard.h"
1520
+ "path": "ports/stm32/boards/SPARKFUN_MICROMOD_STM32/mpconfigboard.h",
1521
+ "version": "v1.22.0"
1161
1522
  },
1162
1523
  {
1163
- "port": "stm32",
1164
- "board": "STM32F411DISC",
1165
- "board_name": "F411DISC",
1166
- "mcu_name": "STM32F411",
1167
- "description": "F411DISC with STM32F411",
1168
- "path": "repos/micropython/ports/stm32/boards/STM32F411DISC/mpconfigboard.h"
1524
+ "description": "SparkFun Thing Plus RP2040",
1525
+ "port": "rp2",
1526
+ "board": "SPARKFUN_THINGPLUS",
1527
+ "board_name": "SparkFun Thing Plus RP2040",
1528
+ "mcu_name": "-",
1529
+ "path": "ports/rp2/boards/SPARKFUN_THINGPLUS/mpconfigboard.h",
1530
+ "version": "v1.22.0"
1169
1531
  },
1170
1532
  {
1533
+ "description": "STM32H573I-DK with STM32H573IIK3Q",
1171
1534
  "port": "stm32",
1172
- "board": "STM32F429DISC",
1173
- "board_name": "F429I-DISCO",
1174
- "mcu_name": "STM32F429",
1175
- "description": "F429I-DISCO with STM32F429",
1176
- "path": "repos/micropython/ports/stm32/boards/STM32F429DISC/mpconfigboard.h"
1535
+ "board": "STM32H573I_DK",
1536
+ "board_name": "STM32H573I-DK",
1537
+ "mcu_name": "STM32H573IIK3Q",
1538
+ "path": "ports/stm32/boards/STM32H573I_DK/mpconfigboard.h",
1539
+ "version": "v1.22.0"
1177
1540
  },
1178
1541
  {
1542
+ "description": "STM32H7B3I-DK with STM32H7B3LIH6Q",
1179
1543
  "port": "stm32",
1180
- "board": "STM32F439",
1181
- "board_name": "CustomPCB",
1182
- "mcu_name": "STM32F439",
1183
- "description": "CustomPCB with STM32F439",
1184
- "path": "repos/micropython/ports/stm32/boards/STM32F439/mpconfigboard.h"
1544
+ "board": "STM32H7B3I_DK",
1545
+ "board_name": "STM32H7B3I-DK",
1546
+ "mcu_name": "STM32H7B3LIH6Q",
1547
+ "path": "ports/stm32/boards/STM32H7B3I_DK/mpconfigboard.h",
1548
+ "version": "v1.22.0"
1185
1549
  },
1186
1550
  {
1187
- "port": "stm32",
1188
- "board": "STM32F4DISC",
1189
- "board_name": "F4DISC",
1190
- "mcu_name": "STM32F407",
1191
- "description": "F4DISC with STM32F407",
1192
- "path": "repos/micropython/ports/stm32/boards/STM32F4DISC/mpconfigboard.h"
1551
+ "description": "Teensy 4.0 with MIMXRT1062DVJ6A",
1552
+ "port": "mimxrt",
1553
+ "board": "TEENSY40",
1554
+ "board_name": "Teensy 4.0",
1555
+ "mcu_name": "MIMXRT1062DVJ6A",
1556
+ "path": "ports/mimxrt/boards/TEENSY40/mpconfigboard.h",
1557
+ "version": "v1.22.0"
1193
1558
  },
1194
1559
  {
1195
- "port": "stm32",
1196
- "board": "STM32F769DISC",
1197
- "board_name": "F769DISC",
1198
- "mcu_name": "STM32F769",
1199
- "description": "F769DISC with STM32F769",
1200
- "path": "repos/micropython/ports/stm32/boards/STM32F769DISC/mpconfigboard.h"
1560
+ "description": "Teensy 4.1 with MIMXRT1062DVJ6A",
1561
+ "port": "mimxrt",
1562
+ "board": "TEENSY41",
1563
+ "board_name": "Teensy 4.1",
1564
+ "mcu_name": "MIMXRT1062DVJ6A",
1565
+ "path": "ports/mimxrt/boards/TEENSY41/mpconfigboard.h",
1566
+ "version": "v1.22.0"
1201
1567
  },
1202
1568
  {
1203
- "port": "stm32",
1204
- "board": "STM32F7DISC",
1205
- "board_name": "F7DISC",
1206
- "mcu_name": "STM32F746",
1207
- "description": "F7DISC with STM32F746",
1208
- "path": "repos/micropython/ports/stm32/boards/STM32F7DISC/mpconfigboard.h"
1569
+ "description": "TinyPICO with ESP32-PICO-D4",
1570
+ "port": "esp32",
1571
+ "board": "UM_TINYPICO",
1572
+ "board_name": "TinyPICO",
1573
+ "mcu_name": "ESP32-PICO-D4",
1574
+ "path": "ports/esp32/boards/UM_TINYPICO/mpconfigboard.h",
1575
+ "version": "v1.22.0"
1209
1576
  },
1210
1577
  {
1211
- "port": "stm32",
1212
- "board": "STM32H573I_DK",
1213
- "board_name": "STM32H573I-DK",
1214
- "mcu_name": "STM32H573IIK3Q",
1215
- "description": "STM32H573I-DK with STM32H573IIK3Q",
1216
- "path": "repos/micropython/ports/stm32/boards/STM32H573I_DK/mpconfigboard.h"
1578
+ "description": "TinyS2 with ESP32-S2FN4R2",
1579
+ "port": "esp32",
1580
+ "board": "UM_TINYS2",
1581
+ "board_name": "TinyS2",
1582
+ "mcu_name": "ESP32-S2FN4R2",
1583
+ "path": "ports/esp32/boards/UM_TINYS2/mpconfigboard.h",
1584
+ "version": "v1.22.0"
1217
1585
  },
1218
1586
  {
1219
- "port": "stm32",
1220
- "board": "STM32H7B3I_DK",
1221
- "board_name": "STM32H7B3I-DK",
1222
- "mcu_name": "STM32H7B3LIH6Q",
1223
- "description": "STM32H7B3I-DK with STM32H7B3LIH6Q",
1224
- "path": "repos/micropython/ports/stm32/boards/STM32H7B3I_DK/mpconfigboard.h"
1587
+ "description": "TinyS3 with ESP32-S3-FN8",
1588
+ "port": "esp32",
1589
+ "board": "UM_TINYS3",
1590
+ "board_name": "TinyS3",
1591
+ "mcu_name": "ESP32-S3-FN8",
1592
+ "path": "ports/esp32/boards/UM_TINYS3/mpconfigboard.h",
1593
+ "version": "v1.22.0"
1225
1594
  },
1226
1595
  {
1227
- "port": "stm32",
1228
- "board": "STM32L476DISC",
1229
- "board_name": "L476-DISCO",
1230
- "mcu_name": "STM32L476",
1231
- "description": "L476-DISCO with STM32L476",
1232
- "path": "repos/micropython/ports/stm32/boards/STM32L476DISC/mpconfigboard.h"
1596
+ "description": "TinyWATCH S3 with ESP32-S3-PICO-1-N8R2",
1597
+ "port": "esp32",
1598
+ "board": "UM_TINYWATCHS3",
1599
+ "board_name": "TinyWATCH S3",
1600
+ "mcu_name": "ESP32-S3-PICO-1-N8R2",
1601
+ "path": "ports/esp32/boards/UM_TINYWATCHS3/mpconfigboard.h",
1602
+ "version": "v1.22.0"
1233
1603
  },
1234
1604
  {
1235
- "port": "stm32",
1236
- "board": "STM32L496GDISC",
1237
- "board_name": "L496G-DISCO",
1238
- "mcu_name": "STM32L496",
1239
- "description": "L496G-DISCO with STM32L496",
1240
- "path": "repos/micropython/ports/stm32/boards/STM32L496GDISC/mpconfigboard.h"
1605
+ "description": "Trinket M0 with SAMD21E18A",
1606
+ "port": "samd",
1607
+ "board": "ADAFRUIT_TRINKET_M0",
1608
+ "board_name": "Trinket M0",
1609
+ "mcu_name": "SAMD21E18A",
1610
+ "path": "ports/samd/boards/ADAFRUIT_TRINKET_M0/mpconfigboard.h",
1611
+ "version": "v1.22.0"
1241
1612
  },
1242
1613
  {
1614
+ "description": "USBDongle-WB55 with STM32WB55CGU6",
1243
1615
  "port": "stm32",
1244
1616
  "board": "USBDONGLE_WB55",
1245
1617
  "board_name": "USBDongle-WB55",
1246
1618
  "mcu_name": "STM32WB55CGU6",
1247
- "description": "USBDongle-WB55 with STM32WB55CGU6",
1248
- "path": "repos/micropython/ports/stm32/boards/USBDONGLE_WB55/mpconfigboard.h"
1619
+ "path": "ports/stm32/boards/USBDONGLE_WB55/mpconfigboard.h",
1620
+ "version": "v1.22.0"
1249
1621
  },
1250
1622
  {
1623
+ "description": "VCC-GND STM32F407VE with STM32F407VE",
1251
1624
  "port": "stm32",
1252
1625
  "board": "VCC_GND_F407VE",
1253
1626
  "board_name": "VCC-GND STM32F407VE",
1254
1627
  "mcu_name": "STM32F407VE",
1255
- "description": "VCC-GND STM32F407VE with STM32F407VE",
1256
- "path": "repos/micropython/ports/stm32/boards/VCC_GND_F407VE/mpconfigboard.h"
1628
+ "path": "ports/stm32/boards/VCC_GND_F407VE/mpconfigboard.h",
1629
+ "version": "v1.22.0"
1257
1630
  },
1258
1631
  {
1632
+ "description": "VCC-GND STM32F407ZG with STM32F407ZG",
1259
1633
  "port": "stm32",
1260
1634
  "board": "VCC_GND_F407ZG",
1261
1635
  "board_name": "VCC-GND STM32F407ZG",
1262
1636
  "mcu_name": "STM32F407ZG",
1263
- "description": "VCC-GND STM32F407ZG with STM32F407ZG",
1264
- "path": "repos/micropython/ports/stm32/boards/VCC_GND_F407ZG/mpconfigboard.h"
1637
+ "path": "ports/stm32/boards/VCC_GND_F407ZG/mpconfigboard.h",
1638
+ "version": "v1.22.0"
1265
1639
  },
1266
1640
  {
1641
+ "description": "VCC-GND STM32H743VI with STM32H743VI",
1267
1642
  "port": "stm32",
1268
1643
  "board": "VCC_GND_H743VI",
1269
1644
  "board_name": "VCC-GND STM32H743VI",
1270
1645
  "mcu_name": "STM32H743VI",
1271
- "description": "VCC-GND STM32H743VI with STM32H743VI",
1272
- "path": "repos/micropython/ports/stm32/boards/VCC_GND_H743VI/mpconfigboard.h"
1646
+ "path": "ports/stm32/boards/VCC_GND_H743VI/mpconfigboard.h",
1647
+ "version": "v1.22.0"
1648
+ },
1649
+ {
1650
+ "description": "VK-RA6M5 with RA6M5",
1651
+ "port": "renesas-ra",
1652
+ "board": "VK_RA6M5",
1653
+ "board_name": "VK-RA6M5",
1654
+ "mcu_name": "RA6M5",
1655
+ "path": "ports/renesas-ra/boards/VK_RA6M5/mpconfigboard.h",
1656
+ "version": "v1.22.0"
1657
+ },
1658
+ {
1659
+ "description": "W5100S-EVB-Pico",
1660
+ "port": "rp2",
1661
+ "board": "W5100S_EVB_PICO",
1662
+ "board_name": "W5100S-EVB-Pico",
1663
+ "mcu_name": "-",
1664
+ "path": "ports/rp2/boards/W5100S_EVB_PICO/mpconfigboard.h",
1665
+ "version": "v1.22.0"
1666
+ },
1667
+ {
1668
+ "description": "W5500-EVB-Pico",
1669
+ "port": "rp2",
1670
+ "board": "W5500_EVB_PICO",
1671
+ "board_name": "W5500-EVB-Pico",
1672
+ "mcu_name": "-",
1673
+ "path": "ports/rp2/boards/W5500_EVB_PICO/mpconfigboard.h",
1674
+ "version": "v1.22.0"
1675
+ },
1676
+ {
1677
+ "description": "WeAct Studio RP2040",
1678
+ "port": "rp2",
1679
+ "board": "WEACTSTUDIO",
1680
+ "board_name": "WeAct Studio RP2040",
1681
+ "mcu_name": "-",
1682
+ "path": "ports/rp2/boards/WEACTSTUDIO/mpconfigboard.h",
1683
+ "version": "v1.22.0"
1684
+ },
1685
+ {
1686
+ "description": "Wio Terminal D51R with SAMD51P19A",
1687
+ "port": "samd",
1688
+ "board": "SEEED_WIO_TERMINAL",
1689
+ "board_name": "Wio Terminal D51R",
1690
+ "mcu_name": "SAMD51P19A",
1691
+ "path": "ports/samd/boards/SEEED_WIO_TERMINAL/mpconfigboard.h",
1692
+ "version": "v1.22.0"
1693
+ },
1694
+ {
1695
+ "description": "WiPy with CC3200",
1696
+ "port": "cc3200",
1697
+ "board": "WIPY",
1698
+ "board_name": "WiPy",
1699
+ "mcu_name": "CC3200",
1700
+ "path": "ports/cc3200/boards/WIPY/mpconfigboard.h",
1701
+ "version": "v1.22.0"
1702
+ },
1703
+ {
1704
+ "description": "WT51822-S4AT with NRF51822",
1705
+ "port": "nrf",
1706
+ "board": "WT51822_S4AT",
1707
+ "board_name": "WT51822-S4AT",
1708
+ "mcu_name": "NRF51822",
1709
+ "path": "ports/nrf/boards/WT51822_S4AT/mpconfigboard.h",
1710
+ "version": "v1.22.0"
1711
+ },
1712
+ {
1713
+ "description": "XENON with NRF52840",
1714
+ "port": "nrf",
1715
+ "board": "PARTICLE_XENON",
1716
+ "board_name": "XENON",
1717
+ "mcu_name": "NRF52840",
1718
+ "path": "ports/nrf/boards/PARTICLE_XENON/mpconfigboard.h",
1719
+ "version": "v1.22.0"
1720
+ },
1721
+ {
1722
+ "description": "XIAO nRF52840 Sense with NRF52840",
1723
+ "port": "nrf",
1724
+ "board": "SEEED_XIAO_NRF52",
1725
+ "board_name": "XIAO nRF52840 Sense",
1726
+ "mcu_name": "NRF52840",
1727
+ "path": "ports/nrf/boards/SEEED_XIAO_NRF52/mpconfigboard.h",
1728
+ "version": "v1.22.0"
1273
1729
  }
1274
1730
  ]