muele-marlin/Marlin/src/sd
Chris Pepper 4ab433d391 Fix binary protocol with one serial port (#13270)
- The `sdcard.transfer_port` variable is Marlin's internal serial port index, not the physical serial port number.
- Added packet number to "ok" response so hosts don't need to wait for the ACK.
- Renamed feature to `BINARY_FILE_TRANSFER`, as the speed up is only consequential to the ability to transfer binaries over serial.
2019-02-27 19:57:48 -06:00
..
usb_flashdrive Coding standards 2019-02-19 14:58:39 -06:00
cardreader.cpp Fix binary protocol with one serial port (#13270) 2019-02-27 19:57:48 -06:00
cardreader.h Fix binary protocol with one serial port (#13270) 2019-02-27 19:57:48 -06:00
Sd2Card.cpp Coding standards 2019-02-19 14:58:39 -06:00
Sd2Card.h Update copyright in headers 2019-02-12 15:30:11 -06:00
Sd2Card_sdio.h Update copyright in headers 2019-02-12 15:30:11 -06:00
SdBaseFile.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
SdBaseFile.h Update copyright in headers 2019-02-12 15:30:11 -06:00
SdFatConfig.h Update copyright in headers 2019-02-12 15:30:11 -06:00
SdFatStructs.h Update copyright in headers 2019-02-12 15:30:11 -06:00
SdFatUtil.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
SdFatUtil.h Update copyright in headers 2019-02-12 15:30:11 -06:00
SdFile.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
SdFile.h Update copyright in headers 2019-02-12 15:30:11 -06:00
SdInfo.h Update copyright in headers 2019-02-12 15:30:11 -06:00
SdVolume.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
SdVolume.h Update copyright in headers 2019-02-12 15:30:11 -06:00