platformio / platformio-docs

PlatformIO Documentation
https://docs.platformio.org
Apache License 2.0
240 stars 326 forks source link

supported teensy-cli for teensy40/teensy41 by teensy_loader_cli #175

Closed takurx closed 3 years ago

takurx commented 3 years ago

supported teensy-cli for teensy40/teensy41 by teensy_loader_cli

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

valeros commented 3 years ago

Hi @takurx ! Thanks for the PR. Are you sure Teensy 4.1 can be programmed using teensy_loader_cli?

takurx commented 3 years ago

Hi @valeros, Yes, I had checked to program on Teensy 4.1 using

upload_protocol = teensy-cli

in platformio.ini. I have not checked on Teensy 4.0 yet (I don't have Teensy 4.0), but Teensy 4.0 is same microprocessor as Teensy 4.1 and teensy_loader_cli (is include platformio) supported already Teensy 4.0 and Teensy 4.1. https://github.com/PaulStoffregen/teensy_loader_cli

valeros commented 3 years ago

Thanks, our documentation for boards is autogenerated, so I fixed it directly in the teensy platform https://github.com/platformio/platform-teensy/commit/127c8a717e71e7cbd843329c99aaad3d5f923695. The docs will be updated a bit later automatically.