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

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "CMSIS",
  3. "version": "5.7.0",
  4. "description": "ARM CMSIS 5",
  5. "keywords": "arm,cmsis",
  6. "repository":
  7. {
  8. "type": "git",
  9. "url": "https://git.thevis.us/v3s5s1y/cmsis.git"
  10. },
  11. "authors":
  12. [
  13. {
  14. "name": "John Robinson",
  15. "email": "iam@thevis.us",
  16. "url": "https://thevis.us",
  17. "maintainer": true
  18. }
  19. ],
  20. "license": "MIT",
  21. "dependencies": {
  22. },
  23. "frameworks": "arduino",
  24. "platforms": "teensy",
  25. "export": {
  26. "exclude": [
  27. "docs",
  28. "extras"
  29. ]
  30. },
  31. "build": {
  32. "srcFilter": [
  33. "+<*.c>",
  34. "+<*.cpp>",
  35. "+<*.h>"
  36. ]
  37. }
  38. }