RP2: Updates.

* Update USB config macros.
* Increase Flash FS size.
* Add missing openmv_disk file.
* Enable MSC in bootloader.
This commit is contained in:
iabdalkader 2021-08-01 18:24:23 +02:00
parent e8585ff226
commit 4607b5ea81
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 347c53ca51df6fb59896694ad961f141bf35dcac
Subproject commit f0c551f3ec74af9c10d11973ce2541949610b807

View File

@ -98,7 +98,7 @@ void __fatal_error()
void pico_reset_to_bootloader(void)
{
reset_usb_boot(0, 1);
reset_usb_boot(0, 0);
}
void exec_boot_script(const char *path, bool interruptible)