Commit Graph

6 Commits (504d26341abfdb70ecaf258ca20e33ef4800a324)

Author SHA1 Message Date
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