summaryrefslogtreecommitdiff
path: root/samples/msp430-unknown-elf
AgeCommit message (Collapse)AuthorFilesLines
2019-01-29Run the samples through `ct-ng update-samples`Alexey Neyman1-0/+1
- Pin sparc-leon-linux-gnu to GCC6, again. - Remove "brokenness" explanation from moxie-elf comment (was only applicable to stage-2 compiler, not final). Signed-off-by: Alexey Neyman <stilor@att.net>
2018-02-15Backport GCC fix for partial int modesAlexey Neyman2-3/+1
... from trunk to GCC7/GCC6/GCC5. Fixes #742. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-07-08Kconfigize choice/menu itemsAlexey Neyman1-3/+3
Also, add a poor man's upgrade script. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-06-10Declare msp430 experimentalAlexey Neyman2-1/+4
... as GCC5 and later ICEs over inocuous code. See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79242 Signed-off-by: Alexey Neyman <stilor@att.net>
2017-06-02Added a sample of the MSP430 architecture and removed config.subAndrew Wygle2-0/+5
override from msp430.sh Signed-off-by: Andrew Wygle <awygle@gmail.com>