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.

teensy35.json 712B

il y a 3 ans
1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "build": {
  3. "arduino": {
  4. "ldscript": "mk64fx512.ld"
  5. },
  6. "core": "teensy3",
  7. "cpu": "cortex-m4",
  8. "extra_flags": "-D__MK64FX512__ -DARDUINO_TEENSY35",
  9. "f_cpu": "120000000L",
  10. "mcu": "mk64fx512"
  11. },
  12. "connectivity": [
  13. "can"
  14. ],
  15. "debug": {
  16. "jlink_device": "MK64FX512xxx12",
  17. "svd_path": "MK64F12.svd"
  18. },
  19. "frameworks": [
  20. "arduino"
  21. ],
  22. "name": "Teensy 3.5",
  23. "upload": {
  24. "maximum_ram_size": 262136,
  25. "maximum_size": 524288,
  26. "protocol": "teensy-gui",
  27. "protocols": [
  28. "teensy-cli",
  29. "teensy-gui",
  30. "jlink"
  31. ]
  32. },
  33. "url": "https://www.pjrc.com/store/teensy35.html",
  34. "vendor": "Teensy"
  35. }