Scott Lahteine
038f82cc38
Fix L6470 init and options
пре 7 година
Scott Lahteine
42e2dd9251
Build file updates
пре 7 година
Scott Lahteine
7e42c7563c
Move build files into place
пре 7 година
Scott Lahteine
48351fd6d5
Move root sources
пре 7 година
Christopher Pepper
b908e38d08
Add needed platform defined gaurds to compile with Arduino IDE
Also removed explicit platform HAL directory inclusion from platformio.ini to make sure these errors are caught by Travis in the future
пре 7 година
Christopher Pepper
4183a249b6
Moved CMSIS and other LPC1768 dependencies
Fixes Arduino IDE builds for 8-bit AVR,
misc: Adafruit NeoPixel currently incompatible with Teensy 3.5-6, blacklisted
пре 7 година
Christopher Pepper
d2fb3215da
PlatformIO Travis test
spi.h renamed to avoid conflicts with base libraries
пре 7 година
Christopher Pepper
44b0c186a6
HAL for Re:ARM (LPC1768) architecture
пре 7 година
teemuatlut
f3e562e46e
HAL for 32-bit Teensy (3.5, 3.6) architecture
пре 7 година
Christopher Pepper
cfef925559
HAL for DUE architecture
пре 7 година
Scott Lahteine
d29bf49b66
Add Sanguino 644p to ENV for PlatformIO
пре 7 година
MTrab
5fa61c0ad3
Add Anet 1.0 to Platformio.ini
Added env:anet10 to platformio.ini for easy compile and upload to this board
пре 7 година
Unknown
42aa10d263
Add PIO entry for PRINTRBOARD_REVF
fix from PIO corruption
пре 7 година
Scott Lahteine
b378deaf89
Unify AVR90USB: fastio changes
пре 7 година
Brian
f1cccd65c2
platformio.ini env_default=xxxxx has to match one of the labels in the env:xxxxx, otherwise nothing happens when you `pio run`
пре 7 година
Scott Lahteine
fe1fce5f56
DevIoT patch 2
пре 7 година
Scott Lahteine
47cae2929f
Patch platformio.ini to fix build error in DevIoT
For compatibility with DevIoT, until that can be solved.
пре 7 година
Scott Lahteine
dca48f0e63
Move platformio.ini back to Marlin folder - it works there
пре 7 година
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
пре 7 година
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
пре 7 година
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.
пре 7 година
Brian
9c0404eae4
Move platformio directories out of source tree
пре 8 година
Brian Gortney
8fae3e1f9f
Add Rambo support/env to platformio.ini; properly maps extended pins
пре 8 година
Andrea Cimbalo
46196e9ee5
Add working PlatformIO support
пре 8 година