aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/ti_compilers.md
blob: 76833313a330e1e033b9214199d9d5641e7e9f78 (plain)
1
2
3
4
5
6
7
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`.