迁移至 Arm Compiler 6

This commit is contained in:
2025-02-13 23:22:16 +08:00
parent 51ece5388b
commit ce5689342e
27 changed files with 9116 additions and 1072 deletions

View File

@@ -222,12 +222,13 @@ void cpy4byte(uint32_t *dst,uint32_t *src,int num_4byte)
#pragma import(__use_no_semihosting)
// #pragma import(__use_no_semihosting)
struct __FILE
{
int handle;
};
// struct __FILE
// {
// int handle;
// };
__asm(".global __use_no_semihosting\n\t");
FILE __stdout;