aboutsummaryrefslogtreecommitdiff
path: root/lib/systems/parse.nix
diff options
context:
space:
mode:
authorAaron Lindsay <aerialx@users.noreply.github.com>2019-03-25 19:17:37 -0700
committerAaron Lindsay <aerialx@users.noreply.github.com>2019-03-25 20:33:58 -0700
commit1eca945e948f89cf8baf0bfc6f91c303985fefbf (patch)
tree9d47953d942fc4ede9a6585a08f6e392d2f79dd2 /lib/systems/parse.nix
parenta62033452796e7e0565450cf7733b748b008c8d7 (diff)
systems: support TI MSP430 microcontrollers
Diffstat (limited to 'lib/systems/parse.nix')
-rw-r--r--lib/systems/parse.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/systems/parse.nix b/lib/systems/parse.nix
index fab50bc0ebd7..8cc7d3ae271f 100644
--- a/lib/systems/parse.nix
+++ b/lib/systems/parse.nix
@@ -109,6 +109,7 @@ rec {
alpha = { bits = 64; significantByte = littleEndian; family = "alpha"; };
+ msp430 = { bits = 16; significantByte = littleEndian; family = "msp430"; };
avr = { bits = 8; family = "avr"; };
};