9 Commits (902fe76db95960fe60c6135e9f646cf2eaeb691b)

Author SHA1 Message Date
Scott Lahteine 9083e5420a Merge pull request #4419 from AnHardt/sd2pinmap
Switch Sd2CardLib to fastio
8 years ago
Scott Lahteine c94b6dd3e7 Revert to SanityCheck on every .cpp file 8 years ago
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 years ago
Scott Lahteine fa647cca23 Do the sanity check just once per build 8 years ago
Scott Lahteine 24a1a16e5d Move versioning to MarlinConfig.h 8 years ago
Scott Lahteine 7e70a0b05d Move pins / Arduino includes to MarlinConfig.h 8 years ago
Scott Lahteine 83c4653c71 Include boards and macros ahead of configs 8 years ago
Scott Lahteine 8a44928df3 Make Conditionals.h a catch-all for old configs 8 years ago
Scott Lahteine c6226bb0aa Unify config in a single include without nested includes 8 years ago