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 302B

1234567891011121314151617
  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. ]
  16. }
  17. }