Teensy development platform for PlatformIO compatible with GCC10 & C++20
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

72 lines
1.8KB

  1. {
  2. "name": "teensy-gcc10",
  3. "title": "Teensy",
  4. "description": "Teensy is a complete USB-based microcontroller development system, in a very small footprint, capable of implementing many types of projects. All programming is done via the USB port. No special programmer is needed, only a standard USB cable and a PC or Macintosh with a USB port.",
  5. "homepage": "https://www.pjrc.com/teensy",
  6. "license": "Apache-2.0",
  7. "keywords": [
  8. "dev-platform",
  9. "ARM",
  10. "AVR",
  11. "Cortex-M",
  12. "NXP Semiconductors",
  13. "Microchip"
  14. ],
  15. "engines": {
  16. "platformio": "^5"
  17. },
  18. "repository": {
  19. "type": "git",
  20. "url": "https://github.com/visus/platform-teensy-gcc10.git"
  21. },
  22. "version": "4.17.0",
  23. "frameworks": {
  24. "arduino": {
  25. "package": "framework-arduinoteensy-cxx20",
  26. "script": "builder/frameworks/arduino.py"
  27. },
  28. "mbed": {
  29. "package": "framework-mbed",
  30. "script": "builder/frameworks/mbed.py"
  31. }
  32. },
  33. "packages": {
  34. "toolchain-atmelavr": {
  35. "type": "toolchain",
  36. "optional": false,
  37. "owner": "platformio",
  38. "version": "~1.50400.0"
  39. },
  40. "toolchain-gcc-arm-embedded": {
  41. "type": "toolchain",
  42. "optional": false,
  43. "owner": "visus",
  44. "version": "~0.1.0"
  45. },
  46. "framework-arduinoteensy-cxx20": {
  47. "type": "framework",
  48. "optional": true,
  49. "owner": "visus",
  50. "version": "~0.1.0"
  51. },
  52. "framework-mbed": {
  53. "type": "framework",
  54. "optional": true,
  55. "owner": "platformio",
  56. "version": "~6.51506.0"
  57. },
  58. "tool-teensy": {
  59. "type": "uploader",
  60. "optional": true,
  61. "owner": "platformio",
  62. "version": "<2"
  63. },
  64. "tool-jlink": {
  65. "type": "uploader",
  66. "optional": true,
  67. "owner": "platformio",
  68. "version": "^1.63208.0"
  69. }
  70. }
  71. }