-
-
Notifications
You must be signed in to change notification settings - Fork 799
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
mbed support for teensy31 not properly implemented #305
Comments
In board's [env:teensy31]
platform = teensy
framework = mbed
board = teensy31 |
Here is the immediate error I get upon running the example:
It seems that the mbed package does not get installed automatically despite defining it in the .ini file. |
|
Result of first command:
I reinstalled the The My version is 2.3.3 |
Hm... Please provide me this info:
Thanks. |
Python command:
Upper directory listing (ls -la ~/.platformio/packages/framework-mbed, I removed the "variant" part of the query")
I haven't really gone into your code, but I have a suspicion that the problem is that the |
Yes, this is bug!!! Thanks! 👍 Temporary solution, please install some platform which contains
Have it helped you? |
It did indeed fix the problem. |
Teensy support not properly implemented in the software (possible only the interface?)
Take a look at:
tformio/platformio/boards/teensy.json
Here it is indicated that the teensy31 supports the mbed framework.
However, actually using the software gives no such indication.
For example look at:
platformio/platformio/platforms/teensy.py
Here the mbed framework is not included!
The text was updated successfully, but these errors were encountered: