Skip to content

Commit

Permalink
Merge pull request #7 from matthiasdanner/patch-1
Browse files Browse the repository at this point in the history
Preparing platformIO configuration as build system
  • Loading branch information
oderwat authored May 14, 2017
2 parents 846bf41 + b86d78e commit c6e5347
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Marlin/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,20 @@ src_dir = ./
envs_dir = ../.pioenvs
lib_dir = ../.piolib
libdeps_dir = ../.piolibdeps
env_default = mega2560
env_default = anet

[common]
lib_deps = [email protected]

[env:anet]
platform = atmelavr
framework = arduino
board = sanguino_atmega1284p
build_flags = -I $BUILDSRC_DIR
board_f_cpu = 16000000L
lib_deps = ${common.lib_deps}
upload_speed = 57600

[env:mega2560]
platform = atmelavr
framework = arduino
Expand Down

0 comments on commit c6e5347

Please sign in to comment.