Skip to content

Commit 6b0c086

Browse files
authored
Merge pull request #7016 from jepler/remove-multiterminal
Remove multiterminal
2 parents c45e085 + 833f559 commit 6b0c086

File tree

7 files changed

+5
-239
lines changed

7 files changed

+5
-239
lines changed

docs/design_guide.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -202,10 +202,10 @@ interchangeably with the CPython name. This is confusing. Instead, think up a
202202
new name that is related to the extra functionality you are adding.
203203

204204
For example, storage mounting and unmounting related functions were moved from
205-
``uos`` into a new `storage` module. Terminal-related functions were moved into
206-
`multiterminal`. These names better match their functionality and do not
207-
conflict with CPython names. Make sure to check that you don't conflict with
208-
CPython libraries too. That way we can port the API to CPython in the future.
205+
``uos`` into a new `storage` module. These names better match their
206+
functionality and do not conflict with CPython names. Make sure to check that
207+
you don't conflict with CPython libraries too. That way we can port the API to
208+
CPython in the future.
209209

210210
Example
211211
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

docs/redirects.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ shared-bindings/microcontroller/Pin.rst shared-bindings/microcontroller/#microco
9090
shared-bindings/microcontroller/Processor.rst shared-bindings/microcontroller/#microcontroller.Processor
9191
shared-bindings/microcontroller/RunMode.rst shared-bindings/microcontroller/#microcontroller.RunMode
9292
shared-bindings/microcontroller/__init__.rst shared-bindings/microcontroller/
93-
shared-bindings/multiterminal/__init__.rst shared-bindings/multiterminal/
9493
shared-bindings/neopixel_write/__init__.rst shared-bindings/neopixel_write/
9594
shared-bindings/network/__init__.rst shared-bindings/network/
9695
shared-bindings/nvm/ByteArray.rst shared-bindings/nvm/#nvm.ByteArray

locale/circuitpython.pot

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1934,10 +1934,6 @@ msgstr ""
19341934
msgid "Stereo right must be on PWM channel B"
19351935
msgstr ""
19361936

1937-
#: shared-bindings/multiterminal/__init__.c
1938-
msgid "Stream missing readinto() or write() method."
1939-
msgstr ""
1940-
19411937
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c
19421938
msgid "Supply at least one UART pin"
19431939
msgstr ""
@@ -3799,6 +3795,7 @@ msgstr ""
37993795

38003796
#: ports/espressif/boards/adafruit_qtpy_esp32c3/mpconfigboard.h
38013797
#: ports/espressif/boards/beetle-esp32-c3/mpconfigboard.h
3798+
#: ports/espressif/boards/espressif_esp32s2_devkitc_1_n8r2/mpconfigboard.h
38023799
#: ports/espressif/boards/lolin_c3_mini/mpconfigboard.h
38033800
#: ports/espressif/boards/microdev_micro_c3/mpconfigboard.h
38043801
#: supervisor/shared/safe_mode.c

shared-bindings/multiterminal/__init__.c

Lines changed: 0 additions & 109 deletions
This file was deleted.

shared-bindings/multiterminal/__init__.h

Lines changed: 0 additions & 37 deletions
This file was deleted.

shared-module/multiterminal/__init__.c

Lines changed: 0 additions & 50 deletions
This file was deleted.

shared-module/multiterminal/__init__.h

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)