Family: MSP430 - kbonset/RIOT GitHub Wiki
MSPGCC
We recommend to use the MSPGCC toolchain
MSPDebug
For flashing and debugging MSPDebug is useful tool.
Data Type Sizes
sizeof(short): 2
sizeof(int): 2
sizeof(long): 4
sizeof(long long): 8
sizeof(float): 4
sizeof(double): 4