mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-01-02 12:50:34 -07:00
Cleanup, hex formatting, includes
This commit is contained in:
parent
f3f82f56bf
commit
fccfcfbe5f
21 changed files with 2354 additions and 2352 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Serial port architecture in Marlin
|
||||
|
||||
Marlin is targeting a plethora of different CPU architecture and platforms. Each of these platforms has its own serial interface.
|
||||
Marlin is targeting a plethora of different CPU architectures and platforms. Each of these platforms has its own serial interface.
|
||||
While many provide a Arduino-like Serial class, it's not all of them, and the differences in the existing API create a very complex brain teaser for writing code that works more or less on each platform.
|
||||
|
||||
Moreover, many platform have intrinsic needs about serial port (like forwarding the output on multiple serial port, providing a *serial-like* telnet server, mixing USB-based serial port with SD card emulation) that are difficult to handle cleanly in the other platform serial logic.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue