Skip to content
Snippets Groups Projects
Verified Commit e924ecee authored by rahix's avatar rahix
Browse files

fix(api): Reset FPU before loading a new payload


Without resetting the FPU we get spurious failures in Pycardium.  These
manifest in many different forms, ranging from HardFaults and triggered
assertions to "syntax errors" in loaded scripts while said script does
not contain any.

These failures stem from the FPU still containing state from the last
loaded payload and thus sometimes corrupting stack locations where the
previous payload had floating point state.

Closes #72.

Signed-off-by: default avatarRahix <rahix@rahix.de>
parent 1e7b2265
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment