arm/rp2040,rp2350: Allow configuring XOSC startup delay, and set similarly to pico-sdk #15598
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
On some boards, the 1ms startup delay for the XOSC isn't sufficient, and NuttX can fail to start. (Depending on how the board was was reset.) To fix this, the delay has to be increased of affected boards, so this adds a configuration in
board.h
.raspberrypi/pico-sdk#457 changed this in pico-sdk, and talks a bit about why this is needed.
Impact
For the Adafruit RP2040 boards and the Seeed XIAO, affected boards should now boot properly. At the cost of about 64ms delay on start.
Behavior should be entirely unchanged on other boards.
Testing
adafruit-feather-rp2040:usbnsh
works on my unit before and after this change; so the one I have isn't affected, or it's very intermittent