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
fix(cli): flag unmapped DMA identifiers, shrink dmaopt claim strings
dmaGetIdentifier() returning DMA_NONE means a reqmap table entry points
at a stream missing from dmaDescriptors[]. It read identically to the
benign OWNER_FREE case. Adds a distinct DMA MAP ERROR line for it.
Collapses the two CLAIMED BY message branches into one shared format
string, cutting duplicate string literals from flash.
Closes#1388.
0 commit comments