raspberrypi / pico-sdk

BSD 3-Clause "New" or "Revised" License
3.27k stars 844 forks source link

boot2_generic_06b.S #1560

Closed myklemykle closed 3 weeks ago

myklemykle commented 7 months ago

Hi,

I have a boot2 driver that supports the Winbond W25Q128JW, and potentially other flash chips that do not support Continuous Read mode but do support Quad Fast Read (6B) commands. This gives a major performance boost over the generic read command (3H) implemented in boot2_generic_03h, which is the only driver in the distro that doesn't require Continuous Read.

Can I submit a PR?

Thanks, -mykle-

kilograham commented 2 months ago

sure

kilograham commented 3 weeks ago

closing awaiting PR