Skip to content

REPL/console via hardware UART #4761

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

Open
dhalbert opened this issue May 14, 2021 · 4 comments
Open

REPL/console via hardware UART #4761

dhalbert opened this issue May 14, 2021 · 4 comments

Comments

@dhalbert
Copy link
Collaborator

Provide support for accessing the REPL over UART. There are some compile switches for this, but I don't know how complete it is on the inside. There was support long ago because of the ESP8266. The BLE-only workflow would use a similar internal path.

One request: #4752 (comment)

Related to #721.

@dhalbert dhalbert added this to the Long term milestone May 14, 2021
@tannewt
Copy link
Member

tannewt commented May 14, 2021

Yup, I may rethink this with the BLE work. It may involve giving UARTs a lifetime similar to displays.

@fkpwolf
Copy link

fkpwolf commented Jan 14, 2022

I also want this feature since virtula/emulated UART is not stable when device usb is plugin and out. I can't debug device if error happened at the time.

@tannewt
Copy link
Member

tannewt commented Jan 14, 2022

@fkpwolf Please file a separate issue for what is unstable. It shouldn't be.

@tannewt
Copy link
Member

tannewt commented Mar 17, 2022

We do have this at build time through DEBUG_UART. We don't currently allow boot.py to set it up though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants