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
scripts: list_boards: add fast path for --board flag
Speed up the execution time of find_v2_boards() if the board name is
already known and avoid call to rglob. This change both reduces memory
used and also IO activity on the file system.
On my machine I see the execution time drop from ~1.6 seconds to ~0.5
seconds. When sysbuild is enabled, the time savings are doubled.
Signed-off-by: Guðni Már Gilbert <[email protected]>
0 commit comments