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
avrxmega3: fix build support for tiny devices with less than 16kiB of flash
tinyAVR devices of family 0, 1, and 2 with less than 16kiB of memory
are tested for in the configure, but no runtime support is built.
The original commit forgot to add these to gen-avr-lib-tree.sh.
Fixes: 960a359 ("Add avrxmega3 devices")
Signed-off-by: Torsten Duwe <[email protected]>
0 commit comments