Commit Graph

11 Commits (a8670b66a7740eed23b780582e8d636bb7d0a0f4)

Author SHA1 Message Date
atfield90 d273c90d53 Added support for Atmega 1281 chip
Scott Lahteine b6d381f863 Divide up Conditionals to get LCD items early
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
fmalpartida b5a964fcc5 Initial SAV MkI (RepRap CloneWars board) integration.
Included support for BT dongle on AT90USB boards.
Added LCD Shift Register LCD control
Included support for RepRap Clone Wars project board (SAV MKI).
Bernhard 3814bbb529 made sd code only compile with SDSUPPORT defined. safes 10k of codespace
Bernhard 396270a0de fix duplicated definition of MOSI MISO pins in case motherboard==33
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