mirror of
https://github.com/espressif/openthread.git
synced 2026-08-12 05:37:46 +00:00
Add support for TI CCS. (#1731)
This commit is contained in:
@@ -87,7 +87,7 @@ extern "C" {
|
||||
|
||||
// =========== TOOLCHAIN SELECTION : START ===========
|
||||
|
||||
#if defined(__GNUC__) || defined(__clang__) || defined(__CC_ARM)
|
||||
#if defined(__GNUC__) || defined(__clang__) || defined(__CC_ARM) || defined(__TI_ARM__)
|
||||
|
||||
// https://gcc.gnu.org/onlinedocs/gcc/Common-Variable-Attributes.html
|
||||
// http://www.keil.com/support/man/docs/armcc/armcc_chr1359124973480.htm
|
||||
|
||||
Reference in New Issue
Block a user