This PR adds the option of installing MicroPython from the ROM bootloader by flashing the full firmware image along with the recovery image. Firmware goes to 0x0 while the recovery image will be flashed to 0xf70000. When entering bootloader from MicroPython, it will jump to the recovery firmware which allows DFU upload.
This PR adds the option of installing MicroPython from the ROM bootloader by flashing the full firmware image along with the recovery image. Firmware goes to 0x0 while the recovery image will be flashed to 0xf70000. When entering bootloader from MicroPython, it will jump to the recovery firmware which allows DFU upload.