Commit Graph

9 Commits (aeb6d465a45c9900aa90d10dac457f619461ee2f)

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