Teensy development platform for PlatformIO compatible with GCC10 & C++20
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.

51 lines
1.1KB

  1. ; PlatformIO Project Configuration File
  2. ;
  3. ; Build options: build flags, source filter, extra scripting
  4. ; Upload options: custom port, speed and extra flags
  5. ; Library options: dependencies, extra library storages
  6. ;
  7. ; Please visit documentation for the other options and examples
  8. ; http://docs.platformio.org/page/projectconf.html
  9. [env:teensy2]
  10. platform = teensy
  11. framework = arduino
  12. board = teensy2
  13. build_flags = -DUSB_SERIAL_HID
  14. [env:teensy2pp]
  15. platform = teensy
  16. framework = arduino
  17. board = teensy2pp
  18. build_flags = -DUSB_SERIAL_HID
  19. [env:teensy30]
  20. platform = teensy
  21. framework = arduino
  22. board = teensy30
  23. build_flags = -DUSB_SERIAL_HID
  24. [env:teensy31]
  25. platform = teensy
  26. framework = arduino
  27. board = teensy31
  28. build_flags = -DUSB_SERIAL_HID
  29. [env:teensylc]
  30. platform = teensy
  31. framework = arduino
  32. board = teensylc
  33. build_flags = -DUSB_SERIAL_HID
  34. [env:teensy35]
  35. platform = teensy
  36. framework = arduino
  37. board = teensy35
  38. build_flags = -DUSB_SERIAL_HID
  39. [env:teensy36]
  40. platform = teensy
  41. framework = arduino
  42. board = teensy36
  43. build_flags = -DUSB_SERIAL_HID