Skip to content
Snippets Groups Projects
Commit f192490b authored by Craig Duffy's avatar Craig Duffy
Browse files

Update Makefile

parent b1d81a39
No related branches found
No related tags found
No related merge requests found
# name of executable - change this to change the executables name # name of executable - change this to change the executables name
ELF=demo.elf ELF=demo.elf
...@@ -22,10 +21,6 @@ BSP_BL-L475 = ../../Drivers/BSP/B-L475E-IOT01 ...@@ -22,10 +21,6 @@ BSP_BL-L475 = ../../Drivers/BSP/B-L475E-IOT01
CMSIS = ../../Drivers/CMSIS/Core CMSIS = ../../Drivers/CMSIS/Core
DEVICE = ../../Drivers/CMSIS/Device/ST/STM32L4xx/Include DEVICE = ../../Drivers/CMSIS/Device/ST/STM32L4xx/Include
Common_BSP = ../../Drivers/BSP/Components/Common Common_BSP = ../../Drivers/BSP/Components/Common
#HTS221 = ../../../../../Drivers/BSP/Components/hts221
#LPS22HB = ../../../../../Drivers/BSP/Components/lps22hb
#LIS3MDL = ../../../../../Drivers/BSP/Components/lis3mdl
#LSM6DSL = ../../../../../Drivers/BSP/Components/lsm6dsl
APP = . APP = .
# Tools # Tools
...@@ -101,7 +96,7 @@ clean: ...@@ -101,7 +96,7 @@ clean:
rm -f $(OBJS) $(OBJS:.o=.d) $(ELF) $(ELF).hx $(ELF).flash rm -f $(OBJS) $(OBJS:.o=.d) $(ELF) $(ELF).hx $(ELF).flash
debug: $(ELF) debug: $(ELF)
arm-none-eabi-gdb $(ELF) multiarch-gdb $(ELF)
# pull in dependencies # pull in dependencies
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment