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
@@ -109,6 +109,7 @@ rec {
alpha = { bits = 64; significantByte = littleEndian; family = "alpha"; };
msp430 = { bits = 16; significantByte = littleEndian; family = "msp430"; };
avr = { bits = 8; family = "avr"; };
};