update file list gitignore
This commit is contained in:
parent
d858fd0c68
commit
75814786ba
|
@ -60,6 +60,18 @@
|
|||
*.su
|
||||
*.idb
|
||||
*.pdb
|
||||
*.dbgconf
|
||||
*.uvguix.lenovo
|
||||
*.uvoptx
|
||||
*.uvprojx
|
||||
*.build_log.htm
|
||||
*.htm
|
||||
*.map
|
||||
*.lnp
|
||||
*.sct
|
||||
*.crf
|
||||
*.lst
|
||||
|
||||
|
||||
# Kernel Module Compile Results
|
||||
*.mod*
|
||||
|
|
|
@ -417,6 +417,16 @@
|
|||
<type>1</type>
|
||||
<locationURI>copy_PARENT/Core/Src/dma.c</locationURI>
|
||||
</link>
|
||||
<link>
|
||||
<name>Application/User/Core/example_multiple_service_usage.c</name>
|
||||
<type>1</type>
|
||||
<locationURI>PARENT-1-PROJECT_LOC/Core/Src/example_multiple_service_usage.c</locationURI>
|
||||
</link>
|
||||
<link>
|
||||
<name>Application/User/Core/example_service_sparse.c</name>
|
||||
<type>1</type>
|
||||
<locationURI>PARENT-1-PROJECT_LOC/Core/Src/example_service_sparse.c</locationURI>
|
||||
</link>
|
||||
<link>
|
||||
<name>Application/User/Core/flash_if.c</name>
|
||||
<type>1</type>
|
||||
|
|
|
@ -5,9 +5,14 @@
|
|||
"./Application/User/Core/adc_if.o"
|
||||
"./Application/User/Core/cmox_low_level.o"
|
||||
"./Application/User/Core/dma.o"
|
||||
"./Application/User/Core/example_service_sparse.o"
|
||||
"./Application/User/Core/flash_if.o"
|
||||
"./Application/User/Core/gpio.o"
|
||||
"./Application/User/Core/main.o"
|
||||
"./Application/User/Core/ref_app_parking.o"
|
||||
"./Application/User/Core/ref_app_smart_presence.o"
|
||||
"./Application/User/Core/ref_app_tank_level.o"
|
||||
"./Application/User/Core/ref_app_wave_to_exit.o"
|
||||
"./Application/User/Core/rtc.o"
|
||||
"./Application/User/Core/spi.o"
|
||||
"./Application/User/Core/stm32_lpm_if.o"
|
||||
|
|
Reference in New Issue