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

Experimental serial_port_3 support #21784

Merged

Commits on May 1, 2021

  1. add serial_port_3 on lpc176x

    ellensp committed May 1, 2021
    Configuration menu
    Copy the full SHA
    10881fd View commit details
    Browse the repository at this point in the history
  2. _MSerial1

    ellensp committed May 1, 2021
    Configuration menu
    Copy the full SHA
    fb5da60 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

  1. remove if SERIAL_PORT_3 not defined

    ellensp committed May 3, 2021
    Configuration menu
    Copy the full SHA
    772e639 View commit details
    Browse the repository at this point in the history
  2. use macros

    ellensp committed May 3, 2021
    Configuration menu
    Copy the full SHA
    eaf03d8 View commit details
    Browse the repository at this point in the history
  3. remove configs so CI can run

    ellensp committed May 3, 2021
    Configuration menu
    Copy the full SHA
    309ca98 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    912a4b0 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. Update serial.cpp

    thinkyhead authored May 4, 2021
    Configuration menu
    Copy the full SHA
    3ae200a View commit details
    Browse the repository at this point in the history
  2. Update serial.h

    thinkyhead authored May 4, 2021
    Configuration menu
    Copy the full SHA
    45c5807 View commit details
    Browse the repository at this point in the history
  3. Update serial_hook.h

    thinkyhead authored May 4, 2021
    Configuration menu
    Copy the full SHA
    5bb67ed View commit details
    Browse the repository at this point in the history
  4. Update Serial.md

    thinkyhead committed May 4, 2021
    Configuration menu
    Copy the full SHA
    8ceb716 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a3f5efa View commit details
    Browse the repository at this point in the history
  6. Add SERIAL_PORT_3

    thinkyhead committed May 4, 2021
    Configuration menu
    Copy the full SHA
    5e2ffe7 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. Cleanup, hex formatting

    thinkyhead committed May 5, 2021
    Configuration menu
    Copy the full SHA
    6f2967a View commit details
    Browse the repository at this point in the history
  2. clean up after

    thinkyhead committed May 5, 2021
    Configuration menu
    Copy the full SHA
    6a72afa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19f02eb View commit details
    Browse the repository at this point in the history
  4. Misc comments

    thinkyhead committed May 5, 2021
    Configuration menu
    Copy the full SHA
    bed2bfd View commit details
    Browse the repository at this point in the history
  5. Add MKS_LCD12864B

    thinkyhead committed May 5, 2021
    Configuration menu
    Copy the full SHA
    80c8218 View commit details
    Browse the repository at this point in the history
  6. cleanup

    thinkyhead committed May 5, 2021
    Configuration menu
    Copy the full SHA
    0a6568f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    10aba55 View commit details
    Browse the repository at this point in the history
  8. Add MKS_LCD12864B

    thinkyhead committed May 5, 2021
    Configuration menu
    Copy the full SHA
    5f30e9f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b84f9ba View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6e72577 View commit details
    Browse the repository at this point in the history
  11. fix, cleanup

    thinkyhead committed May 5, 2021
    Configuration menu
    Copy the full SHA
    f3d7db9 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. Add AVR SERIAL_PORT_3

    ellensp committed May 6, 2021
    Configuration menu
    Copy the full SHA
    0bcc530 View commit details
    Browse the repository at this point in the history
  2. fix avalable, read and HAS_USB_SERIAL

    ellensp committed May 6, 2021
    Configuration menu
    Copy the full SHA
    ff2ccc8 View commit details
    Browse the repository at this point in the history
  3. Fix typo

    ellensp committed May 6, 2021
    Configuration menu
    Copy the full SHA
    a9847cc View commit details
    Browse the repository at this point in the history
  4. Add DUE SERIAL_PORT_3

    ellensp committed May 6, 2021
    Configuration menu
    Copy the full SHA
    9e470fa View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. UsbSerial => USBSERIAL

    thinkyhead committed May 7, 2021
    Configuration menu
    Copy the full SHA
    f23173e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6648cda View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f068a5e View commit details
    Browse the repository at this point in the history
  4. one less step

    thinkyhead committed May 7, 2021
    Configuration menu
    Copy the full SHA
    a11a6fa View commit details
    Browse the repository at this point in the history
  5. MSerialT => MSerialT1

    thinkyhead committed May 7, 2021
    Configuration menu
    Copy the full SHA
    832acf4 View commit details
    Browse the repository at this point in the history
  6. _MSerial => _MSerial0

    thinkyhead committed May 7, 2021
    Configuration menu
    Copy the full SHA
    f997fe1 View commit details
    Browse the repository at this point in the history
  7. MMU => MMU2

    thinkyhead committed May 7, 2021
    Configuration menu
    Copy the full SHA
    b94ea99 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f267283 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    333823e View commit details
    Browse the repository at this point in the history
  10. simplify index range

    thinkyhead authored May 7, 2021
    Configuration menu
    Copy the full SHA
    fb6b0a6 View commit details
    Browse the repository at this point in the history
  11. Add STM32 SERIAL_PORT_3

    ellensp committed May 7, 2021
    Configuration menu
    Copy the full SHA
    0f26804 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'bugfix-2.0.x-SERIAL_PORT_3' of https://github.com/ellen…

    …sp/Marlin into bugfix-2.0.x-SERIAL_PORT_3
    ellensp committed May 7, 2021
    Configuration menu
    Copy the full SHA
    a6882f7 View commit details
    Browse the repository at this point in the history
  13. Edit SERIAL_PORT_3 descrition to include lpc1769

    ellensp committed May 7, 2021
    Configuration menu
    Copy the full SHA
    d172078 View commit details
    Browse the repository at this point in the history