You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While I got it to compile without cmake and some minor changes, I can't fix a runtime crash when doing hsm->transition() from a task.
Any change someone already has a working example with FreeRTOS on current ESP32 Arduino?
I use platformio and a newer Arduino core that supports c++ > 11. platform = https://github.com/pioarduino/platform-espressif32/releases/download/53.03.11/platform-espressif32.zip
Here's my changes to make it compile: (besides removing unused files) hsm.diff.txt
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
While I got it to compile without cmake and some minor changes, I can't fix a runtime crash when doing
hsm->transition()
from a task.Any change someone already has a working example with FreeRTOS on current ESP32 Arduino?
I use platformio and a newer Arduino core that supports c++ > 11.
platform = https://github.com/pioarduino/platform-espressif32/releases/download/53.03.11/platform-espressif32.zip
Here's my changes to make it compile: (besides removing unused files)
hsm.diff.txt
Beta Was this translation helpful? Give feedback.
All reactions