File tree Expand file tree Collapse file tree
solderparty_rp2350_stamp_xl Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ msgstr ""
154154msgid "%q length must be >= %d"
155155msgstr ""
156156
157- #: py/objmodule.c py/runtime.c
157+ #: py/modsys.c py/ objmodule.c py/runtime.c
158158msgid "%q moved from %q to %q"
159159msgstr ""
160160
@@ -1184,8 +1184,7 @@ msgstr ""
11841184#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
11851185#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
11861186#: 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
11891188#: shared-bindings/digitalio/DigitalInOut.c
11901189#: shared-bindings/epaperdisplay/EPaperDisplay.c shared-bindings/pwmio/PWMOut.c
11911190msgid "Invalid %q"
@@ -2337,6 +2336,7 @@ msgid "You pressed the SW38 button at start up."
23372336msgstr ""
23382337
23392338#: ports/espressif/boards/hardkernel_odroid_go/mpconfigboard.h
2339+ #: ports/espressif/boards/vidi_x/mpconfigboard.h
23402340msgid "You pressed the VOLUME button at start up."
23412341msgstr ""
23422342
Original file line number Diff line number Diff line change 11#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 11#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