Merge pull request #1432 from ArdaFu/master

[BSP] TM4C129X: Modify rtconfig.py to support compile from IAR-SCONS
This commit is contained in:
Bernard Xiong
2018-05-16 10:27:23 +08:00
committed by GitHub
6 changed files with 4361 additions and 4035 deletions

View File

@@ -20,7 +20,10 @@ struct timeval {
};
#endif /* _TIMEVAL_DEFINED */
#if defined ( __ICCARM__ ) && (__VER__ >= 8011002)
/*
* Skip define timespec for IAR version over 8.10.1 where __VER__ is 8010001.
*/
#if defined ( __ICCARM__ ) && (__VER__ >= 8010001)
#define _TIMESPEC_DEFINED
#endif