Commit Graph

24 Commits (664b299a51cd3e544c9d557d1f057bdcfc74a7e0)

Author SHA1 Message Date
esenapaj 888443ca1e Enclose all #error strings with apostrophes
João Brázio 32d798fcc7
Converted all files on src to Unix file format
Scott Lahteine 40050db210 Improve code in Sd2Card::readBlock
esenapaj f9e1a0ee6c suppress warnings
Scott Lahteine 0da744b7b0 Further cleanup of comments, partial Doxygen-style
Following up on 
jbrazio 5e5d250832 Added gplv3 header to all Marlin files
jbrazio 757661b299 Toshiba Flash Air Wifi SD card support
Scott Lahteine ff13070b59 Use _BV macros, patch up others
Scott Lahteine 9bdab4f3a8 Clean up "else" and other spacing
Scott Lahteine 0c7f7ebcfb Styling adjustments (PR#2668 & PR#2670)
Keep "astyled" reformatting
Scott Lahteine 58cfcd4239 Overridable Options - Part 5
Apply `ENABLED` / `DISABLED` macros to files needing only a small
number of changes.
Scott Lahteine c37f7d15c9 - Rename WRITE_E_STEP for consistency
- Add BIT and TEST macros
- Add _APPLY_ macros to stepper.cpp to help with consolidation
- Consolidate code in stepper.cpp using macros
- Apply standards in stepper.cpp
- Use >= 0 instead of > -1 as a better semantic
- Replace DUAL_Y_CARRIAGE with Y_DUAL_STEPPER_DRIVERS
galexander1 d4880a9e60 Revert "Move Sd library out into library"
odewdney 9d9c859ac1 First move of SdFat library
daid 8b4c4aa5c3 Add feature to check&retry CRC read errors on SD.
daid303 43018a48c4 Fix for a few -Wextra warnings.
daid b69e75c89a Added long filename support.
Bernhard 3814bbb529 made sd code only compile with SDSUPPORT defined. safes 10k of codespace
Bernhard 57f9359a41 simplified the includes, makefile now works with arduino23
Bernhard 0bc9daa4f7 make it compile with arduino 1.0 ; function is still untested.
Erik van der Zalm f75f426dfa Removed interrupt nesting in the stepper ISR.
Add serial checkRx in stepper ISR.
Copied HardwareSerial to MarlinSerial (Needed for checkRx).
Bernhard Kubicek 64f2121ab1 updated to sdfatlib2010902
Bernhard Kubicek 40e8081623 changed end of line to windows, which seems to be the majority of developers main platform.
Erik van der Zalm 750f6c33e3 first commit