Teensy development platform for PlatformIO compatible with GCC10 & C++20
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

33 行
668B

  1. {
  2. "build": {
  3. "arduino": {
  4. "ldscript": "mkl26z64.ld"
  5. },
  6. "core": "teensy3",
  7. "cpu": "cortex-m0plus",
  8. "extra_flags": "-D__MKL26Z64__ -DARDUINO_TEENSYLC",
  9. "f_cpu": "48000000L",
  10. "mcu": "mkl26z64"
  11. },
  12. "debug": {
  13. "jlink_device": "MKL26Z64xxx4",
  14. "svd_path": "MKL26Z4.svd"
  15. },
  16. "frameworks": [
  17. "arduino"
  18. ],
  19. "name": "Teensy LC",
  20. "upload": {
  21. "maximum_ram_size": 8192,
  22. "maximum_size": 63488,
  23. "protocol": "teensy-gui",
  24. "protocols": [
  25. "teensy-cli",
  26. "teensy-gui",
  27. "jlink"
  28. ]
  29. },
  30. "url": "http://www.pjrc.com/teensy/teensyLC.html",
  31. "vendor": "Teensy"
  32. }