systems: support TI MSP430 microcontrollers

This commit is contained in:
Aaron Lindsay
2019-03-25 20:33:58 -07:00
parent a620334527
commit 1eca945e94
5 changed files with 9 additions and 0 deletions
+5
View File
@@ -102,6 +102,11 @@ rec {
riscv64 = riscv "64";
riscv32 = riscv "32";
msp430 = {
config = "msp430-elf";
libc = "newlib";
};
avr = {
config = "avr";
};