• Henrique Silva's avatar
    Implement simple bootloader · 1748ee63
    Henrique Silva authored
    This bootloader verifies the last byte of the upgrade flash region,
    which holds the new received firmware, and if it's not blank
    (0xFFFFFFFF), copies it to the user flash area (0x2000) and runs the
    code from there
    1748ee63
Name
Last commit
Last update
..
CMakeLists.txt Loading commit data...
boot.c Loading commit data...
boot.h Loading commit data...