diff options
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`. |