Merge remote-tracking branch 'origin/master' into staging-next

This commit is contained in:
K900 2025-04-06 11:20:16 +03:00
commit 05bc93a58a
152 changed files with 828 additions and 1064 deletions

View file

@ -215,6 +215,10 @@ rec {
config = "arm-none-eabi";
libc = "newlib";
};
arm-embedded-nano = {
config = "arm-none-eabi";
libc = "newlib-nano";
};
armhf-embedded = {
config = "arm-none-eabihf";
libc = "newlib";