xmos / lib_xua

XMOS USB Audio
Other
17 stars 15 forks source link

Default FLASH_MAX_UPGRADE_SIZE is small for modern devices #402

Closed xross closed 2 months ago

xross commented 4 months ago

define FLASH_MAX_UPGRADE_SIZE (128 * 1024)

xross commented 3 months ago

Note, now we don't block the first write command having a large size is less of an issue.

shuchitak commented 2 months ago

As part of https://github.com/xmos/lib_xua/pull/424, I've changed the default FLASH_MAX_UPGRADE_SIZE to (512 * 1024)