9 Commits (9ea2ff950a8741d685823bc5220c335f655f63e4)

Author SHA1 Message Date
Scott Lahteine 48351fd6d5 Move root sources 7 years ago
Scott Lahteine 47cae2929f Patch platformio.ini to fix build error in DevIoT
For compatibility with DevIoT, until that can be solved.
8 years ago
Scott Lahteine dca48f0e63 Move platformio.ini back to Marlin folder - it works there 8 years ago
Brian 0446dd3ad8 PlatformIO-related changes
- move platformio.ini out of source directory to be more consistent with 'normal' PlatformIO usage
  - facilitates IDE integration
- add related .gitignores
8 years ago
Brian 4e1448e75a Various fixes for compiler warnings
add BLTouch-related messages in english and (rusty) french;
add missing endstops.h in ultralcd.cpp;
fix misc. compiler warnings;
fix lsf_reset - ZERO macro can't handle a pointer as it would only memset the size of the pointer, not the size of the entire struct
8 years ago
Brian 627730948d Add U8glib as a dependency to platformio.ini for those who use PlatformIO; this makes compiling even easier as u8glib will be downloaded and included automatically.
Also added the new .pio-related directory to .gitignore, and a few ignores for those who use cmake.
8 years ago
Brian 9c0404eae4 Move platformio directories out of source tree 8 years ago
Brian Gortney 8fae3e1f9f Add Rambo support/env to platformio.ini; properly maps extended pins 8 years ago
Andrea Cimbalo 46196e9ee5 Add working PlatformIO support 8 years ago