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 no response on Serial* with high BAUDRATE #47

Merged
merged 1 commit into from
Jul 7, 2021
Merged

Commits on Jul 4, 2021

  1. Fix no response on Serial* with high BAUDRATE

    Fix no response on Serial* for LPC1768 (SKR v1.3) with BAUDRATE > 250000
    Fix no response on Serial* for LPC1769 (SKR v1.4 Turbo) with BAUDRATE >= 1000000
    
    Fix derived from MarlinFirmware/Marlin#22284 that was tested on Marlin with SERIAL_PORT 0 on SKR v1.3 and with SERIAL_PORT 0, 1, 3 on SKR v1.4 Turbo . With that fix verified 57600, 115200, 250000, 460800, 500000, 921600, 1000000 BAUDRATEs work.
    Mihai authored Jul 4, 2021
    Configuration menu
    Copy the full SHA
    6bc69a6 View commit details
    Browse the repository at this point in the history