兼容mkd与iar下printf 重定向

This commit is contained in:
魔罗技术 2020-07-11 12:42:11 +08:00
parent d184522523
commit f3d3232d25
5 changed files with 774 additions and 763 deletions

File diff suppressed because it is too large Load Diff

View File

@ -60,16 +60,16 @@
<option>
<name>GRuntimeLibSelect</name>
<version>0</version>
<state>1</state>
<state>2</state>
</option>
<option>
<name>GRuntimeLibSelectSlave</name>
<version>0</version>
<state>1</state>
<state>2</state>
</option>
<option>
<name>RTDescription</name>
<state>Use the normal configuration of the C/C++ runtime library. No locale interface, C locale, no file descriptor support, no multibytes in printf and scanf, and no hex floats in strtod.</state>
<state>Use the full configuration of the C/C++ runtime library. Full locale interface, C locale, file descriptor support, multibytes in printf and scanf, and hex floats in strtod.</state>
</option>
<option>
<name>OGProductVersion</name>
@ -123,7 +123,7 @@
</option>
<option>
<name>RTConfigPath2</name>
<state>$TOOLKIT_DIR$\INC\c\DLib_Config_Normal.h</state>
<state>$TOOLKIT_DIR$\INC\c\DLib_Config_Full.h</state>
</option>
<option>
<name>GBECoreSlave</name>
@ -612,7 +612,7 @@
</option>
<option>
<name>OOCOutputFile</name>
<state></state>
<state>codebrick.srec</state>
</option>
<option>
<name>OOCCommandLineProducer</name>

View File

