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

Add (untested) support for UART output. #10

Closed
wants to merge 1 commit into from
Closed

Add (untested) support for UART output. #10

wants to merge 1 commit into from

Conversation

joshgoes
Copy link
Contributor

I've not had time to test this nor will I anytime soon (I'm going on
vacation in a few days), but I'm quite confident that this will work
fine. The T and R pins on the board are wired to LEUART0 location 1, and
the Gecko SDK's retargetserial driver seems to do all the heavy lifting
capturing printf() output and writing it out the desired UART (see
retargetserialconfig.h for implementation details).

I've not had time to test this nor will I anytime soon (I'm going on
vacation in a few days), but I'm quite confident that this will work
fine. The T and R pins on the board are wired to LEUART0 location 1, and
the Gecko SDK's retargetserial driver seems to do all the heavy lifting
capturing printf() output and writing it out the desired UART (see
retargetserialconfig.h for implementation details).
@xobs
Copy link
Member

xobs commented Jan 12, 2018

The blinky example should be as simple as possible. You can create a brand-new example using the UART.

@mithro mithro closed this Aug 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants