mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-15 20:08:12 +00:00
[Kernel] Add ARMCC 6.x support.
This commit is contained in:
@@ -37,7 +37,11 @@
|
||||
#include "dfs_posix.h"
|
||||
#endif
|
||||
|
||||
#ifdef __CLANG_ARM
|
||||
__asm(".global __use_no_semihosting\n\t");
|
||||
#else
|
||||
#pragma import(__use_no_semihosting_swi)
|
||||
#endif
|
||||
|
||||
/* Standard IO device handles. */
|
||||
#define STDIN 0
|
||||
|
||||
Reference in New Issue
Block a user