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
The GCC string "Known MCU names:" was not found for non-English locale
The output of avr-gcc -Wa,-mlist-devices --target-help is parsed to find
the names of the supported MCU's. And we were relying on finding the
string "Known MCU names:". That does work anymore since it is sometines
translated. So now we simply look for lines starting with " at" of " avr".
0 commit comments