Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RP2040: Support for UART #4224

Merged
merged 7 commits into from
Feb 26, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 10 additions & 5 deletions locale/circuitpython.pot
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,10 @@ msgstr ""
msgid "All UART peripherals are in use"
msgstr ""

#: ports/raspberrypi/common-hal/busio/UART.c
msgid "All UART peripherals in use"
msgstr ""

#: ports/atmel-samd/common-hal/audioio/AudioOut.c
msgid "All event channels in use"
msgstr ""
Expand Down Expand Up @@ -1277,6 +1281,7 @@ msgstr ""
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/I2C.c
#: ports/raspberrypi/common-hal/busio/I2C.c
#: ports/raspberrypi/common-hal/busio/SPI.c
#: ports/raspberrypi/common-hal/busio/UART.c
msgid "Invalid pins"
msgstr ""

Expand Down Expand Up @@ -1824,6 +1829,10 @@ msgstr ""
msgid "RS485 inversion specified when not in RS485 mode"
msgstr ""

#: ports/raspberrypi/common-hal/busio/UART.c
msgid "RS485 is not supported on this board"
msgstr ""

#: ports/cxd56/common-hal/rtc/RTC.c ports/esp32s2/common-hal/rtc/RTC.c
#: ports/mimxrt10xx/common-hal/rtc/RTC.c ports/nrf/common-hal/rtc/RTC.c
#: ports/raspberrypi/common-hal/rtc/RTC.c
Expand Down Expand Up @@ -2124,10 +2133,6 @@ msgstr ""
msgid "UART Re-init error"
msgstr ""

#: ports/raspberrypi/common-hal/busio/UART.c
msgid "UART not yet supported"
msgstr ""

#: ports/stm/common-hal/busio/UART.c
msgid "UART write error"
msgstr ""
Expand Down Expand Up @@ -2455,7 +2460,7 @@ msgid "binary op %q not implemented"
msgstr ""

#: shared-bindings/busio/UART.c
msgid "bits must be 7, 8 or 9"
msgid "bits must be between 5 and 8"
msgstr ""

#: shared-bindings/audiomixer/Mixer.c
Expand Down
Loading