diff options
author | William Toohey <wtoohey@tritium.com.au> | 2022-01-27 12:45:57 +1000 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2022-02-02 16:45:05 +0200 |
commit | b4d9b2551c32288754a3008d14895c6fe53f48e2 (patch) | |
tree | 0e13c8818bbd8e368ca01069154b8482a047a833 /docs/markdown/snippets | |
parent | 316cf3a717744bd849a04de4a1625c06779f90a9 (diff) | |
download | meson-b4d9b2551c32288754a3008d14895c6fe53f48e2.zip meson-b4d9b2551c32288754a3008d14895c6fe53f48e2.tar.gz meson-b4d9b2551c32288754a3008d14895c6fe53f48e2.tar.bz2 |
Genericise TI compiler and add MSP430 support
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r-- | docs/markdown/snippets/ti_compilers.md | 8 |
1 files changed, 8 insertions, 0 deletions
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`. |