docs: No instructions for REPL over UART on RP2
Documentation URL
https://docs.micropython.org/en/latest/rp2/quickref.html
Description
On the UART documentation page, there is a note:
REPL over UART is disabled by default. You can see the Getting started with MicroPython on the RP2xxx for details on how to enable REPL over UART.
If you follow the link to the "getting started" page (https://docs.micropython.org/en/latest/rp2/tutorial/intro.html#rp2-intro), it just says:
Getting started with MicroPython on the RP2xxx
Let’s get started!
I can't seem to find any instructions for accessing the REPL over UART (i.e. which UART pins, and how to configure Micropython).
Code of Conduct
Yes, I agree
REPL don't start via UART on CC3200 version
Hi,
I had a small issue using the REPL terminal via UART on version 1.0. After successfully flashing (verified by accessing the REPL via telnet) the uart 0 is mute. By the documentation i considered that the terminal would be accessible by uart0 on boot.
I'm using a CC3200 launchpad board. If there is config I should enable for that may be a good idea to put on the readme file on the cc3200 folder of the project.
Thank you,