You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
boards: arduino: fix long startup time with WIFI enabled
The default SDHC 'power-delay-ms' is 500 ms, which is unnecessarily long
and causes the boot time to increase by over 5 seconds on H7 boards with
the Murata Wi-Fi card (GIGA R1, Nicla Vision, Portenta H7).
Shortening this delay to 50 ms greatly improves boot time while keeping
compatibility with the controller spec.
Signed-off-by: Luca Burelli <[email protected]>
0 commit comments