Scott Lahteine
c94b6dd3e7
Revert to SanityCheck on every .cpp file
пре 8 година
AnHardt
e4942d2163
Switch SD2cadrLib to fastio
Replace all fastDigitalRead/Write() with READ/WRITE()
Define SCK_PIN, MISO_PIN, MOSI_PIN in pins.h if not already defined in the pins_*.h files.
Remove these conditional pin definitions from the pin-files. They are now always defined.
Define separate sets of SPI-pins for AT90USB with and without Teensy support in fastio.h.
Likely this was the main reason for all that confusion about the AT90USB-SPI pins.
пре 8 година
Scott Lahteine
fa647cca23
Do the sanity check just once per build
пре 8 година
Scott Lahteine
24a1a16e5d
Move versioning to MarlinConfig.h
пре 8 година
Scott Lahteine
7e70a0b05d
Move pins / Arduino includes to MarlinConfig.h
пре 8 година
Scott Lahteine
83c4653c71
Include boards and macros ahead of configs
пре 8 година
Scott Lahteine
8a44928df3
Make Conditionals.h a catch-all for old configs
пре 8 година
Scott Lahteine
c6226bb0aa
Unify config in a single include without nested includes
пре 8 година
Scott Lahteine
0da744b7b0
Further cleanup of comments, partial Doxygen-style
Following up on #3231
пре 8 година
jbrazio
5e5d250832
Added gplv3 header to all Marlin files
пре 8 година
Richard Wackerbarth
06ae832276
Deprecate Support for Arduino IDE < 1.0.5
Note that newer versions of the IDE can still
be made to support compilation for the older boards.
пре 9 година
Scott Lahteine
0ec444720f
Rename blinkm files
пре 9 година
Scott Lahteine
a22a228bcc
Rename files to move them in the IDE
пре 9 година
Scott Lahteine
f171656f8e
Cleanup of cardreader.*
- Apply standards to cardreader.*
- Fix minor issues with cardreader.cpp
- Apply standards to some other stale regions
пре 9 година
fmalpartida
5b3f60ea2e
Corrected LCD only error
If only an LCD is defined and no menu or keyboard defined, there is a
compilation error.
Added conditional compilation.
пре 11 година
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).
пре 11 година
Tim Koster
97b0da0c2e
Removed #ifndef BLINKM
пре 11 година
Tim Koster
61db046b32
Added #ifdef BLINKM around new code. Also refined BlinkM.h.
пре 11 година
Tim Koster
7016cc9511
Added BlinkM support over i2c
пре 11 година
Tim Koster
3b315b3da0
Added BlinkM support over i2c
пре 11 година