Scott Lahteine
5ce64f6d16
Combine __AVR__ and USBCON for 2.0.x parity
2018-03-10 01:51:35 -06:00
Scott Lahteine
ada40af5d6
Move <avr/pgmspace.h> include to MarlinConfig.h
...
For parity with 2.0.x, which includes pgmspace.h in the HAL.
2018-02-16 18:40:39 -06:00
Scott Lahteine
3df0d62725
Updates to TMC support
2018-01-10 04:32:49 -06:00
teemuatlut
0ac0324af2
[1.1.x] TMC driver update ( #8712 )
2017-12-15 15:02:39 -06:00
Scott Lahteine
9083e5420a
Merge pull request #4419 from AnHardt/sd2pinmap
...
Switch Sd2CardLib to fastio
2016-07-28 17:38:46 -07:00
Scott Lahteine
c94b6dd3e7
Revert to SanityCheck on every .cpp file
2016-07-28 17:17:50 -07:00
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.
2016-07-27 12:40:44 +02:00
Scott Lahteine
fa647cca23
Do the sanity check just once per build
2016-07-26 12:37:14 -07:00
Scott Lahteine
24a1a16e5d
Move versioning to MarlinConfig.h
2016-07-26 12:37:14 -07:00
Scott Lahteine
7e70a0b05d
Move pins / Arduino includes to MarlinConfig.h
2016-07-26 12:37:14 -07:00
Scott Lahteine
83c4653c71
Include boards and macros ahead of configs
2016-07-26 12:19:50 -07:00
Scott Lahteine
8a44928df3
Make Conditionals.h a catch-all for old configs
2016-07-26 12:19:50 -07:00
Scott Lahteine
c6226bb0aa
Unify config in a single include without nested includes
2016-07-25 23:04:19 -07:00