@ -10,7 +10,7 @@ I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cmInstr.h)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cmFunc.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cm4_simd.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\STM32F4xx\Include\system_stm32f4xx.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\user\stm32f4xx_conf.h)(0x5F007B46)
I (G:\Design\workspace\develop\gitee\CodeBrick\user\stm32f4xx_conf.h)(0x5F093A5A)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_exti.h)(0x5F007B45)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_flash.h)(0x5F007B45)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_gpio.h)(0x5F007B45)
@ -24,7 +24,7 @@ I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\in
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_usart.h)(0x5F007B45)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\misc.h)(0x5F007B45)
I (D:\Keil\ARM\ARMCC\include\string.h)(0x51C7B744)
F (..\driver\src\tty.c)(0x5F007B43)(-c --cpu Cortex-M4.fp -D__MICROLIB -g -O3 --apcs=interwork -I..\driver\inc -I..\framework -I..\lib\CMSIS\Include -I..\lib\CMSIS\STM32F4xx\Include -I..\user -I..\user\module -I..\lib\STM32F4xx_StdPeriph_Driver\inc --c99; -I D:\Keil\ARM\RV31\INC -I D:\Keil\ARM\CMSIS\Include -I D:\Keil\ARM\Inc\ST\STM32F4xx -DSTM32F4XX -DUSE_STDPERIPH_DRIVER -DSTM32F40XX -o .\obj\tty.o --omf_browse .\obj\tty.crf --depend .\obj\tty.d)
F (..\driver\src\tty.c)(0x5F094057)(-c --cpu Cortex-M4.fp -D__MICROLIB -g -O3 --apcs=interwork -I..\driver\inc -I..\framework -I..\lib\CMSIS\Include -I..\lib\CMSIS\STM32F4xx\Include -I..\user -I..\user\module -I..\lib\STM32F4xx_StdPeriph_Driver\inc --c99; -I D:\Keil\ARM\RV31\INC -I D:\Keil\ARM\CMSIS\Include -I D:\Keil\ARM\Inc\ST\STM32F4xx -DSTM32F4XX -DUSE_STDPERIPH_DRIVER -DSTM32F40XX -o .\obj\tty.o --omf_browse .\obj\tty.crf --depend .\obj\tty.d)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\STM32F4xx\Include\stm32f4xx.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cm4.h)(0x5F007B44)
I (D:\Keil\ARM\ARMCC\include\stdint.h)(0x51C7B744)
@ -32,7 +32,7 @@ I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cmInstr.h)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cmFunc.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cm4_simd.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\STM32F4xx\Include\system_stm32f4xx.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\user\stm32f4xx_conf.h)(0x5F007B46)
I (G:\Design\workspace\develop\gitee\CodeBrick\user\stm32f4xx_conf.h)(0x5F093A5A)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_exti.h)(0x5F007B45)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_flash.h)(0x5F007B45)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_gpio.h)(0x5F007B45)
@ -47,10 +47,10 @@ I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\in
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\misc.h)(0x5F007B45)
I (G:\Design\workspace\develop\gitee\CodeBrick\framework\ringbuffer.h)(0x5F007B43)
I (D:\Keil\ARM\ARMCC\include\stdbool.h)(0x51C7B744)
I (G:\Design\workspace\develop\gitee\CodeBrick\driver\inc\tty.h)(0x5F04887D)
I (G:\Design\workspace\develop\gitee\CodeBrick\driver\inc\tty.h)(0x5F092BA0)
I (G:\Design\workspace\develop\gitee\CodeBrick\user\public.h)(0x5F0488F6)
I (D:\Keil\ARM\ARMCC\include\string.h)(0x51C7B744)
F (..\framework\blink.c)(0x5F007B43)(-c --cpu Cortex-M4.fp -D__MICROLIB -g -O3 --apcs=interwork -I..\driver\inc -I..\framework -I..\lib\CMSIS\Include -I..\lib\CMSIS\STM32F4xx\Include -I..\user -I..\user\module -I..\lib\STM32F4xx_StdPeriph_Driver\inc --c99; -I D:\Keil\ARM\RV31\INC -I D:\Keil\ARM\CMSIS\Include -I D:\Keil\ARM\Inc\ST\STM32F4xx -DSTM32F4XX -DUSE_STDPERIPH_DRIVER -DSTM32F40XX -o .\obj\blink.o --omf_browse .\obj\blink.crf --depend .\obj\blink.d)
F (..\framework\blink.c)(0x5F094141)(-c --cpu Cortex-M4.fp -D__MICROLIB -g -O3 --apcs=interwork -I..\driver\inc -I..\framework -I..\lib\CMSIS\Include -I..\lib\CMSIS\STM32F4xx\Include -I..\user -I..\user\module -I..\lib\STM32F4xx_StdPeriph_Driver\inc --c99; -I D:\Keil\ARM\RV31\INC -I D:\Keil\ARM\CMSIS\Include -I D:\Keil\ARM\Inc\ST\STM32F4xx -DSTM32F4XX -DUSE_STDPERIPH_DRIVER -DSTM32F40XX -o .\obj\blink.o --omf_browse .\obj\blink.crf --depend .\obj\blink.d)
I (G:\Design\workspace\develop\gitee\CodeBrick\framework\module.h)(0x5F088840)
I (G:\Design\workspace\develop\gitee\CodeBrick\framework\comdef.h)(0x5F086E4D)
I (D:\Keil\ARM\ARMCC\include\stdbool.h)(0x51C7B744)
@ -77,7 +77,7 @@ I (G:\Design\workspace\develop\gitee\CodeBrick\framework\ringbuffer.h)(0x5F007B4
I (D:\Keil\ARM\ARMCC\include\stdbool.h)(0x51C7B744)
I (D:\Keil\ARM\ARMCC\include\string.h)(0x51C7B744)
I (D:\Keil\ARM\ARMCC\include\stddef.h)(0x51C7B744)
F (..\lib\CMSIS\STM32F4xx\Source\system_stm32f4xx.c)(0x5F007B45)(-c --cpu Cortex-M4.fp -D__MICROLIB -g -O3 --apcs=interwork -I..\driver\inc -I..\framework -I..\lib\CMSIS\Include -I..\lib\CMSIS\STM32F4xx\Include -I..\user -I..\user\module -I..\lib\STM32F4xx_StdPeriph_Driver\inc --c99; -I D:\Keil\ARM\RV31\INC -I D:\Keil\ARM\CMSIS\Include -I D:\Keil\ARM\Inc\ST\STM32F4xx -DSTM32F4XX -DUSE_STDPERIPH_DRIVER -DSTM32F40XX -o .\obj\system_stm32f4xx.o --omf_browse .\obj\system_stm32f4xx.crf --depend .\obj\system_stm32f4xx.d)
F (..\lib\CMSIS\STM32F4xx\Source\system_stm32f4xx.c)(0x5F093C3A)(-c --cpu Cortex-M4.fp -D__MICROLIB -g -O3 --apcs=interwork -I..\driver\inc -I..\framework -I..\lib\CMSIS\Include -I..\lib\CMSIS\STM32F4xx\Include -I..\user -I..\user\module -I..\lib\STM32F4xx_StdPeriph_Driver\inc --c99; -I D:\Keil\ARM\RV31\INC -I D:\Keil\ARM\CMSIS\Include -I D:\Keil\ARM\Inc\ST\STM32F4xx -DSTM32F4XX -DUSE_STDPERIPH_DRIVER -DSTM32F40XX -o .\obj\system_stm32f4xx.o --omf_browse .\obj\system_stm32f4xx.crf --depend .\obj\system_stm32f4xx.d)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\STM32F4xx\Include\stm32f4xx.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cm4.h)(0x5F007B44)
I (D:\Keil\ARM\ARMCC\include\stdint.h)(0x51C7B744)
@ -85,7 +85,7 @@ I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cmInstr.h)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cmFunc.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cm4_simd.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\STM32F4xx\Include\system_stm32f4xx.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\user\stm32f4xx_conf.h)(0x5F007B46)
I (G:\Design\workspace\develop\gitee\CodeBrick\user\stm32f4xx_conf.h)(0x5F093A5A)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_exti.h)(0x5F007B45)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_flash.h)(0x5F007B45)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_gpio.h)(0x5F007B45)
@ -107,7 +107,7 @@ I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cmInstr.h)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cmFunc.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cm4_simd.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\STM32F4xx\Include\system_stm32f4xx.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\user\stm32f4xx_conf.h)(0x5F007B46)
I (G:\Design\workspace\develop\gitee\CodeBrick\user\stm32f4xx_conf.h)(0x5F093A5A)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_exti.h)(0x5F007B45)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_flash.h)(0x5F007B45)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_gpio.h)(0x5F007B45)
@ -128,7 +128,7 @@ I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cmInstr.h)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cmFunc.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cm4_simd.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\STM32F4xx\Include\system_stm32f4xx.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\user\stm32f4xx_conf.h)(0x5F007B46)
I (G:\Design\workspace\develop\gitee\CodeBrick\user\stm32f4xx_conf.h)(0x5F093A5A)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_flash.h)(0x5F007B45)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_gpio.h)(0x5F007B45)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_iwdg.h)(0x5F007B45)
@ -149,7 +149,7 @@ I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cmInstr.h)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cmFunc.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cm4_simd.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\STM32F4xx\Include\system_stm32f4xx.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\user\stm32f4xx_conf.h)(0x5F007B46)
I (G:\Design\workspace\develop\gitee\CodeBrick\user\stm32f4xx_conf.h)(0x5F093A5A)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_exti.h)(0x5F007B45)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_gpio.h)(0x5F007B45)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_iwdg.h)(0x5F007B45)
@ -170,7 +170,7 @@ I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cmInstr.h)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cmFunc.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cm4_simd.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\STM32F4xx\Include\system_stm32f4xx.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\user\stm32f4xx_conf.h)(0x5F007B46)
I (G:\Design\workspace\develop\gitee\CodeBrick\user\stm32f4xx_conf.h)(0x5F093A5A)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_exti.h)(0x5F007B45)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_flash.h)(0x5F007B45)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_iwdg.h)(0x5F007B45)
@ -191,7 +191,7 @@ I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cmInstr.h)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cmFunc.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cm4_simd.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\STM32F4xx\Include\system_stm32f4xx.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\user\stm32f4xx_conf.h)(0x5F007B46)
I (G:\Design\workspace\develop\gitee\CodeBrick\user\stm32f4xx_conf.h)(0x5F093A5A)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_exti.h)(0x5F007B45)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_flash.h)(0x5F007B45)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_gpio.h)(0x5F007B45)
@ -212,7 +212,7 @@ I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cmInstr.h)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cmFunc.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cm4_simd.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\STM32F4xx\Include\system_stm32f4xx.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\user\stm32f4xx_conf.h)(0x5F007B46)
I (G:\Design\workspace\develop\gitee\CodeBrick\user\stm32f4xx_conf.h)(0x5F093A5A)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_exti.h)(0x5F007B45)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_flash.h)(0x5F007B45)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_gpio.h)(0x5F007B45)
@ -233,7 +233,7 @@ I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cmInstr.h)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cmFunc.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cm4_simd.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\STM32F4xx\Include\system_stm32f4xx.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\user\stm32f4xx_conf.h)(0x5F007B46)
I (G:\Design\workspace\develop\gitee\CodeBrick\user\stm32f4xx_conf.h)(0x5F093A5A)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_exti.h)(0x5F007B45)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_flash.h)(0x5F007B45)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_gpio.h)(0x5F007B45)
@ -254,7 +254,7 @@ I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cmInstr.h)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cmFunc.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cm4_simd.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\STM32F4xx\Include\system_stm32f4xx.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\user\stm32f4xx_conf.h)(0x5F007B46)
I (G:\Design\workspace\develop\gitee\CodeBrick\user\stm32f4xx_conf.h)(0x5F093A5A)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_exti.h)(0x5F007B45)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_flash.h)(0x5F007B45)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_gpio.h)(0x5F007B45)
@ -275,7 +275,7 @@ I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cmInstr.h)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cmFunc.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cm4_simd.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\STM32F4xx\Include\system_stm32f4xx.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\user\stm32f4xx_conf.h)(0x5F007B46)
I (G:\Design\workspace\develop\gitee\CodeBrick\user\stm32f4xx_conf.h)(0x5F093A5A)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_exti.h)(0x5F007B45)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_flash.h)(0x5F007B45)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_gpio.h)(0x5F007B45)
@ -296,7 +296,7 @@ I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cmInstr.h)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cmFunc.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cm4_simd.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\STM32F4xx\Include\system_stm32f4xx.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\user\stm32f4xx_conf.h)(0x5F007B46)
I (G:\Design\workspace\develop\gitee\CodeBrick\user\stm32f4xx_conf.h)(0x5F093A5A)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_exti.h)(0x5F007B45)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_flash.h)(0x5F007B45)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_gpio.h)(0x5F007B45)
@ -317,7 +317,7 @@ I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cmInstr.h)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cmFunc.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cm4_simd.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\STM32F4xx\Include\system_stm32f4xx.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\user\stm32f4xx_conf.h)(0x5F007B46)
I (G:\Design\workspace\develop\gitee\CodeBrick\user\stm32f4xx_conf.h)(0x5F093A5A)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_exti.h)(0x5F007B45)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_flash.h)(0x5F007B45)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_gpio.h)(0x5F007B45)
@ -338,7 +338,7 @@ I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cmInstr.h)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cmFunc.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cm4_simd.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\STM32F4xx\Include\system_stm32f4xx.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\user\stm32f4xx_conf.h)(0x5F007B46)
I (G:\Design\workspace\develop\gitee\CodeBrick\user\stm32f4xx_conf.h)(0x5F093A5A)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_exti.h)(0x5F007B45)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_flash.h)(0x5F007B45)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_gpio.h)(0x5F007B45)
@ -350,7 +350,7 @@ I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\in
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_syscfg.h)(0x5F007B45)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_tim.h)(0x5F007B45)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\misc.h)(0x5F007B45)
F (..\user\led.c)(0x5F05D2FC)(-c --cpu Cortex-M4.fp -D__MICROLIB -g -O3 --apcs=interwork -I..\driver\inc -I..\framework -I..\lib\CMSIS\Include -I..\lib\CMSIS\STM32F4xx\Include -I..\user -I..\user\module -I..\lib\STM32F4xx_StdPeriph_Driver\inc --c99; -I D:\Keil\ARM\RV31\INC -I D:\Keil\ARM\CMSIS\Include -I D:\Keil\ARM\Inc\ST\STM32F4xx -DSTM32F4XX -DUSE_STDPERIPH_DRIVER -DSTM32F40XX -o .\obj\led.o --omf_browse .\obj\led.crf --depend .\obj\led.d)
F (..\user\led.c)(0x5F094094)(-c --cpu Cortex-M4.fp -D__MICROLIB -g -O3 --apcs=interwork -I..\driver\inc -I..\framework -I..\lib\CMSIS\Include -I..\lib\CMSIS\STM32F4xx\Include -I..\user -I..\user\module -I..\lib\STM32F4xx_StdPeriph_Driver\inc --c99; -I D:\Keil\ARM\RV31\INC -I D:\Keil\ARM\CMSIS\Include -I D:\Keil\ARM\Inc\ST\STM32F4xx -DSTM32F4XX -DUSE_STDPERIPH_DRIVER -DSTM32F40XX -o .\obj\led.o --omf_browse .\obj\led.crf --depend .\obj\led.d)
I (G:\Design\workspace\develop\gitee\CodeBrick\framework\blink.h)(0x5F007B43)
I (G:\Design\workspace\develop\gitee\CodeBrick\framework\module.h)(0x5F088840)
I (G:\Design\workspace\develop\gitee\CodeBrick\framework\comdef.h)(0x5F086E4D)
@ -363,7 +363,7 @@ I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cmInstr.h)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cmFunc.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cm4_simd.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\STM32F4xx\Include\system_stm32f4xx.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\user\stm32f4xx_conf.h)(0x5F007B46)
I (G:\Design\workspace\develop\gitee\CodeBrick\user\stm32f4xx_conf.h)(0x5F093A5A)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_exti.h)(0x5F007B45)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_flash.h)(0x5F007B45)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_gpio.h)(0x5F007B45)
@ -377,12 +377,13 @@ I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\in
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_usart.h)(0x5F007B45)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\misc.h)(0x5F007B45)
I (G:\Design\workspace\develop\gitee\CodeBrick\user\led.h)(0x5F0489AA)
F (..\user\main.c)(0x5F05CDAD)(-c --cpu Cortex-M4.fp -D__MICROLIB -g -O3 --apcs=interwork -I..\driver\inc -I..\framework -I..\lib\CMSIS\Include -I..\lib\CMSIS\STM32F4xx\Include -I..\user -I..\user\module -I..\lib\STM32F4xx_StdPeriph_Driver\inc --c99; -I D:\Keil\ARM\RV31\INC -I D:\Keil\ARM\CMSIS\Include -I D:\Keil\ARM\Inc\ST\STM32F4xx -DSTM32F4XX -DUSE_STDPERIPH_DRIVER -DSTM32F40XX -o .\obj\main.o --omf_browse .\obj\main.crf --depend .\obj\main.d)
F (..\user\main.c)(0x5F092A6B)(-c --cpu Cortex-M4.fp -D__MICROLIB -g -O3 --apcs=interwork -I..\driver\inc -I..\framework -I..\lib\CMSIS\Include -I..\lib\CMSIS\STM32F4xx\Include -I..\user -I..\user\module -I..\lib\STM32F4xx_StdPeriph_Driver\inc --c99; -I D:\Keil\ARM\RV31\INC -I D:\Keil\ARM\CMSIS\Include -I D:\Keil\ARM\Inc\ST\STM32F4xx -DSTM32F4XX -DUSE_STDPERIPH_DRIVER -DSTM32F40XX -o .\obj\main.o --omf_browse .\obj\main.crf --depend .\obj\main.d)
I (G:\Design\workspace\develop\gitee\CodeBrick\user\config.h)(0x5F09415A)
I (G:\Design\workspace\develop\gitee\CodeBrick\framework\module.h)(0x5F088840)
I (G:\Design\workspace\develop\gitee\CodeBrick\framework\comdef.h)(0x5F086E4D)
I (D:\Keil\ARM\ARMCC\include\stdbool.h)(0x51C7B744)
I (D:\Keil\ARM\ARMCC\include\stdio.h)(0x51C7B744)
F (..\user\platform.c)(0x5F091F7F)(-c --cpu Cortex-M4.fp -D__MICROLIB -g -O3 --apcs=interwork -I..\driver\inc -I..\framework -I..\lib\CMSIS\Include -I..\lib\CMSIS\STM32F4xx\Include -I..\user -I..\user\module -I..\lib\STM32F4xx_StdPeriph_Driver\inc --c99; -I D:\Keil\ARM\RV31\INC -I D:\Keil\ARM\CMSIS\Include -I D:\Keil\ARM\Inc\ST\STM32F4xx -DSTM32F4XX -DUSE_STDPERIPH_DRIVER -DSTM32F40XX -o .\obj\platform.o --omf_browse .\obj\platform.crf --depend .\obj\platform.d)
F (..\user\platform.c)(0x5F094276)(-c --cpu Cortex-M4.fp -D__MICROLIB -g -O3 --apcs=interwork -I..\driver\inc -I..\framework -I..\lib\CMSIS\Include -I..\lib\CMSIS\STM32F4xx\Include -I..\user -I..\user\module -I..\lib\STM32F4xx_StdPeriph_Driver\inc --c99; -I D:\Keil\ARM\RV31\INC -I D:\Keil\ARM\CMSIS\Include -I D:\Keil\ARM\Inc\ST\STM32F4xx -DSTM32F4XX -DUSE_STDPERIPH_DRIVER -DSTM32F40XX -o .\obj\platform.o --omf_browse .\obj\platform.crf --depend .\obj\platform.d)
I (G:\Design\workspace\develop\gitee\CodeBrick\framework\module.h)(0x5F088840)
I (G:\Design\workspace\develop\gitee\CodeBrick\framework\comdef.h)(0x5F086E4D)
I (D:\Keil\ARM\ARMCC\include\stdbool.h)(0x51C7B744)
@ -394,7 +395,7 @@ I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cmInstr.h)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cmFunc.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cm4_simd.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\STM32F4xx\Include\system_stm32f4xx.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\user\stm32f4xx_conf.h)(0x5F007B46)
I (G:\Design\workspace\develop\gitee\CodeBrick\user\stm32f4xx_conf.h)(0x5F093A5A)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_exti.h)(0x5F007B45)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_flash.h)(0x5F007B45)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_gpio.h)(0x5F007B45)
@ -407,12 +408,13 @@ I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\in
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_tim.h)(0x5F007B45)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_usart.h)(0x5F007B45)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\misc.h)(0x5F007B45)
I (G:\Design\workspace\develop\gitee\CodeBrick\user\platform.h)(0x5F05D2FC)
I (G:\Design\workspace\develop\gitee\CodeBrick\user\config.h)(0x5F09415A)
I (G:\Design\workspace\develop\gitee\CodeBrick\user\platform.h)(0x5F093DD4)
I (D:\Keil\ARM\ARMCC\include\string.h)(0x51C7B744)
I (D:\Keil\ARM\ARMCC\include\stdio.h)(0x51C7B744)
I (D:\Keil\ARM\ARMCC\include\stdarg.h)(0x51C7B744)
I (G:\Design\workspace\develop\gitee\CodeBrick\driver\inc\tty.h)(0x5F04887D)
F (..\user\public.c)(0x5F049072)(-c --cpu Cortex-M4.fp -D__MICROLIB -g -O3 --apcs=interwork -I..\driver\inc -I..\framework -I..\lib\CMSIS\Include -I..\lib\CMSIS\STM32F4xx\Include -I..\user -I..\user\module -I..\lib\STM32F4xx_StdPeriph_Driver\inc --c99; -I D:\Keil\ARM\RV31\INC -I D:\Keil\ARM\CMSIS\Include -I D:\Keil\ARM\Inc\ST\STM32F4xx -DSTM32F4XX -DUSE_STDPERIPH_DRIVER -DSTM32F40XX -o .\obj\public.o --omf_browse .\obj\public.crf --depend .\obj\public.d)
I (G:\Design\workspace\develop\gitee\CodeBrick\driver\inc\tty.h)(0x5F092BA0)
F (..\user\public.c)(0x5F094094)(-c --cpu Cortex-M4.fp -D__MICROLIB -g -O3 --apcs=interwork -I..\driver\inc -I..\framework -I..\lib\CMSIS\Include -I..\lib\CMSIS\STM32F4xx\Include -I..\user -I..\user\module -I..\lib\STM32F4xx_StdPeriph_Driver\inc --c99; -I D:\Keil\ARM\RV31\INC -I D:\Keil\ARM\CMSIS\Include -I D:\Keil\ARM\Inc\ST\STM32F4xx -DSTM32F4XX -DUSE_STDPERIPH_DRIVER -DSTM32F40XX -o .\obj\public.o --omf_browse .\obj\public.crf --depend .\obj\public.d)
I (G:\Design\workspace\develop\gitee\CodeBrick\user\public.h)(0x5F0488F6)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\STM32F4xx\Include\stm32f4xx.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cm4.h)(0x5F007B44)
@ -421,7 +423,7 @@ I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cmInstr.h)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cmFunc.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cm4_simd.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\STM32F4xx\Include\system_stm32f4xx.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\user\stm32f4xx_conf.h)(0x5F007B46)
I (G:\Design\workspace\develop\gitee\CodeBrick\user\stm32f4xx_conf.h)(0x5F093A5A)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_exti.h)(0x5F007B45)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_flash.h)(0x5F007B45)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_gpio.h)(0x5F007B45)
@ -446,7 +448,7 @@ I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cmInstr.h)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cmFunc.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cm4_simd.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\STM32F4xx\Include\system_stm32f4xx.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\user\stm32f4xx_conf.h)(0x5F007B46)
I (G:\Design\workspace\develop\gitee\CodeBrick\user\stm32f4xx_conf.h)(0x5F093A5A)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_exti.h)(0x5F007B45)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_flash.h)(0x5F007B45)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_gpio.h)(0x5F007B45)
@ -473,7 +475,7 @@ I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cmInstr.h)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cmFunc.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\Include\core_cm4_simd.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\CMSIS\STM32F4xx\Include\system_stm32f4xx.h)(0x5F007B44)
I (G:\Design\workspace\develop\gitee\CodeBrick\user\stm32f4xx_conf.h)(0x5F007B46)
I (G:\Design\workspace\develop\gitee\CodeBrick\user\stm32f4xx_conf.h)(0x5F093A5A)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_exti.h)(0x5F007B45)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_flash.h)(0x5F007B45)
I (G:\Design\workspace\develop\gitee\CodeBrick\lib\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_gpio.h)(0x5F007B45)

View File

@ -14,4 +14,4 @@
#define SW_VER "1.00" //<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><E6B1BE>
#endif
#endif

View File

@ -28,7 +28,7 @@ void SysTick_Handler(void)
/*
* @brief <EFBFBD>ض<EFBFBD><EFBFBD><EFBFBD>printf
*/
int putchar(int c)
int fputc(int c, FILE *f)
{
unsigned char byte = c;
tty.write(&byte, 1);