package.json 452 B

123456789101112131415
  1. {
  2. "name": "framework-cmsis",
  3. "version": "2.50501.200527",
  4. "description": "Vendor-independent hardware abstraction layer for the Cortex-M processor series",
  5. "keywords": [
  6. "framework",
  7. "arm"
  8. ],
  9. "homepage": "http://www.arm.com/products/processors/cortex-m/cortex-microcontroller-software-interface-standard.php",
  10. "license": "Apache-2.0",
  11. "repository": {
  12. "type": "git",
  13. "url": "https://github.com/ARM-software/CMSIS_5"
  14. }
  15. }