Commit Graph

111 Commits (6b8611ad566fabe4ec1002570d71e3f6bc242907)

Author SHA1 Message Date
teemuatlut f3e562e46e HAL for 32-bit Teensy (3.5, 3.6) architecture
Christopher Pepper cfef925559 HAL for DUE architecture
Scott Lahteine d29bf49b66 Add Sanguino 644p to ENV for PlatformIO
MTrab 5fa61c0ad3 Add Anet 1.0 to Platformio.ini
Added env:anet10 to platformio.ini for easy compile and upload to this board
Unknown 42aa10d263 Add PIO entry for PRINTRBOARD_REVF
fix from PIO corruption
Scott Lahteine b378deaf89 Unify AVR90USB: fastio changes
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`
Scott Lahteine fe1fce5f56 DevIoT patch 2
Scott Lahteine 47cae2929f Patch platformio.ini to fix build error in DevIoT
For compatibility with DevIoT, until that can be solved.
Scott Lahteine dca48f0e63 Move platformio.ini back to Marlin folder - it works there
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