|
@ -16,12 +16,12 @@ |
|
|
# |
|
|
# |
|
|
|
|
|
|
|
|
[platformio] |
|
|
[platformio] |
|
|
src_dir = Marlin |
|
|
src_dir = Marlin |
|
|
build_dir = .pioenvs |
|
|
build_dir = .pioenvs |
|
|
lib_dir = .piolib |
|
|
lib_dir = .piolib |
|
|
libdeps_dir = .piolibdeps |
|
|
libdeps_dir = .piolibdeps |
|
|
boards_dir = buildroot/share/PlatformIO/boards |
|
|
boards_dir = buildroot/share/PlatformIO/boards |
|
|
env_default = megaatmega2560 |
|
|
default_envs = megaatmega2560 |
|
|
|
|
|
|
|
|
[common] |
|
|
[common] |
|
|
default_src_filter = +<src/*> -<src/config> -<src/HAL> +<src/HAL/shared> |
|
|
default_src_filter = +<src/*> -<src/config> -<src/HAL> +<src/HAL/shared> |
|
|