reset_due_to_software_failure can be called from ISR context, and
vibe_force_off can potentially block (I2C calls), so if we're unlucky
that vibe is ON while we need to reset, well, that's it as bootloader
won't turn it off but next system boot.
Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
The destination field isn't meant to contain the destination filename - only the destination directory. Some files also
had incorrect paths, and have been corrected.
One file required a rename between moves (cookies.js -> cookies.min.js). A copy of the file was created with the new
name, and the source updated to point at it.