My Marlin configs for Fabrikator Mini and CTC i3 Pro B
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

library.json 376B

123456789101112131415161718
  1. {
  2. "name": "CMSIS-LPC1768",
  3. "version": "0.0.0",
  4. "frameworks": [],
  5. "platforms": [
  6. "nxplpc",
  7. "ststm32"
  8. ],
  9. "description": "CMSIS library for LPC1768",
  10. "build": {
  11. "src_filter": "+<LPC1768/*>",
  12. "flags": [
  13. "-ILPC1768/include",
  14. "-ILPC1768/lib",
  15. "-Wl,-Tframeworks/CMSIS/LPC1768/Re-ARM/LPC1768.ld,--gc-sections"
  16. ]
  17. }
  18. }