-
PIO Core Call Error: ... Project Configuration File\n\n\nError: Unknown board ID 'teensy40'"
-
With
```ini
upload_protocol = teensy-cli
```
I get an error:
```log
CURRENT: upload_protocol = teensy-cli
Rebooting...
Uploading .pio/build/Teensy40/firmware.hex
Unknown MCU type "imxrt1062"
…
-
Compiling the sample code causes build errors under platform IO. I've tried this on mac and Ubuntu 18. Trying the waveshare demo code and that compiles fine for the teensy which is why I'm wondering …
-
https://www.pjrc.com/store/teensy40.html
What would it take to compile Linux + flash it to this device?
-
Hi Michael
With the release of the Teensy 4.0 (https://www.pjrc.com/store/teensy40.html) with 1MB memory and 600Mhz clock I finished porting over your code to that processor. I didn't implement exac…
-
Teensyduino has been updated to 1.48 with substantial improvements for Teensy 4.0. Would be great to pull that in. Thanks!
-
They have locked down the design and are in the process of qualifying suppliers so it's probably 2-3 months away. Of course the Corona virus pandemic may cause disruptions. It will use the IMXRT1062 a…
-
Hi,
Really like your project and thanks for sharing. I noticed you had some trouble with regards to the High-Speed USB device mode. The Teensy 4.0 seems to be quite an improvement over the 3.6. Na…
-
I would like to request that support for Teensy 4.0 be added. Teensy 4.0 has not been officially released yet, but it looks like the release is coming up very soon, after going through a very lengthy …
-
This happens when adding FastLED to any project. It works under Teensy31, fails when I change the board to a Teesny40.
```
.platformio/packages/framework-arduinoteensy/libraries/DmxSimple/DmxSimple…