summaryrefslogtreecommitdiff
path: root/config/arch/msp430.in
Commit message (Collapse)AuthorAgeFilesLines
* Make comp.libs use generated templates, tooAlexey Neyman2017-11-291-0/+1
| | | | | | | | This allows us to include the component-to-package relation in the generated kconfig files and make use of that information in the show-config.sh script. Signed-off-by: Alexey Neyman <stilor@att.net>
* Declare msp430 experimentalAlexey Neyman2017-06-101-0/+1
| | | | | | | ... 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>
* Added MSP430 architecture support.Andrew Wygle2017-06-021-0/+8
Signed-off-by: Andrew Wygle <awygle@gmail.com>