• Rodrigo Garcia's avatar
    fix: UART0 boot pin setup (#9373) · 5e89e50f
    Rodrigo Garcia authored
    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.
    5e89e50f
HardwareSerial.cpp 19 KB