In-app flash write, UF2 parser, remove picotool dependency, reboot command
This commit is contained in:
@@ -7,6 +7,9 @@ static constexpr handler_entry handlers[] = {
|
||||
{RequestPICOBOOT::ext_id, typed_handler<RequestPICOBOOT, handle_picoboot>},
|
||||
{RequestInfo::ext_id, typed_handler<RequestInfo, handle_info>},
|
||||
{RequestLog::ext_id, typed_handler<RequestLog, handle_log>},
|
||||
{RequestFlashErase::ext_id, typed_handler<RequestFlashErase, handle_flash_erase>},
|
||||
{RequestFlashWrite::ext_id, typed_handler<RequestFlashWrite, handle_flash_write>},
|
||||
{RequestReboot::ext_id, typed_handler<RequestReboot, handle_reboot>},
|
||||
};
|
||||
|
||||
int main() {
|
||||
|
||||
Reference in New Issue
Block a user