Commit Graph

17 Commits (8443872d1076b3f2985f4712641c6bc93c472680)

Author SHA1 Message Date
Scott Lahteine 802818f7ab Cleanup SdFatUtil.h
João Brázio 32d798fcc7
Converted all files on src to Unix file format
Scott Lahteine 0da744b7b0 Further cleanup of comments, partial Doxygen-style
Following up on 
jbrazio 5e5d250832 Added gplv3 header to all Marlin files
Scott Lahteine 0c7f7ebcfb Styling adjustments (PR#2668 & PR#2670)
Keep "astyled" reformatting
Richard Wackerbarth e01f5e1ef7 Cleanup
Scott Lahteine 58cfcd4239 Overridable Options - Part 5
Apply `ENABLED` / `DISABLED` macros to files needing only a small
number of changes.
galexander1 d4880a9e60 Revert "Move Sd library out into library"
odewdney 9d9c859ac1 First move of SdFat library
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.
Bernhard dd5ca68c87 get rid of indirect ringbuffer calls, made some inlines, removed virtual and streaming class requirements.
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