Move LPC1768 framework out of Marlin source folder
This commit is contained in:
18
frameworks/CMSIS/library.json
Normal file
18
frameworks/CMSIS/library.json
Normal 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"
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user