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

fix: UART0 boot pin setup #9373

Merged
merged 1 commit into from
Mar 18, 2024
Merged

fix: UART0 boot pin setup #9373

merged 1 commit into from
Mar 18, 2024

Commits on Mar 14, 2024

  1. fix: UART0 boot pin setup

    UART0 pins are set by ROM Boot to default values. This must be reflected into Arduino HardwareSerial in order to allow it to correctly detach it and then attach it to something else.
    
    Summary:
    UART0 constructor sets default RX/TX pins as done in boot time.
    SuGlider committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    ede39b6 View commit details
    Browse the repository at this point in the history