Move LPC1768 framework out of Marlin source folder

This commit is contained in:
Thomas Moore
2017-09-19 19:25:59 -05:00
parent f37ed314e0
commit ddbd4b73e0
105 changed files with 38 additions and 10 deletions

View File

@ -0,0 +1,18 @@
{
"name": "CMSIS-LPC1768",
"version": "0.0.0",
"frameworks": [],
"platforms": [
"nxplpc",
"ststm32"
],
"description": "CMSIS library for LPC1768",
"build": {
"src_filter": "+<LPC1768/*>",
"flags": [
"-ILPC1768/include",
"-ILPC1768/lib",
"-Wl,-Tframeworks/CMSIS/LPC1768/Re-ARM/LPC1768.ld,--gc-sections"
]
}
}