From b4d9b2551c32288754a3008d14895c6fe53f48e2 Mon Sep 17 00:00:00 2001 From: William Toohey Date: Thu, 27 Jan 2022 12:45:57 +1000 Subject: Genericise TI compiler and add MSP430 support --- docs/markdown/snippets/ti_compilers.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/markdown/snippets/ti_compilers.md (limited to 'docs/markdown/snippets') diff --git a/docs/markdown/snippets/ti_compilers.md b/docs/markdown/snippets/ti_compilers.md new file mode 100644 index 0000000..7683331 --- /dev/null +++ b/docs/markdown/snippets/ti_compilers.md @@ -0,0 +1,8 @@ +## Added support for Texas Instruments MSP430 and ARM compilers + +Meson now supports the TI [MSP430](https://www.ti.com/tool/MSP-CGT) and +[ARM](https://www.ti.com/tool/ARM-CGT) toolchains. The compiler and linker are +identified as `ti` and `ti-ar`, respectively. To maintain backwards +compatibility with existing build definitions, the [C2000 +toolchain](https://www.ti.com/tool/C2000-CGT) is still identified as `c2000` and +`ar2000`. -- cgit v1.1