Arduini IDE compatibility changes
changed includes to make Arduino IDE happy
This commit is contained in:
@@ -19,7 +19,7 @@ env_default = megaatmega2560
|
||||
|
||||
[common]
|
||||
lib_deps =
|
||||
|
||||
U8glib-HAL
|
||||
LiquidCrystal_I2C@1.1.2
|
||||
https://github.com/lincomatic/LiquidTWI2.git
|
||||
https://github.com/teemuatlut/TMC2130Stepper.git
|
||||
@@ -51,7 +51,6 @@ board = megaatmega2560
|
||||
build_flags = -I $BUILDSRC_DIR
|
||||
board_f_cpu = 16000000L
|
||||
lib_deps = ${common.lib_deps}
|
||||
U8glib-HAL
|
||||
src_filter = ${common.default_src_filter}
|
||||
|
||||
#
|
||||
@@ -64,7 +63,6 @@ board = megaatmega1280
|
||||
build_flags = -I $BUILDSRC_DIR
|
||||
board_f_cpu = 16000000L
|
||||
lib_deps = ${common.lib_deps}
|
||||
U8glib-HAL
|
||||
src_filter = ${common.default_src_filter}
|
||||
|
||||
#
|
||||
@@ -76,7 +74,6 @@ framework = arduino
|
||||
board = sanguino_atmega1284p
|
||||
upload_speed = 57600
|
||||
lib_deps = ${common.lib_deps}
|
||||
U8glib-HAL
|
||||
src_filter = ${common.default_src_filter}
|
||||
|
||||
#
|
||||
@@ -91,7 +88,6 @@ framework = arduino
|
||||
board = due
|
||||
build_flags = -I $BUILDSRC_DIR
|
||||
lib_deps = ${common.lib_deps}
|
||||
U8glib-HAL
|
||||
src_filter = ${common.default_src_filter}
|
||||
|
||||
#
|
||||
@@ -154,7 +150,6 @@ board = reprap_rambo
|
||||
build_flags = -I $BUILDSRC_DIR
|
||||
board_f_cpu = 16000000L
|
||||
lib_deps = ${common.lib_deps}
|
||||
U8glib-HAL
|
||||
src_filter = ${common.default_src_filter}
|
||||
|
||||
#
|
||||
@@ -165,7 +160,6 @@ platform = atmelavr
|
||||
framework = arduino
|
||||
board = sanguino_atmega644p
|
||||
lib_deps = ${common.lib_deps}
|
||||
U8glib-HAL
|
||||
src_filter = ${common.default_src_filter}
|
||||
|
||||
[env:STM32F1]
|
||||
@@ -174,7 +168,6 @@ framework = arduino
|
||||
board = genericSTM32F103RE
|
||||
build_flags = !python Marlin/src/HAL/HAL_STM32F1/stm32f1_flag_script.py
|
||||
lib_deps = ${common.lib_deps}
|
||||
U8glib-HAL
|
||||
src_filter = ${common.default_src_filter}
|
||||
|
||||
#
|
||||
@@ -191,7 +184,6 @@ board = teensy20pp
|
||||
build_flags = -I $BUILDSRC_DIR
|
||||
#board_f_cpu = 20000000L ; Bug in Arduino framework disallows boards running at 20Mhz
|
||||
lib_deps = ${common.lib_deps}
|
||||
U8glib-HAL
|
||||
src_filter = ${common.default_src_filter}
|
||||
|
||||
#
|
||||
@@ -203,6 +195,5 @@ framework = arduino
|
||||
board = teensy35
|
||||
build_flags = -I $BUILDSRC_DIR
|
||||
lib_deps = ${common.lib_deps}
|
||||
U8glib-HAL
|
||||
lib_ignore = Adafruit NeoPixel
|
||||
src_filter = ${common.default_src_filter}
|
||||
|
Reference in New Issue
Block a user