-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Full UART support for RPI #5676
Conversation
This adds PL011 UART support which is more plentiful. It also: * Fixes PI4 build by including .dtb files on the SD card. * Enables the activity LED as the status LED on PI4 and CM4 I/O. * Adds that LED as board.LED. Fixes micropython#5650 and progress on micropython#5629
Built locally and tested on RPi 4B -- Boots to REPL!!
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks to @jerryneedell for testing. The logic looks good to me, but I did not test.
Good grief, 13k file changes everytime they change something?!
FYI -- here is a dmesg output --- not seeing CIRCUTPY drive... not sure if it is expected ...
|
WooHoo! I can even blink the LED |
Looks like something in this PR breaks the zero2w build... |
zero2w builds now -- thanks! |
This adds PL011 UART support which is more plentiful.
It also:
Fixes #5650 and progress on #5629