ftrias / TeensyThreads

MIT License
182 stars 26 forks source link

Threads locking with Teensy Platform 4.11 #33

Open whoinow opened 2 years ago

whoinow commented 2 years ago

I have a project using TeensyThreads and when running Teensy platform 4.8 on a Teensy 4.0, everything runs fine. The last time I tired a newer platform version (4.11) threads either straight locked or slowed down significantly. I am using platformio with VS Code as a development environment. Any thoughts on this would be appreciated. For now I am just locking my platform version to 4.8.

ftrias commented 2 years ago

What Teensy device are you using?

On Tue, Feb 22, 2022 at 2:35 PM whoinow @.***> wrote:

I have a project using TeensyThreads and when running Teensy platform 4.8, everything runs fine. The last time I tired a newer platform version (4.11) threads either straight locked or slowed down significantly. I am using platformio with VS Code as a development environment. Any thoughts on this would be appreciated. For now I am just locking my platform version to 4.8.

— Reply to this email directly, view it on GitHub https://github.com/ftrias/TeensyThreads/issues/33, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABRWXIRP6DLSOTWIE3SQDMTU4PQPFANCNFSM5PCKQI5Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

whoinow commented 2 years ago

Teensy 4.0

ftrias commented 2 years ago

I tried with a Teensy 4.0 a few basic examples with PlatformIO and Teensy 4.15.0 (the latest as of today) and it all works fine. Perhaps you can share your project?

whoinow commented 2 years ago

I will give 4.15 a shot and if I still see issues, I will share the project.