Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 1 commit into from

Conversation

takurx
Copy link

@takurx takurx commented Feb 10, 2021

supported teensy-cli for teensy40/teensy41 by teensy_loader_cli

supported teensy-cli for teensy40/teensy41 by teensy_loader_cli
@CLAassistant
Copy link

CLAassistant commented Feb 10, 2021

CLA assistant check
All committers have signed the CLA.

@valeros
Copy link
Member

valeros commented Feb 10, 2021

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

@takurx
Copy link
Author

takurx commented Feb 11, 2021

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

  • log, $ pio run -e teensy41 -t upload -v
......
......
Configuring upload protocol...
AVAILABLE: jlink, teensy-cli, teensy-gui
CURRENT: upload_protocol = teensy-cli
......
......

@valeros
Copy link
Member

valeros commented Feb 11, 2021

Thanks, our documentation for boards is autogenerated, so I fixed it directly in the teensy platform platformio/platform-teensy@127c8a7. The docs will be updated a bit later automatically.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants