1 Star 0 Fork 1

Dragon/stm32纯汇编实现各种模块底层

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
jpstm32-asm-project_jpstm32-asm-project.dep 2.26 KB
一键复制 编辑 原始数据 按行查看 历史
Dragon 提交于 2022-02-07 01:19 +08:00 . 完成
Dependencies for Project 'jpstm32-asm-project', Target 'jpstm32-asm-project': (DO NOT MODIFY !)
F (.\codes\init.s)(0x5487F577)(--cpu Cortex-M3 -g --apcs=interwork -I.\codes -I C:\Keil\ARM\RV31\INC -I C:\Keil\ARM\CMSIS\Include -I C:\Keil\ARM\Inc\ST\STM32F10x --list ".\list\init.lst" --xref -o ".\obj\init.o" --depend ".\obj\init.d")
F (.\codes\led.s)(0x5480161A)(--cpu Cortex-M3 -g --apcs=interwork -I.\codes -I C:\Keil\ARM\RV31\INC -I C:\Keil\ARM\CMSIS\Include -I C:\Keil\ARM\Inc\ST\STM32F10x --list ".\list\led.lst" --xref -o ".\obj\led.o" --depend ".\obj\led.d")
F (.\codes\common.s)(0x54864D3E)(--cpu Cortex-M3 -g --apcs=interwork -I.\codes -I C:\Keil\ARM\RV31\INC -I C:\Keil\ARM\CMSIS\Include -I C:\Keil\ARM\Inc\ST\STM32F10x --list ".\list\common.lst" --xref -o ".\obj\common.o" --depend ".\obj\common.d")
F (.\codes\key.s)(0x54851C8D)(--cpu Cortex-M3 -g --apcs=interwork -I.\codes -I C:\Keil\ARM\RV31\INC -I C:\Keil\ARM\CMSIS\Include -I C:\Keil\ARM\Inc\ST\STM32F10x --list ".\list\key.lst" --xref -o ".\obj\key.o" --depend ".\obj\key.d")
F (.\codes\usart.s)(0x5485B272)(--cpu Cortex-M3 -g --apcs=interwork -I.\codes -I C:\Keil\ARM\RV31\INC -I C:\Keil\ARM\CMSIS\Include -I C:\Keil\ARM\Inc\ST\STM32F10x --list ".\list\usart.lst" --xref -o ".\obj\usart.o" --depend ".\obj\usart.d")
F (.\codes\tftlcd.s)(0x54880929)(--cpu Cortex-M3 -g --apcs=interwork -I.\codes -I C:\Keil\ARM\RV31\INC -I C:\Keil\ARM\CMSIS\Include -I C:\Keil\ARM\Inc\ST\STM32F10x --list ".\list\tftlcd.lst" --xref -o ".\obj\tftlcd.o" --depend ".\obj\tftlcd.d")
F (.\codes\map.s)(0x5487B5E5)(--cpu Cortex-M3 -g --apcs=interwork -I.\codes -I C:\Keil\ARM\RV31\INC -I C:\Keil\ARM\CMSIS\Include -I C:\Keil\ARM\Inc\ST\STM32F10x --list ".\list\map.lst" --xref -o ".\obj\map.o" --depend ".\obj\map.d")
F (.\codes\main.c)(0x548160C1)(-c --cpu Cortex-M3 -g -O0 --apcs=interwork -I C:\Keil\ARM\RV31\INC -I C:\Keil\ARM\CMSIS\Include -I C:\Keil\ARM\Inc\ST\STM32F10x -o ".\obj\main.o" --omf_browse ".\obj\main.crf" --depend ".\obj\main.d")
F (.\codes\font.s)(0x5487E6ED)(--cpu Cortex-M3 -g --apcs=interwork -I.\codes -I C:\Keil\ARM\RV31\INC -I C:\Keil\ARM\CMSIS\Include -I C:\Keil\ARM\Inc\ST\STM32F10x --list ".\list\font.lst" --xref -o ".\obj\font.o" --depend ".\obj\font.d")
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dragonlalala/stm32_assembly_modules.git
git@gitee.com:dragonlalala/stm32_assembly_modules.git
dragonlalala
stm32_assembly_modules
stm32纯汇编实现各种模块底层
master

搜索帮助