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
+1
View File
@@ -20,6 +20,7 @@ rec {
isRiscV = { cpu = { family = "riscv"; }; };
isSparc = { cpu = { family = "sparc"; }; };
isWasm = { cpu = { family = "wasm"; }; };
isMsp430 = { cpu = { family = "msp430"; }; };
isAvr = { cpu = { family = "avr"; }; };
isAlpha = { cpu = { family = "alpha"; }; };