File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
solderparty_rp2350_stamp_xl Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ msgstr ""
154
154
msgid "%q length must be >= %d"
155
155
msgstr ""
156
156
157
- #: py/objmodule.c py/runtime.c
157
+ #: py/modsys.c py/ objmodule.c py/runtime.c
158
158
msgid "%q moved from %q to %q"
159
159
msgstr ""
160
160
@@ -1184,8 +1184,7 @@ msgstr ""
1184
1184
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
1185
1185
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
1186
1186
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
1187
- #: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c
1188
- #: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c py/argcheck.c
1187
+ #: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c py/argcheck.c
1189
1188
#: shared-bindings/digitalio/DigitalInOut.c
1190
1189
#: shared-bindings/epaperdisplay/EPaperDisplay.c shared-bindings/pwmio/PWMOut.c
1191
1190
msgid "Invalid %q"
@@ -2337,6 +2336,7 @@ msgid "You pressed the SW38 button at start up."
2337
2336
msgstr ""
2338
2337
2339
2338
#: ports/espressif/boards/hardkernel_odroid_go/mpconfigboard.h
2339
+ #: ports/espressif/boards/vidi_x/mpconfigboard.h
2340
2340
msgid "You pressed the VOLUME button at start up."
2341
2341
msgstr ""
2342
2342
Original file line number Diff line number Diff line change 1
1
#define MICROPY_HW_BOARD_NAME "RP2350 Stamp"
2
- #define MICROPY_HW_MCU_NAME "rp2350a"
2
+ #define MICROPY_HW_MCU_NAME "rp2350a"
Original file line number Diff line number Diff line change 1
1
#define MICROPY_HW_BOARD_NAME "RP2350 Stamp XL"
2
- #define MICROPY_HW_MCU_NAME "rp2350b"
2
+ #define MICROPY_HW_MCU_NAME "rp2350b"
You can’t perform that action at this time.
0 commit comments