Moved CMSIS and other LPC1768 dependencies
Fixes Arduino IDE builds for 8-bit AVR, misc: Adafruit NeoPixel currently incompatible with Teensy 3.5-6, blacklisted
This commit is contained in:
committed by
Scott Lahteine
parent
b55295ad33
commit
4183a249b6
@@ -14,9 +14,9 @@ if __name__ == "__main__":
|
||||
"--specs=nano.specs",
|
||||
"--specs=nosys.specs",
|
||||
|
||||
"-IMarlin/src/HAL/HAL_LPC1768/framework_cmsis/CMSIS/Include",
|
||||
"-IMarlin/src/HAL/HAL_LPC1768/framework_cmsis/Device/NXP/LPC17xx/Include",
|
||||
"-IMarlin/src/HAL/HAL_LPC1768/framework_cmsis/Device/NXP/LPC17xx/drivers/include",
|
||||
"-IMarlin/frameworks/CMSIS/LPC1768/include",
|
||||
"-IMarlin/frameworks/CMSIS/LPC1768/lib",
|
||||
"-IMarlin/src/HAL",
|
||||
|
||||
"-MMD",
|
||||
"-MP",
|
||||
@@ -46,6 +46,6 @@ else:
|
||||
"--specs=nano.specs",
|
||||
"--specs=nosys.specs",
|
||||
"-u_printf_float",
|
||||
"-Wl,-TMarlin/src/HAL/HAL_LPC1768/framework_cmsis/Device/NXP/LPC17xx/Source/Re-ARM/LPC1768.ld,--gc-sections"
|
||||
"-Wl,-TMarlin/frameworks/CMSIS/LPC1768/Re-ARM/LPC1768.ld,--gc-sections"
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user