Skip to content

Commit

Permalink
fix(Examples): Update msdk examples to use PREFIX for toolchain utili…
Browse files Browse the repository at this point in the history
…ty (#1088)

Co-authored-by: Jake Carter <jhcarter.co@gmail.com>
  • Loading branch information
kmccalluADI and Jake-Carter authored Jul 26, 2024
1 parent b47c56e commit 7ccf20d
Show file tree
Hide file tree
Showing 788 changed files with 795 additions and 794 deletions.
2 changes: 1 addition & 1 deletion Examples/MAX32520/AES/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ endif

all:
# Extend the functionality of the "all" recipe here
arm-none-eabi-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf
$(PREFIX)-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf

libclean:
$(MAKE) -f ${PERIPH_DRIVER_DIR}/periphdriver.mk clean.periph
Expand Down
2 changes: 1 addition & 1 deletion Examples/MAX32520/ARM-DSP/arm_bayes_example/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ endif

all:
# Extend the functionality of the "all" recipe here
arm-none-eabi-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf
$(PREFIX)-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf

libclean:
$(MAKE) -f ${PERIPH_DRIVER_DIR}/periphdriver.mk clean.periph
Expand Down
2 changes: 1 addition & 1 deletion Examples/MAX32520/ARM-DSP/arm_class_marks_example/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ endif

all:
# Extend the functionality of the "all" recipe here
arm-none-eabi-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf
$(PREFIX)-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf

libclean:
$(MAKE) -f ${PERIPH_DRIVER_DIR}/periphdriver.mk clean.periph
Expand Down
2 changes: 1 addition & 1 deletion Examples/MAX32520/ARM-DSP/arm_convolution_example/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ endif

all:
# Extend the functionality of the "all" recipe here
arm-none-eabi-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf
$(PREFIX)-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf

libclean:
$(MAKE) -f ${PERIPH_DRIVER_DIR}/periphdriver.mk clean.periph
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ endif

all:
# Extend the functionality of the "all" recipe here
arm-none-eabi-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf
$(PREFIX)-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf

libclean:
$(MAKE) -f ${PERIPH_DRIVER_DIR}/periphdriver.mk clean.periph
Expand Down
2 changes: 1 addition & 1 deletion Examples/MAX32520/ARM-DSP/arm_fft_bin_example/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ endif

all:
# Extend the functionality of the "all" recipe here
arm-none-eabi-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf
$(PREFIX)-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf

libclean:
$(MAKE) -f ${PERIPH_DRIVER_DIR}/periphdriver.mk clean.periph
Expand Down
2 changes: 1 addition & 1 deletion Examples/MAX32520/ARM-DSP/arm_fir_example/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ endif

all:
# Extend the functionality of the "all" recipe here
arm-none-eabi-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf
$(PREFIX)-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf

libclean:
$(MAKE) -f ${PERIPH_DRIVER_DIR}/periphdriver.mk clean.periph
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ endif

all:
# Extend the functionality of the "all" recipe here
arm-none-eabi-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf
$(PREFIX)-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf

libclean:
$(MAKE) -f ${PERIPH_DRIVER_DIR}/periphdriver.mk clean.periph
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ endif

all:
# Extend the functionality of the "all" recipe here
arm-none-eabi-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf
$(PREFIX)-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf

libclean:
$(MAKE) -f ${PERIPH_DRIVER_DIR}/periphdriver.mk clean.periph
Expand Down
2 changes: 1 addition & 1 deletion Examples/MAX32520/ARM-DSP/arm_matrix_example/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ endif

all:
# Extend the functionality of the "all" recipe here
arm-none-eabi-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf
$(PREFIX)-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf

libclean:
$(MAKE) -f ${PERIPH_DRIVER_DIR}/periphdriver.mk clean.periph
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ endif

all:
# Extend the functionality of the "all" recipe here
arm-none-eabi-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf
$(PREFIX)-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf

libclean:
$(MAKE) -f ${PERIPH_DRIVER_DIR}/periphdriver.mk clean.periph
Expand Down
2 changes: 1 addition & 1 deletion Examples/MAX32520/ARM-DSP/arm_sin_cos_example/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ endif

all:
# Extend the functionality of the "all" recipe here
arm-none-eabi-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf
$(PREFIX)-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf

libclean:
$(MAKE) -f ${PERIPH_DRIVER_DIR}/periphdriver.mk clean.periph
Expand Down
2 changes: 1 addition & 1 deletion Examples/MAX32520/ARM-DSP/arm_svm_example/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ endif

all:
# Extend the functionality of the "all" recipe here
arm-none-eabi-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf
$(PREFIX)-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf

libclean:
$(MAKE) -f ${PERIPH_DRIVER_DIR}/periphdriver.mk clean.periph
Expand Down
2 changes: 1 addition & 1 deletion Examples/MAX32520/ARM-DSP/arm_variance_example/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ endif

all:
# Extend the functionality of the "all" recipe here
arm-none-eabi-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf
$(PREFIX)-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf

libclean:
$(MAKE) -f ${PERIPH_DRIVER_DIR}/periphdriver.mk clean.periph
Expand Down
2 changes: 1 addition & 1 deletion Examples/MAX32520/CRC/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ endif

all:
# Extend the functionality of the "all" recipe here
arm-none-eabi-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf
$(PREFIX)-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf

libclean:
$(MAKE) -f ${PERIPH_DRIVER_DIR}/periphdriver.mk clean.periph
Expand Down
2 changes: 1 addition & 1 deletion Examples/MAX32520/Coremark/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ endif

all:
# Extend the functionality of the "all" recipe here
arm-none-eabi-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf
$(PREFIX)-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf

libclean:
$(MAKE) -f ${PERIPH_DRIVER_DIR}/periphdriver.mk clean.periph
Expand Down
2 changes: 1 addition & 1 deletion Examples/MAX32520/DMA/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ endif

all:
# Extend the functionality of the "all" recipe here
arm-none-eabi-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf
$(PREFIX)-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf

libclean:
$(MAKE) -f ${PERIPH_DRIVER_DIR}/periphdriver.mk clean.periph
Expand Down
2 changes: 1 addition & 1 deletion Examples/MAX32520/ECDSA/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ endif

all:
# Extend the functionality of the "all" recipe here
arm-none-eabi-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf
$(PREFIX)-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf

libclean:
$(MAKE) -f ${PERIPH_DRIVER_DIR}/periphdriver.mk clean.periph
Expand Down
2 changes: 1 addition & 1 deletion Examples/MAX32520/EEPROM_Emulator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ endif

all:
# Extend the functionality of the "all" recipe here
arm-none-eabi-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf
$(PREFIX)-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf

libclean:
$(MAKE) -f ${PERIPH_DRIVER_DIR}/periphdriver.mk clean.periph
Expand Down
2 changes: 1 addition & 1 deletion Examples/MAX32520/Flash/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ endif

all:
# Extend the functionality of the "all" recipe here
arm-none-eabi-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf
$(PREFIX)-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf

libclean:
$(MAKE) -f ${PERIPH_DRIVER_DIR}/periphdriver.mk clean.periph
Expand Down
2 changes: 1 addition & 1 deletion Examples/MAX32520/Flash_CLI/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ endif

all:
# Extend the functionality of the "all" recipe here
arm-none-eabi-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf
$(PREFIX)-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf

libclean:
$(MAKE) -f ${PERIPH_DRIVER_DIR}/periphdriver.mk clean.periph
Expand Down
2 changes: 1 addition & 1 deletion Examples/MAX32520/FreeRTOSDemo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ endif

all:
# Extend the functionality of the "all" recipe here
arm-none-eabi-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf
$(PREFIX)-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf

libclean:
$(MAKE) -f ${PERIPH_DRIVER_DIR}/periphdriver.mk clean.periph
Expand Down
2 changes: 1 addition & 1 deletion Examples/MAX32520/GPIO/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ endif

all:
# Extend the functionality of the "all" recipe here
arm-none-eabi-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf
$(PREFIX)-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf

libclean:
$(MAKE) -f ${PERIPH_DRIVER_DIR}/periphdriver.mk clean.periph
Expand Down
2 changes: 1 addition & 1 deletion Examples/MAX32520/Hello_World/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ endif

all:
# Extend the functionality of the "all" recipe here
arm-none-eabi-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf
$(PREFIX)-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf

libclean:
$(MAKE) -f ${PERIPH_DRIVER_DIR}/periphdriver.mk clean.periph
Expand Down
2 changes: 1 addition & 1 deletion Examples/MAX32520/Hello_World_Cpp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ endif

all:
# Extend the functionality of the "all" recipe here
arm-none-eabi-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf
$(PREFIX)-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf

libclean:
$(MAKE) -f ${PERIPH_DRIVER_DIR}/periphdriver.mk clean.periph
Expand Down
2 changes: 1 addition & 1 deletion Examples/MAX32520/I2C_MNGR/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ endif

all:
# Extend the functionality of the "all" recipe here
arm-none-eabi-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf
$(PREFIX)-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf

libclean:
$(MAKE) -f ${PERIPH_DRIVER_DIR}/periphdriver.mk clean.periph
Expand Down
2 changes: 1 addition & 1 deletion Examples/MAX32520/I2C_SCAN/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ endif

all:
# Extend the functionality of the "all" recipe here
arm-none-eabi-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf
$(PREFIX)-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf

libclean:
$(MAKE) -f ${PERIPH_DRIVER_DIR}/periphdriver.mk clean.periph
Expand Down
2 changes: 1 addition & 1 deletion Examples/MAX32520/I2C_Sensor/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ endif

all:
# Extend the functionality of the "all" recipe here
arm-none-eabi-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf
$(PREFIX)-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf

libclean:
$(MAKE) -f ${PERIPH_DRIVER_DIR}/periphdriver.mk clean.periph
Expand Down
2 changes: 1 addition & 1 deletion Examples/MAX32520/ICC/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ endif

all:
# Extend the functionality of the "all" recipe here
arm-none-eabi-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf
$(PREFIX)-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf

libclean:
$(MAKE) -f ${PERIPH_DRIVER_DIR}/periphdriver.mk clean.periph
Expand Down
2 changes: 1 addition & 1 deletion Examples/MAX32520/LP/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ endif

all:
# Extend the functionality of the "all" recipe here
arm-none-eabi-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf
$(PREFIX)-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf

libclean:
$(MAKE) -f ${PERIPH_DRIVER_DIR}/periphdriver.mk clean.periph
Expand Down
2 changes: 1 addition & 1 deletion Examples/MAX32520/Library_Generate/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ endif

all:
# Extend the functionality of the "all" recipe here
arm-none-eabi-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf
$(PREFIX)-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf

libclean:
$(MAKE) -f ${PERIPH_DRIVER_DIR}/periphdriver.mk clean.periph
Expand Down
2 changes: 1 addition & 1 deletion Examples/MAX32520/Library_Use/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ endif

all:
# Extend the functionality of the "all" recipe here
arm-none-eabi-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf
$(PREFIX)-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf

libclean:
$(MAKE) -f ${PERIPH_DRIVER_DIR}/periphdriver.mk clean.periph
Expand Down
2 changes: 1 addition & 1 deletion Examples/MAX32520/LockDebug/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ endif

all:
# Extend the functionality of the "all" recipe here
arm-none-eabi-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf
$(PREFIX)-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf

libclean:
$(MAKE) -f ${PERIPH_DRIVER_DIR}/periphdriver.mk clean.periph
Expand Down
2 changes: 1 addition & 1 deletion Examples/MAX32520/OTP_Dump/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ endif

all:
# Extend the functionality of the "all" recipe here
arm-none-eabi-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf
$(PREFIX)-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf

libclean:
$(MAKE) -f ${PERIPH_DRIVER_DIR}/periphdriver.mk clean.periph
Expand Down
2 changes: 1 addition & 1 deletion Examples/MAX32520/SCPA_OTP_Dump/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ endif

all:
# Extend the functionality of the "all" recipe here
arm-none-eabi-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf
$(PREFIX)-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf

libclean:
$(MAKE) -f ${PERIPH_DRIVER_DIR}/periphdriver.mk clean.periph
Expand Down
2 changes: 1 addition & 1 deletion Examples/MAX32520/SFE/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ endif

all:
# Extend the functionality of the "all" recipe here
arm-none-eabi-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf
$(PREFIX)-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf

libclean:
$(MAKE) -f ${PERIPH_DRIVER_DIR}/periphdriver.mk clean.periph
Expand Down
2 changes: 1 addition & 1 deletion Examples/MAX32520/SFE_Host/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ endif

all:
# Extend the functionality of the "all" recipe here
arm-none-eabi-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf
$(PREFIX)-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf

libclean:
$(MAKE) -f ${PERIPH_DRIVER_DIR}/periphdriver.mk clean.periph
Expand Down
2 changes: 1 addition & 1 deletion Examples/MAX32520/SMON/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ endif

all:
# Extend the functionality of the "all" recipe here
arm-none-eabi-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf
$(PREFIX)-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf

libclean:
$(MAKE) -f ${PERIPH_DRIVER_DIR}/periphdriver.mk clean.periph
Expand Down
2 changes: 1 addition & 1 deletion Examples/MAX32520/SPI/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ endif

all:
# Extend the functionality of the "all" recipe here
arm-none-eabi-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf
$(PREFIX)-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf

libclean:
$(MAKE) -f ${PERIPH_DRIVER_DIR}/periphdriver.mk clean.periph
Expand Down
2 changes: 1 addition & 1 deletion Examples/MAX32520/SPI_MasterSlave/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ endif

all:
# Extend the functionality of the "all" recipe here
arm-none-eabi-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf
$(PREFIX)-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf

libclean:
$(MAKE) -f ${PERIPH_DRIVER_DIR}/periphdriver.mk clean.periph
Expand Down
2 changes: 1 addition & 1 deletion Examples/MAX32520/TMR/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ endif

all:
# Extend the functionality of the "all" recipe here
arm-none-eabi-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf
$(PREFIX)-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf

libclean:
$(MAKE) -f ${PERIPH_DRIVER_DIR}/periphdriver.mk clean.periph
Expand Down
2 changes: 1 addition & 1 deletion Examples/MAX32520/TRNG/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ endif

all:
# Extend the functionality of the "all" recipe here
arm-none-eabi-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf
$(PREFIX)-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf

libclean:
$(MAKE) -f ${PERIPH_DRIVER_DIR}/periphdriver.mk clean.periph
Expand Down
2 changes: 1 addition & 1 deletion Examples/MAX32520/UCL/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ endif

all:
# Extend the functionality of the "all" recipe here
arm-none-eabi-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf
$(PREFIX)-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf

libclean:
$(MAKE) -f ${PERIPH_DRIVER_DIR}/periphdriver.mk clean.periph
Expand Down
2 changes: 1 addition & 1 deletion Examples/MAX32520/Watchdog/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ endif

all:
# Extend the functionality of the "all" recipe here
arm-none-eabi-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf
$(PREFIX)-size --format=berkeley $(BUILD_DIR)/$(PROJECT).elf

libclean:
$(MAKE) -f ${PERIPH_DRIVER_DIR}/periphdriver.mk clean.periph
Expand Down
Loading

0 comments on commit 7ccf20d

Please sign in to comment.