Skip to content

Commit

Permalink
gitignore updated for compiled files
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjuruk committed Jan 4, 2021
1 parent 291021f commit dd845fb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,11 @@
*.idb
*.pdb

# Visual Studio files
.vs/

# Kernel Module Compile Results
/Project/Obj/
*.mod*
*.cmd
.tmp_versions/
Expand Down
11 changes: 6 additions & 5 deletions Project/List/STM32F10x.lst
Original file line number Diff line number Diff line change
Expand Up @@ -444,10 +444,11 @@ ARM Macro Assembler Page 7
00000400
00000400
00000000
Command Line: --debug --xref --cpu=Cortex-M3 --apcs=interwork --depend=.\Obj\ST
M32F10x.d -o.\Obj\STM32F10x.o -I"D:\Program Files\KEIL\ARM\INC" -I"D:\Program F
iles\KEIL\ARM\INC\ST\STM32F10x" --predefine="__RTX SETA 1" --list=.\List\STM32F
10x.lst ..\Source\STM32F10x.s
Command Line: --debug --xref --diag_suppress=9931 --cpu=Cortex-M3 --apcs=interw
ork --depend=.\obj\stm32f10x.d -o.\obj\stm32f10x.o -IC:\Keil_v5\ARM\RV31\INC -I
C:\Keil_v5\ARM\CMSIS\Include -IC:\Keil_v5\ARM\Inc\ST\STM32F10x --predefine="__R
TX SETA 1" --predefine="__UVISION_VERSION SETA 523" --list=.\list\stm32f10x.lst
..\Source\STM32F10x.s



Expand Down Expand Up @@ -1147,4 +1148,4 @@ Symbol: __use_two_region_memory
None
Comment: __use_two_region_memory unused
2 symbols
398 symbols in table
405 symbols in table

0 comments on commit dd845fb

Please sign in to comment.