diff --git a/Examples/MAX32520/AES/Makefile b/Examples/MAX32520/AES/Makefile index e04226fc07..e69b9d8d54 100644 --- a/Examples/MAX32520/AES/Makefile +++ b/Examples/MAX32520/AES/Makefile @@ -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 diff --git a/Examples/MAX32520/ARM-DSP/arm_bayes_example/Makefile b/Examples/MAX32520/ARM-DSP/arm_bayes_example/Makefile index 37d3ece6cc..3ccfc6f5d0 100644 --- a/Examples/MAX32520/ARM-DSP/arm_bayes_example/Makefile +++ b/Examples/MAX32520/ARM-DSP/arm_bayes_example/Makefile @@ -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 diff --git a/Examples/MAX32520/ARM-DSP/arm_class_marks_example/Makefile b/Examples/MAX32520/ARM-DSP/arm_class_marks_example/Makefile index 37d3ece6cc..3ccfc6f5d0 100644 --- a/Examples/MAX32520/ARM-DSP/arm_class_marks_example/Makefile +++ b/Examples/MAX32520/ARM-DSP/arm_class_marks_example/Makefile @@ -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 diff --git a/Examples/MAX32520/ARM-DSP/arm_convolution_example/Makefile b/Examples/MAX32520/ARM-DSP/arm_convolution_example/Makefile index 37d3ece6cc..3ccfc6f5d0 100644 --- a/Examples/MAX32520/ARM-DSP/arm_convolution_example/Makefile +++ b/Examples/MAX32520/ARM-DSP/arm_convolution_example/Makefile @@ -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 diff --git a/Examples/MAX32520/ARM-DSP/arm_dotproduct_example_f32/Makefile b/Examples/MAX32520/ARM-DSP/arm_dotproduct_example_f32/Makefile index 37d3ece6cc..3ccfc6f5d0 100644 --- a/Examples/MAX32520/ARM-DSP/arm_dotproduct_example_f32/Makefile +++ b/Examples/MAX32520/ARM-DSP/arm_dotproduct_example_f32/Makefile @@ -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 diff --git a/Examples/MAX32520/ARM-DSP/arm_fft_bin_example/Makefile b/Examples/MAX32520/ARM-DSP/arm_fft_bin_example/Makefile index 37d3ece6cc..3ccfc6f5d0 100644 --- a/Examples/MAX32520/ARM-DSP/arm_fft_bin_example/Makefile +++ b/Examples/MAX32520/ARM-DSP/arm_fft_bin_example/Makefile @@ -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 diff --git a/Examples/MAX32520/ARM-DSP/arm_fir_example/Makefile b/Examples/MAX32520/ARM-DSP/arm_fir_example/Makefile index 37d3ece6cc..3ccfc6f5d0 100644 --- a/Examples/MAX32520/ARM-DSP/arm_fir_example/Makefile +++ b/Examples/MAX32520/ARM-DSP/arm_fir_example/Makefile @@ -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 diff --git a/Examples/MAX32520/ARM-DSP/arm_graphic_equalizer_example/Makefile b/Examples/MAX32520/ARM-DSP/arm_graphic_equalizer_example/Makefile index 37d3ece6cc..3ccfc6f5d0 100644 --- a/Examples/MAX32520/ARM-DSP/arm_graphic_equalizer_example/Makefile +++ b/Examples/MAX32520/ARM-DSP/arm_graphic_equalizer_example/Makefile @@ -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 diff --git a/Examples/MAX32520/ARM-DSP/arm_linear_interp_example/Makefile b/Examples/MAX32520/ARM-DSP/arm_linear_interp_example/Makefile index 37d3ece6cc..3ccfc6f5d0 100644 --- a/Examples/MAX32520/ARM-DSP/arm_linear_interp_example/Makefile +++ b/Examples/MAX32520/ARM-DSP/arm_linear_interp_example/Makefile @@ -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 diff --git a/Examples/MAX32520/ARM-DSP/arm_matrix_example/Makefile b/Examples/MAX32520/ARM-DSP/arm_matrix_example/Makefile index 37d3ece6cc..3ccfc6f5d0 100644 --- a/Examples/MAX32520/ARM-DSP/arm_matrix_example/Makefile +++ b/Examples/MAX32520/ARM-DSP/arm_matrix_example/Makefile @@ -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 diff --git a/Examples/MAX32520/ARM-DSP/arm_signal_converge_example/Makefile b/Examples/MAX32520/ARM-DSP/arm_signal_converge_example/Makefile index 37d3ece6cc..3ccfc6f5d0 100644 --- a/Examples/MAX32520/ARM-DSP/arm_signal_converge_example/Makefile +++ b/Examples/MAX32520/ARM-DSP/arm_signal_converge_example/Makefile @@ -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 diff --git a/Examples/MAX32520/ARM-DSP/arm_sin_cos_example/Makefile b/Examples/MAX32520/ARM-DSP/arm_sin_cos_example/Makefile index 37d3ece6cc..3ccfc6f5d0 100644 --- a/Examples/MAX32520/ARM-DSP/arm_sin_cos_example/Makefile +++ b/Examples/MAX32520/ARM-DSP/arm_sin_cos_example/Makefile @@ -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 diff --git a/Examples/MAX32520/ARM-DSP/arm_svm_example/Makefile b/Examples/MAX32520/ARM-DSP/arm_svm_example/Makefile index 37d3ece6cc..3ccfc6f5d0 100644 --- a/Examples/MAX32520/ARM-DSP/arm_svm_example/Makefile +++ b/Examples/MAX32520/ARM-DSP/arm_svm_example/Makefile @@ -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 diff --git a/Examples/MAX32520/ARM-DSP/arm_variance_example/Makefile b/Examples/MAX32520/ARM-DSP/arm_variance_example/Makefile index 37d3ece6cc..3ccfc6f5d0 100644 --- a/Examples/MAX32520/ARM-DSP/arm_variance_example/Makefile +++ b/Examples/MAX32520/ARM-DSP/arm_variance_example/Makefile @@ -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 diff --git a/Examples/MAX32520/CRC/Makefile b/Examples/MAX32520/CRC/Makefile index e04226fc07..e69b9d8d54 100644 --- a/Examples/MAX32520/CRC/Makefile +++ b/Examples/MAX32520/CRC/Makefile @@ -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 diff --git a/Examples/MAX32520/Coremark/Makefile b/Examples/MAX32520/Coremark/Makefile index e04226fc07..e69b9d8d54 100644 --- a/Examples/MAX32520/Coremark/Makefile +++ b/Examples/MAX32520/Coremark/Makefile @@ -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 diff --git a/Examples/MAX32520/DMA/Makefile b/Examples/MAX32520/DMA/Makefile index e04226fc07..e69b9d8d54 100644 --- a/Examples/MAX32520/DMA/Makefile +++ b/Examples/MAX32520/DMA/Makefile @@ -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 diff --git a/Examples/MAX32520/ECDSA/Makefile b/Examples/MAX32520/ECDSA/Makefile index e04226fc07..e69b9d8d54 100644 --- a/Examples/MAX32520/ECDSA/Makefile +++ b/Examples/MAX32520/ECDSA/Makefile @@ -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 diff --git a/Examples/MAX32520/EEPROM_Emulator/Makefile b/Examples/MAX32520/EEPROM_Emulator/Makefile index e04226fc07..e69b9d8d54 100644 --- a/Examples/MAX32520/EEPROM_Emulator/Makefile +++ b/Examples/MAX32520/EEPROM_Emulator/Makefile @@ -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 diff --git a/Examples/MAX32520/Flash/Makefile b/Examples/MAX32520/Flash/Makefile index e04226fc07..e69b9d8d54 100644 --- a/Examples/MAX32520/Flash/Makefile +++ b/Examples/MAX32520/Flash/Makefile @@ -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 diff --git a/Examples/MAX32520/Flash_CLI/Makefile b/Examples/MAX32520/Flash_CLI/Makefile index e04226fc07..e69b9d8d54 100644 --- a/Examples/MAX32520/Flash_CLI/Makefile +++ b/Examples/MAX32520/Flash_CLI/Makefile @@ -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 diff --git a/Examples/MAX32520/FreeRTOSDemo/Makefile b/Examples/MAX32520/FreeRTOSDemo/Makefile index e04226fc07..e69b9d8d54 100644 --- a/Examples/MAX32520/FreeRTOSDemo/Makefile +++ b/Examples/MAX32520/FreeRTOSDemo/Makefile @@ -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 diff --git a/Examples/MAX32520/GPIO/Makefile b/Examples/MAX32520/GPIO/Makefile index e04226fc07..e69b9d8d54 100644 --- a/Examples/MAX32520/GPIO/Makefile +++ b/Examples/MAX32520/GPIO/Makefile @@ -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 diff --git a/Examples/MAX32520/Hello_World/Makefile b/Examples/MAX32520/Hello_World/Makefile index e04226fc07..e69b9d8d54 100644 --- a/Examples/MAX32520/Hello_World/Makefile +++ b/Examples/MAX32520/Hello_World/Makefile @@ -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 diff --git a/Examples/MAX32520/Hello_World_Cpp/Makefile b/Examples/MAX32520/Hello_World_Cpp/Makefile index e04226fc07..e69b9d8d54 100644 --- a/Examples/MAX32520/Hello_World_Cpp/Makefile +++ b/Examples/MAX32520/Hello_World_Cpp/Makefile @@ -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 diff --git a/Examples/MAX32520/I2C_MNGR/Makefile b/Examples/MAX32520/I2C_MNGR/Makefile index e04226fc07..e69b9d8d54 100644 --- a/Examples/MAX32520/I2C_MNGR/Makefile +++ b/Examples/MAX32520/I2C_MNGR/Makefile @@ -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 diff --git a/Examples/MAX32520/I2C_SCAN/Makefile b/Examples/MAX32520/I2C_SCAN/Makefile index e04226fc07..e69b9d8d54 100644 --- a/Examples/MAX32520/I2C_SCAN/Makefile +++ b/Examples/MAX32520/I2C_SCAN/Makefile @@ -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 diff --git a/Examples/MAX32520/I2C_Sensor/Makefile b/Examples/MAX32520/I2C_Sensor/Makefile index e04226fc07..e69b9d8d54 100644 --- a/Examples/MAX32520/I2C_Sensor/Makefile +++ b/Examples/MAX32520/I2C_Sensor/Makefile @@ -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 diff --git a/Examples/MAX32520/ICC/Makefile b/Examples/MAX32520/ICC/Makefile index e04226fc07..e69b9d8d54 100644 --- a/Examples/MAX32520/ICC/Makefile +++ b/Examples/MAX32520/ICC/Makefile @@ -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 diff --git a/Examples/MAX32520/LP/Makefile b/Examples/MAX32520/LP/Makefile index e04226fc07..e69b9d8d54 100644 --- a/Examples/MAX32520/LP/Makefile +++ b/Examples/MAX32520/LP/Makefile @@ -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 diff --git a/Examples/MAX32520/Library_Generate/Makefile b/Examples/MAX32520/Library_Generate/Makefile index e04226fc07..e69b9d8d54 100644 --- a/Examples/MAX32520/Library_Generate/Makefile +++ b/Examples/MAX32520/Library_Generate/Makefile @@ -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 diff --git a/Examples/MAX32520/Library_Use/Makefile b/Examples/MAX32520/Library_Use/Makefile index e04226fc07..e69b9d8d54 100644 --- a/Examples/MAX32520/Library_Use/Makefile +++ b/Examples/MAX32520/Library_Use/Makefile @@ -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 diff --git a/Examples/MAX32520/LockDebug/Makefile b/Examples/MAX32520/LockDebug/Makefile index e04226fc07..e69b9d8d54 100644 --- a/Examples/MAX32520/LockDebug/Makefile +++ b/Examples/MAX32520/LockDebug/Makefile @@ -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 diff --git a/Examples/MAX32520/OTP_Dump/Makefile b/Examples/MAX32520/OTP_Dump/Makefile index e04226fc07..e69b9d8d54 100644 --- a/Examples/MAX32520/OTP_Dump/Makefile +++ b/Examples/MAX32520/OTP_Dump/Makefile @@ -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 diff --git a/Examples/MAX32520/SCPA_OTP_Dump/Makefile b/Examples/MAX32520/SCPA_OTP_Dump/Makefile index e04226fc07..e69b9d8d54 100644 --- a/Examples/MAX32520/SCPA_OTP_Dump/Makefile +++ b/Examples/MAX32520/SCPA_OTP_Dump/Makefile @@ -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 diff --git a/Examples/MAX32520/SFE/Makefile b/Examples/MAX32520/SFE/Makefile index e04226fc07..e69b9d8d54 100644 --- a/Examples/MAX32520/SFE/Makefile +++ b/Examples/MAX32520/SFE/Makefile @@ -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 diff --git a/Examples/MAX32520/SFE_Host/Makefile b/Examples/MAX32520/SFE_Host/Makefile index e04226fc07..e69b9d8d54 100644 --- a/Examples/MAX32520/SFE_Host/Makefile +++ b/Examples/MAX32520/SFE_Host/Makefile @@ -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 diff --git a/Examples/MAX32520/SMON/Makefile b/Examples/MAX32520/SMON/Makefile index e04226fc07..e69b9d8d54 100644 --- a/Examples/MAX32520/SMON/Makefile +++ b/Examples/MAX32520/SMON/Makefile @@ -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 diff --git a/Examples/MAX32520/SPI/Makefile b/Examples/MAX32520/SPI/Makefile index e04226fc07..e69b9d8d54 100644 --- a/Examples/MAX32520/SPI/Makefile +++ b/Examples/MAX32520/SPI/Makefile @@ -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 diff --git a/Examples/MAX32520/SPI_MasterSlave/Makefile b/Examples/MAX32520/SPI_MasterSlave/Makefile index e04226fc07..e69b9d8d54 100644 --- a/Examples/MAX32520/SPI_MasterSlave/Makefile +++ b/Examples/MAX32520/SPI_MasterSlave/Makefile @@ -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 diff --git a/Examples/MAX32520/TMR/Makefile b/Examples/MAX32520/TMR/Makefile index e04226fc07..e69b9d8d54 100644 --- a/Examples/MAX32520/TMR/Makefile +++ b/Examples/MAX32520/TMR/Makefile @@ -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 diff --git a/Examples/MAX32520/TRNG/Makefile b/Examples/MAX32520/TRNG/Makefile index e04226fc07..e69b9d8d54 100644 --- a/Examples/MAX32520/TRNG/Makefile +++ b/Examples/MAX32520/TRNG/Makefile @@ -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 diff --git a/Examples/MAX32520/UCL/Makefile b/Examples/MAX32520/UCL/Makefile index 502438ef6f..f382cbfee7 100644 --- a/Examples/MAX32520/UCL/Makefile +++ b/Examples/MAX32520/UCL/Makefile @@ -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 diff --git a/Examples/MAX32520/Watchdog/Makefile b/Examples/MAX32520/Watchdog/Makefile index e04226fc07..e69b9d8d54 100644 --- a/Examples/MAX32520/Watchdog/Makefile +++ b/Examples/MAX32520/Watchdog/Makefile @@ -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 diff --git a/Examples/MAX32650/ADC/Makefile b/Examples/MAX32650/ADC/Makefile index 7cc647840b..34c2eb9375 100644 --- a/Examples/MAX32650/ADC/Makefile +++ b/Examples/MAX32650/ADC/Makefile @@ -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 diff --git a/Examples/MAX32650/ADC_MAX11261/Makefile b/Examples/MAX32650/ADC_MAX11261/Makefile index 6d63970789..428e67f1cd 100644 --- a/Examples/MAX32650/ADC_MAX11261/Makefile +++ b/Examples/MAX32650/ADC_MAX11261/Makefile @@ -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 diff --git a/Examples/MAX32650/AES/Makefile b/Examples/MAX32650/AES/Makefile index 7cc647840b..34c2eb9375 100644 --- a/Examples/MAX32650/AES/Makefile +++ b/Examples/MAX32650/AES/Makefile @@ -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 diff --git a/Examples/MAX32650/ARM-DSP/arm_bayes_example/Makefile b/Examples/MAX32650/ARM-DSP/arm_bayes_example/Makefile index 6d97c8e0fb..71bc32d20b 100644 --- a/Examples/MAX32650/ARM-DSP/arm_bayes_example/Makefile +++ b/Examples/MAX32650/ARM-DSP/arm_bayes_example/Makefile @@ -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 diff --git a/Examples/MAX32650/ARM-DSP/arm_class_marks_example/Makefile b/Examples/MAX32650/ARM-DSP/arm_class_marks_example/Makefile index 6d97c8e0fb..71bc32d20b 100644 --- a/Examples/MAX32650/ARM-DSP/arm_class_marks_example/Makefile +++ b/Examples/MAX32650/ARM-DSP/arm_class_marks_example/Makefile @@ -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 diff --git a/Examples/MAX32650/ARM-DSP/arm_convolution_example/Makefile b/Examples/MAX32650/ARM-DSP/arm_convolution_example/Makefile index 6d97c8e0fb..71bc32d20b 100644 --- a/Examples/MAX32650/ARM-DSP/arm_convolution_example/Makefile +++ b/Examples/MAX32650/ARM-DSP/arm_convolution_example/Makefile @@ -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 diff --git a/Examples/MAX32650/ARM-DSP/arm_dotproduct_example_f32/Makefile b/Examples/MAX32650/ARM-DSP/arm_dotproduct_example_f32/Makefile index 6d97c8e0fb..71bc32d20b 100644 --- a/Examples/MAX32650/ARM-DSP/arm_dotproduct_example_f32/Makefile +++ b/Examples/MAX32650/ARM-DSP/arm_dotproduct_example_f32/Makefile @@ -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 diff --git a/Examples/MAX32650/ARM-DSP/arm_fft_bin_example/Makefile b/Examples/MAX32650/ARM-DSP/arm_fft_bin_example/Makefile index 6d97c8e0fb..71bc32d20b 100644 --- a/Examples/MAX32650/ARM-DSP/arm_fft_bin_example/Makefile +++ b/Examples/MAX32650/ARM-DSP/arm_fft_bin_example/Makefile @@ -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 diff --git a/Examples/MAX32650/ARM-DSP/arm_fir_example/Makefile b/Examples/MAX32650/ARM-DSP/arm_fir_example/Makefile index 6d97c8e0fb..71bc32d20b 100644 --- a/Examples/MAX32650/ARM-DSP/arm_fir_example/Makefile +++ b/Examples/MAX32650/ARM-DSP/arm_fir_example/Makefile @@ -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 diff --git a/Examples/MAX32650/ARM-DSP/arm_graphic_equalizer_example/Makefile b/Examples/MAX32650/ARM-DSP/arm_graphic_equalizer_example/Makefile index 6d97c8e0fb..71bc32d20b 100644 --- a/Examples/MAX32650/ARM-DSP/arm_graphic_equalizer_example/Makefile +++ b/Examples/MAX32650/ARM-DSP/arm_graphic_equalizer_example/Makefile @@ -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 diff --git a/Examples/MAX32650/ARM-DSP/arm_linear_interp_example/Makefile b/Examples/MAX32650/ARM-DSP/arm_linear_interp_example/Makefile index 6d97c8e0fb..71bc32d20b 100644 --- a/Examples/MAX32650/ARM-DSP/arm_linear_interp_example/Makefile +++ b/Examples/MAX32650/ARM-DSP/arm_linear_interp_example/Makefile @@ -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 diff --git a/Examples/MAX32650/ARM-DSP/arm_matrix_example/Makefile b/Examples/MAX32650/ARM-DSP/arm_matrix_example/Makefile index 6d97c8e0fb..71bc32d20b 100644 --- a/Examples/MAX32650/ARM-DSP/arm_matrix_example/Makefile +++ b/Examples/MAX32650/ARM-DSP/arm_matrix_example/Makefile @@ -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 diff --git a/Examples/MAX32650/ARM-DSP/arm_signal_converge_example/Makefile b/Examples/MAX32650/ARM-DSP/arm_signal_converge_example/Makefile index 6d97c8e0fb..71bc32d20b 100644 --- a/Examples/MAX32650/ARM-DSP/arm_signal_converge_example/Makefile +++ b/Examples/MAX32650/ARM-DSP/arm_signal_converge_example/Makefile @@ -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 diff --git a/Examples/MAX32650/ARM-DSP/arm_sin_cos_example/Makefile b/Examples/MAX32650/ARM-DSP/arm_sin_cos_example/Makefile index 6d97c8e0fb..71bc32d20b 100644 --- a/Examples/MAX32650/ARM-DSP/arm_sin_cos_example/Makefile +++ b/Examples/MAX32650/ARM-DSP/arm_sin_cos_example/Makefile @@ -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 diff --git a/Examples/MAX32650/ARM-DSP/arm_svm_example/Makefile b/Examples/MAX32650/ARM-DSP/arm_svm_example/Makefile index 6d97c8e0fb..71bc32d20b 100644 --- a/Examples/MAX32650/ARM-DSP/arm_svm_example/Makefile +++ b/Examples/MAX32650/ARM-DSP/arm_svm_example/Makefile @@ -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 diff --git a/Examples/MAX32650/ARM-DSP/arm_variance_example/Makefile b/Examples/MAX32650/ARM-DSP/arm_variance_example/Makefile index 6d97c8e0fb..71bc32d20b 100644 --- a/Examples/MAX32650/ARM-DSP/arm_variance_example/Makefile +++ b/Examples/MAX32650/ARM-DSP/arm_variance_example/Makefile @@ -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 diff --git a/Examples/MAX32650/CLCD/Makefile b/Examples/MAX32650/CLCD/Makefile index 7cc647840b..34c2eb9375 100644 --- a/Examples/MAX32650/CLCD/Makefile +++ b/Examples/MAX32650/CLCD/Makefile @@ -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 diff --git a/Examples/MAX32650/CLCD_FreeRTOS/Makefile b/Examples/MAX32650/CLCD_FreeRTOS/Makefile index 7cc647840b..34c2eb9375 100644 --- a/Examples/MAX32650/CLCD_FreeRTOS/Makefile +++ b/Examples/MAX32650/CLCD_FreeRTOS/Makefile @@ -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 diff --git a/Examples/MAX32650/CRC/Makefile b/Examples/MAX32650/CRC/Makefile index 7cc647840b..34c2eb9375 100644 --- a/Examples/MAX32650/CRC/Makefile +++ b/Examples/MAX32650/CRC/Makefile @@ -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 diff --git a/Examples/MAX32650/Coremark/Makefile b/Examples/MAX32650/Coremark/Makefile index 7cc647840b..34c2eb9375 100644 --- a/Examples/MAX32650/Coremark/Makefile +++ b/Examples/MAX32650/Coremark/Makefile @@ -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 diff --git a/Examples/MAX32650/DES/Makefile b/Examples/MAX32650/DES/Makefile index 7cc647840b..34c2eb9375 100644 --- a/Examples/MAX32650/DES/Makefile +++ b/Examples/MAX32650/DES/Makefile @@ -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 diff --git a/Examples/MAX32650/DMA/Makefile b/Examples/MAX32650/DMA/Makefile index 7cc647840b..34c2eb9375 100644 --- a/Examples/MAX32650/DMA/Makefile +++ b/Examples/MAX32650/DMA/Makefile @@ -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 diff --git a/Examples/MAX32650/EEPROM_Emulator/Makefile b/Examples/MAX32650/EEPROM_Emulator/Makefile index 7cc647840b..34c2eb9375 100644 --- a/Examples/MAX32650/EEPROM_Emulator/Makefile +++ b/Examples/MAX32650/EEPROM_Emulator/Makefile @@ -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 diff --git a/Examples/MAX32650/EMCC/Makefile b/Examples/MAX32650/EMCC/Makefile index 7cc647840b..34c2eb9375 100644 --- a/Examples/MAX32650/EMCC/Makefile +++ b/Examples/MAX32650/EMCC/Makefile @@ -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 diff --git a/Examples/MAX32650/Flash/Makefile b/Examples/MAX32650/Flash/Makefile index 7cc647840b..34c2eb9375 100644 --- a/Examples/MAX32650/Flash/Makefile +++ b/Examples/MAX32650/Flash/Makefile @@ -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 diff --git a/Examples/MAX32650/Flash_CLI/Makefile b/Examples/MAX32650/Flash_CLI/Makefile index 7cc647840b..34c2eb9375 100644 --- a/Examples/MAX32650/Flash_CLI/Makefile +++ b/Examples/MAX32650/Flash_CLI/Makefile @@ -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 diff --git a/Examples/MAX32650/FreeRTOSDemo/Makefile b/Examples/MAX32650/FreeRTOSDemo/Makefile index 7cc647840b..34c2eb9375 100644 --- a/Examples/MAX32650/FreeRTOSDemo/Makefile +++ b/Examples/MAX32650/FreeRTOSDemo/Makefile @@ -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 diff --git a/Examples/MAX32650/GPIO/Makefile b/Examples/MAX32650/GPIO/Makefile index 7cc647840b..34c2eb9375 100644 --- a/Examples/MAX32650/GPIO/Makefile +++ b/Examples/MAX32650/GPIO/Makefile @@ -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 diff --git a/Examples/MAX32650/HBMC/Makefile b/Examples/MAX32650/HBMC/Makefile index 7cc647840b..34c2eb9375 100644 --- a/Examples/MAX32650/HBMC/Makefile +++ b/Examples/MAX32650/HBMC/Makefile @@ -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 diff --git a/Examples/MAX32650/Hello_World/Makefile b/Examples/MAX32650/Hello_World/Makefile index 7cc647840b..34c2eb9375 100644 --- a/Examples/MAX32650/Hello_World/Makefile +++ b/Examples/MAX32650/Hello_World/Makefile @@ -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 diff --git a/Examples/MAX32650/Hello_World_Cpp/Makefile b/Examples/MAX32650/Hello_World_Cpp/Makefile index 7cc647840b..34c2eb9375 100644 --- a/Examples/MAX32650/Hello_World_Cpp/Makefile +++ b/Examples/MAX32650/Hello_World_Cpp/Makefile @@ -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 diff --git a/Examples/MAX32650/I2C/Makefile b/Examples/MAX32650/I2C/Makefile index 7cc647840b..34c2eb9375 100644 --- a/Examples/MAX32650/I2C/Makefile +++ b/Examples/MAX32650/I2C/Makefile @@ -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 diff --git a/Examples/MAX32650/I2C_MNGR/Makefile b/Examples/MAX32650/I2C_MNGR/Makefile index 7cc647840b..34c2eb9375 100644 --- a/Examples/MAX32650/I2C_MNGR/Makefile +++ b/Examples/MAX32650/I2C_MNGR/Makefile @@ -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 diff --git a/Examples/MAX32650/I2C_SCAN/Makefile b/Examples/MAX32650/I2C_SCAN/Makefile index 7cc647840b..34c2eb9375 100644 --- a/Examples/MAX32650/I2C_SCAN/Makefile +++ b/Examples/MAX32650/I2C_SCAN/Makefile @@ -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 diff --git a/Examples/MAX32650/I2C_Sensor/Makefile b/Examples/MAX32650/I2C_Sensor/Makefile index 7cc647840b..34c2eb9375 100644 --- a/Examples/MAX32650/I2C_Sensor/Makefile +++ b/Examples/MAX32650/I2C_Sensor/Makefile @@ -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 diff --git a/Examples/MAX32650/I2S/Makefile b/Examples/MAX32650/I2S/Makefile index 7cc647840b..34c2eb9375 100644 --- a/Examples/MAX32650/I2S/Makefile +++ b/Examples/MAX32650/I2S/Makefile @@ -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 diff --git a/Examples/MAX32650/ICC/Makefile b/Examples/MAX32650/ICC/Makefile index 7cc647840b..34c2eb9375 100644 --- a/Examples/MAX32650/ICC/Makefile +++ b/Examples/MAX32650/ICC/Makefile @@ -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 diff --git a/Examples/MAX32650/LP/Makefile b/Examples/MAX32650/LP/Makefile index 7cc647840b..34c2eb9375 100644 --- a/Examples/MAX32650/LP/Makefile +++ b/Examples/MAX32650/LP/Makefile @@ -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 diff --git a/Examples/MAX32650/Library_Generate/Makefile b/Examples/MAX32650/Library_Generate/Makefile index 7cc647840b..34c2eb9375 100644 --- a/Examples/MAX32650/Library_Generate/Makefile +++ b/Examples/MAX32650/Library_Generate/Makefile @@ -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 diff --git a/Examples/MAX32650/Library_Use/Makefile b/Examples/MAX32650/Library_Use/Makefile index 7cc647840b..34c2eb9375 100644 --- a/Examples/MAX32650/Library_Use/Makefile +++ b/Examples/MAX32650/Library_Use/Makefile @@ -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 diff --git a/Examples/MAX32650/MAA/Makefile b/Examples/MAX32650/MAA/Makefile index 7cc647840b..34c2eb9375 100644 --- a/Examples/MAX32650/MAA/Makefile +++ b/Examples/MAX32650/MAA/Makefile @@ -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 diff --git a/Examples/MAX32650/OTP_Dump/Makefile b/Examples/MAX32650/OTP_Dump/Makefile index 7cc647840b..34c2eb9375 100644 --- a/Examples/MAX32650/OTP_Dump/Makefile +++ b/Examples/MAX32650/OTP_Dump/Makefile @@ -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 diff --git a/Examples/MAX32650/OWM/Makefile b/Examples/MAX32650/OWM/Makefile index 7cc647840b..34c2eb9375 100644 --- a/Examples/MAX32650/OWM/Makefile +++ b/Examples/MAX32650/OWM/Makefile @@ -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 diff --git a/Examples/MAX32650/Pulse_Train/Makefile b/Examples/MAX32650/Pulse_Train/Makefile index 7cc647840b..34c2eb9375 100644 --- a/Examples/MAX32650/Pulse_Train/Makefile +++ b/Examples/MAX32650/Pulse_Train/Makefile @@ -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 diff --git a/Examples/MAX32650/RTC/Makefile b/Examples/MAX32650/RTC/Makefile index 7cc647840b..34c2eb9375 100644 --- a/Examples/MAX32650/RTC/Makefile +++ b/Examples/MAX32650/RTC/Makefile @@ -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 diff --git a/Examples/MAX32650/RTC_Backup/Makefile b/Examples/MAX32650/RTC_Backup/Makefile index 7cc647840b..34c2eb9375 100644 --- a/Examples/MAX32650/RTC_Backup/Makefile +++ b/Examples/MAX32650/RTC_Backup/Makefile @@ -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 diff --git a/Examples/MAX32650/SCPA_OTP_Dump/Makefile b/Examples/MAX32650/SCPA_OTP_Dump/Makefile index 7cc647840b..34c2eb9375 100644 --- a/Examples/MAX32650/SCPA_OTP_Dump/Makefile +++ b/Examples/MAX32650/SCPA_OTP_Dump/Makefile @@ -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 diff --git a/Examples/MAX32650/SDHC_FAT/Makefile b/Examples/MAX32650/SDHC_FAT/Makefile index 7cc647840b..34c2eb9375 100644 --- a/Examples/MAX32650/SDHC_FAT/Makefile +++ b/Examples/MAX32650/SDHC_FAT/Makefile @@ -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 diff --git a/Examples/MAX32650/SDHC_Raw/Makefile b/Examples/MAX32650/SDHC_Raw/Makefile index 7cc647840b..34c2eb9375 100644 --- a/Examples/MAX32650/SDHC_Raw/Makefile +++ b/Examples/MAX32650/SDHC_Raw/Makefile @@ -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 diff --git a/Examples/MAX32650/SPI/Makefile b/Examples/MAX32650/SPI/Makefile index 7cc647840b..34c2eb9375 100644 --- a/Examples/MAX32650/SPI/Makefile +++ b/Examples/MAX32650/SPI/Makefile @@ -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 diff --git a/Examples/MAX32650/SPIMSS/Makefile b/Examples/MAX32650/SPIMSS/Makefile index 7cc647840b..34c2eb9375 100644 --- a/Examples/MAX32650/SPIMSS/Makefile +++ b/Examples/MAX32650/SPIMSS/Makefile @@ -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 diff --git a/Examples/MAX32650/SPIXF/Makefile b/Examples/MAX32650/SPIXF/Makefile index 7cc647840b..34c2eb9375 100644 --- a/Examples/MAX32650/SPIXF/Makefile +++ b/Examples/MAX32650/SPIXF/Makefile @@ -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 diff --git a/Examples/MAX32650/SPIXF_ICC/Makefile b/Examples/MAX32650/SPIXF_ICC/Makefile index 7cc647840b..34c2eb9375 100644 --- a/Examples/MAX32650/SPIXF_ICC/Makefile +++ b/Examples/MAX32650/SPIXF_ICC/Makefile @@ -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 diff --git a/Examples/MAX32650/SPIXR/Makefile b/Examples/MAX32650/SPIXR/Makefile index 7cc647840b..34c2eb9375 100644 --- a/Examples/MAX32650/SPIXR/Makefile +++ b/Examples/MAX32650/SPIXR/Makefile @@ -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 diff --git a/Examples/MAX32650/SPI_MasterSlave/Makefile b/Examples/MAX32650/SPI_MasterSlave/Makefile index 7cc647840b..34c2eb9375 100644 --- a/Examples/MAX32650/SPI_MasterSlave/Makefile +++ b/Examples/MAX32650/SPI_MasterSlave/Makefile @@ -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 diff --git a/Examples/MAX32650/Semaphore/Makefile b/Examples/MAX32650/Semaphore/Makefile index 7cc647840b..34c2eb9375 100644 --- a/Examples/MAX32650/Semaphore/Makefile +++ b/Examples/MAX32650/Semaphore/Makefile @@ -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 diff --git a/Examples/MAX32650/SysTick/Makefile b/Examples/MAX32650/SysTick/Makefile index 7cc647840b..34c2eb9375 100644 --- a/Examples/MAX32650/SysTick/Makefile +++ b/Examples/MAX32650/SysTick/Makefile @@ -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 diff --git a/Examples/MAX32650/TMR/Makefile b/Examples/MAX32650/TMR/Makefile index 7cc647840b..34c2eb9375 100644 --- a/Examples/MAX32650/TMR/Makefile +++ b/Examples/MAX32650/TMR/Makefile @@ -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 diff --git a/Examples/MAX32650/TRNG/Makefile b/Examples/MAX32650/TRNG/Makefile index 7cc647840b..34c2eb9375 100644 --- a/Examples/MAX32650/TRNG/Makefile +++ b/Examples/MAX32650/TRNG/Makefile @@ -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 diff --git a/Examples/MAX32650/Temp_Monitor/Makefile b/Examples/MAX32650/Temp_Monitor/Makefile index 7cc647840b..34c2eb9375 100644 --- a/Examples/MAX32650/Temp_Monitor/Makefile +++ b/Examples/MAX32650/Temp_Monitor/Makefile @@ -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 diff --git a/Examples/MAX32650/UART/Makefile b/Examples/MAX32650/UART/Makefile index 7cc647840b..34c2eb9375 100644 --- a/Examples/MAX32650/UART/Makefile +++ b/Examples/MAX32650/UART/Makefile @@ -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 diff --git a/Examples/MAX32650/UCL/Makefile b/Examples/MAX32650/UCL/Makefile index d2a4d51419..eaeb73c7d7 100644 --- a/Examples/MAX32650/UCL/Makefile +++ b/Examples/MAX32650/UCL/Makefile @@ -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 diff --git a/Examples/MAX32650/USB/USB_CDCACM/Makefile b/Examples/MAX32650/USB/USB_CDCACM/Makefile index 6d97c8e0fb..71bc32d20b 100644 --- a/Examples/MAX32650/USB/USB_CDCACM/Makefile +++ b/Examples/MAX32650/USB/USB_CDCACM/Makefile @@ -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 diff --git a/Examples/MAX32650/USB/USB_CompositeDevice_MSC_CDC/Makefile b/Examples/MAX32650/USB/USB_CompositeDevice_MSC_CDC/Makefile index 6d97c8e0fb..71bc32d20b 100644 --- a/Examples/MAX32650/USB/USB_CompositeDevice_MSC_CDC/Makefile +++ b/Examples/MAX32650/USB/USB_CompositeDevice_MSC_CDC/Makefile @@ -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 diff --git a/Examples/MAX32650/USB/USB_CompositeDevice_MSC_HID/Makefile b/Examples/MAX32650/USB/USB_CompositeDevice_MSC_HID/Makefile index 6d97c8e0fb..71bc32d20b 100644 --- a/Examples/MAX32650/USB/USB_CompositeDevice_MSC_HID/Makefile +++ b/Examples/MAX32650/USB/USB_CompositeDevice_MSC_HID/Makefile @@ -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 diff --git a/Examples/MAX32650/USB/USB_HIDKeyboard/Makefile b/Examples/MAX32650/USB/USB_HIDKeyboard/Makefile index 6d97c8e0fb..71bc32d20b 100644 --- a/Examples/MAX32650/USB/USB_HIDKeyboard/Makefile +++ b/Examples/MAX32650/USB/USB_HIDKeyboard/Makefile @@ -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 diff --git a/Examples/MAX32650/USB/USB_MassStorage/Makefile b/Examples/MAX32650/USB/USB_MassStorage/Makefile index 6d97c8e0fb..71bc32d20b 100644 --- a/Examples/MAX32650/USB/USB_MassStorage/Makefile +++ b/Examples/MAX32650/USB/USB_MassStorage/Makefile @@ -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 diff --git a/Examples/MAX32650/Watchdog/Makefile b/Examples/MAX32650/Watchdog/Makefile index 7cc647840b..34c2eb9375 100644 --- a/Examples/MAX32650/Watchdog/Makefile +++ b/Examples/MAX32650/Watchdog/Makefile @@ -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 diff --git a/Examples/MAX32650/WearLeveling/Makefile b/Examples/MAX32650/WearLeveling/Makefile index 7cc647840b..34c2eb9375 100644 --- a/Examples/MAX32650/WearLeveling/Makefile +++ b/Examples/MAX32650/WearLeveling/Makefile @@ -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 diff --git a/Examples/MAX32655/ADC/Makefile b/Examples/MAX32655/ADC/Makefile index 57c3504b25..be2ad0e6c9 100644 --- a/Examples/MAX32655/ADC/Makefile +++ b/Examples/MAX32655/ADC/Makefile @@ -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 diff --git a/Examples/MAX32655/AES/Makefile b/Examples/MAX32655/AES/Makefile index 57c3504b25..be2ad0e6c9 100644 --- a/Examples/MAX32655/AES/Makefile +++ b/Examples/MAX32655/AES/Makefile @@ -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 diff --git a/Examples/MAX32655/ARM-DSP/arm_bayes_example/Makefile b/Examples/MAX32655/ARM-DSP/arm_bayes_example/Makefile index b7af104c62..717125621b 100644 --- a/Examples/MAX32655/ARM-DSP/arm_bayes_example/Makefile +++ b/Examples/MAX32655/ARM-DSP/arm_bayes_example/Makefile @@ -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 diff --git a/Examples/MAX32655/ARM-DSP/arm_class_marks_example/Makefile b/Examples/MAX32655/ARM-DSP/arm_class_marks_example/Makefile index b7af104c62..717125621b 100644 --- a/Examples/MAX32655/ARM-DSP/arm_class_marks_example/Makefile +++ b/Examples/MAX32655/ARM-DSP/arm_class_marks_example/Makefile @@ -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 diff --git a/Examples/MAX32655/ARM-DSP/arm_convolution_example/Makefile b/Examples/MAX32655/ARM-DSP/arm_convolution_example/Makefile index b7af104c62..717125621b 100644 --- a/Examples/MAX32655/ARM-DSP/arm_convolution_example/Makefile +++ b/Examples/MAX32655/ARM-DSP/arm_convolution_example/Makefile @@ -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 diff --git a/Examples/MAX32655/ARM-DSP/arm_dotproduct_example_f32/Makefile b/Examples/MAX32655/ARM-DSP/arm_dotproduct_example_f32/Makefile index b7af104c62..717125621b 100644 --- a/Examples/MAX32655/ARM-DSP/arm_dotproduct_example_f32/Makefile +++ b/Examples/MAX32655/ARM-DSP/arm_dotproduct_example_f32/Makefile @@ -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 diff --git a/Examples/MAX32655/ARM-DSP/arm_fft_bin_example/Makefile b/Examples/MAX32655/ARM-DSP/arm_fft_bin_example/Makefile index b7af104c62..717125621b 100644 --- a/Examples/MAX32655/ARM-DSP/arm_fft_bin_example/Makefile +++ b/Examples/MAX32655/ARM-DSP/arm_fft_bin_example/Makefile @@ -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 diff --git a/Examples/MAX32655/ARM-DSP/arm_fir_example/Makefile b/Examples/MAX32655/ARM-DSP/arm_fir_example/Makefile index b7af104c62..717125621b 100644 --- a/Examples/MAX32655/ARM-DSP/arm_fir_example/Makefile +++ b/Examples/MAX32655/ARM-DSP/arm_fir_example/Makefile @@ -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 diff --git a/Examples/MAX32655/ARM-DSP/arm_graphic_equalizer_example/Makefile b/Examples/MAX32655/ARM-DSP/arm_graphic_equalizer_example/Makefile index b7af104c62..717125621b 100644 --- a/Examples/MAX32655/ARM-DSP/arm_graphic_equalizer_example/Makefile +++ b/Examples/MAX32655/ARM-DSP/arm_graphic_equalizer_example/Makefile @@ -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 diff --git a/Examples/MAX32655/ARM-DSP/arm_linear_interp_example/Makefile b/Examples/MAX32655/ARM-DSP/arm_linear_interp_example/Makefile index b7af104c62..717125621b 100644 --- a/Examples/MAX32655/ARM-DSP/arm_linear_interp_example/Makefile +++ b/Examples/MAX32655/ARM-DSP/arm_linear_interp_example/Makefile @@ -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 diff --git a/Examples/MAX32655/ARM-DSP/arm_matrix_example/Makefile b/Examples/MAX32655/ARM-DSP/arm_matrix_example/Makefile index b7af104c62..717125621b 100644 --- a/Examples/MAX32655/ARM-DSP/arm_matrix_example/Makefile +++ b/Examples/MAX32655/ARM-DSP/arm_matrix_example/Makefile @@ -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 diff --git a/Examples/MAX32655/ARM-DSP/arm_signal_converge_example/Makefile b/Examples/MAX32655/ARM-DSP/arm_signal_converge_example/Makefile index b7af104c62..717125621b 100644 --- a/Examples/MAX32655/ARM-DSP/arm_signal_converge_example/Makefile +++ b/Examples/MAX32655/ARM-DSP/arm_signal_converge_example/Makefile @@ -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 diff --git a/Examples/MAX32655/ARM-DSP/arm_sin_cos_example/Makefile b/Examples/MAX32655/ARM-DSP/arm_sin_cos_example/Makefile index b7af104c62..717125621b 100644 --- a/Examples/MAX32655/ARM-DSP/arm_sin_cos_example/Makefile +++ b/Examples/MAX32655/ARM-DSP/arm_sin_cos_example/Makefile @@ -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 diff --git a/Examples/MAX32655/ARM-DSP/arm_svm_example/Makefile b/Examples/MAX32655/ARM-DSP/arm_svm_example/Makefile index b7af104c62..717125621b 100644 --- a/Examples/MAX32655/ARM-DSP/arm_svm_example/Makefile +++ b/Examples/MAX32655/ARM-DSP/arm_svm_example/Makefile @@ -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 diff --git a/Examples/MAX32655/ARM-DSP/arm_variance_example/Makefile b/Examples/MAX32655/ARM-DSP/arm_variance_example/Makefile index b7af104c62..717125621b 100644 --- a/Examples/MAX32655/ARM-DSP/arm_variance_example/Makefile +++ b/Examples/MAX32655/ARM-DSP/arm_variance_example/Makefile @@ -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 diff --git a/Examples/MAX32655/Bluetooth/BLE4_ctr/Makefile b/Examples/MAX32655/Bluetooth/BLE4_ctr/Makefile index b7af104c62..717125621b 100644 --- a/Examples/MAX32655/Bluetooth/BLE4_ctr/Makefile +++ b/Examples/MAX32655/Bluetooth/BLE4_ctr/Makefile @@ -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 diff --git a/Examples/MAX32655/Bluetooth/BLE5_ctr/Makefile b/Examples/MAX32655/Bluetooth/BLE5_ctr/Makefile index b7af104c62..717125621b 100644 --- a/Examples/MAX32655/Bluetooth/BLE5_ctr/Makefile +++ b/Examples/MAX32655/Bluetooth/BLE5_ctr/Makefile @@ -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 diff --git a/Examples/MAX32655/Bluetooth/BLE_FreeRTOS/Makefile b/Examples/MAX32655/Bluetooth/BLE_FreeRTOS/Makefile index b7af104c62..717125621b 100644 --- a/Examples/MAX32655/Bluetooth/BLE_FreeRTOS/Makefile +++ b/Examples/MAX32655/Bluetooth/BLE_FreeRTOS/Makefile @@ -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 diff --git a/Examples/MAX32655/Bluetooth/BLE_datc/Makefile b/Examples/MAX32655/Bluetooth/BLE_datc/Makefile index b7af104c62..717125621b 100644 --- a/Examples/MAX32655/Bluetooth/BLE_datc/Makefile +++ b/Examples/MAX32655/Bluetooth/BLE_datc/Makefile @@ -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 diff --git a/Examples/MAX32655/Bluetooth/BLE_dats/Makefile b/Examples/MAX32655/Bluetooth/BLE_dats/Makefile index b7af104c62..717125621b 100644 --- a/Examples/MAX32655/Bluetooth/BLE_dats/Makefile +++ b/Examples/MAX32655/Bluetooth/BLE_dats/Makefile @@ -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 diff --git a/Examples/MAX32655/Bluetooth/BLE_fcc/Makefile b/Examples/MAX32655/Bluetooth/BLE_fcc/Makefile index b7af104c62..717125621b 100644 --- a/Examples/MAX32655/Bluetooth/BLE_fcc/Makefile +++ b/Examples/MAX32655/Bluetooth/BLE_fcc/Makefile @@ -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 diff --git a/Examples/MAX32655/Bluetooth/BLE_fit/Makefile b/Examples/MAX32655/Bluetooth/BLE_fit/Makefile index b7af104c62..717125621b 100644 --- a/Examples/MAX32655/Bluetooth/BLE_fit/Makefile +++ b/Examples/MAX32655/Bluetooth/BLE_fit/Makefile @@ -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 diff --git a/Examples/MAX32655/Bluetooth/BLE_fit_FreeRTOS/Makefile b/Examples/MAX32655/Bluetooth/BLE_fit_FreeRTOS/Makefile index b7af104c62..717125621b 100644 --- a/Examples/MAX32655/Bluetooth/BLE_fit_FreeRTOS/Makefile +++ b/Examples/MAX32655/Bluetooth/BLE_fit_FreeRTOS/Makefile @@ -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 diff --git a/Examples/MAX32655/Bluetooth/BLE_mcs/Makefile b/Examples/MAX32655/Bluetooth/BLE_mcs/Makefile index b7af104c62..717125621b 100644 --- a/Examples/MAX32655/Bluetooth/BLE_mcs/Makefile +++ b/Examples/MAX32655/Bluetooth/BLE_mcs/Makefile @@ -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 diff --git a/Examples/MAX32655/Bluetooth/BLE_otac/Makefile b/Examples/MAX32655/Bluetooth/BLE_otac/Makefile index b7af104c62..717125621b 100644 --- a/Examples/MAX32655/Bluetooth/BLE_otac/Makefile +++ b/Examples/MAX32655/Bluetooth/BLE_otac/Makefile @@ -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 diff --git a/Examples/MAX32655/Bluetooth/BLE_otas/Makefile b/Examples/MAX32655/Bluetooth/BLE_otas/Makefile index b7af104c62..717125621b 100644 --- a/Examples/MAX32655/Bluetooth/BLE_otas/Makefile +++ b/Examples/MAX32655/Bluetooth/BLE_otas/Makefile @@ -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 diff --git a/Examples/MAX32655/Bluetooth/BLE_periph/Makefile b/Examples/MAX32655/Bluetooth/BLE_periph/Makefile index b7af104c62..717125621b 100644 --- a/Examples/MAX32655/Bluetooth/BLE_periph/Makefile +++ b/Examples/MAX32655/Bluetooth/BLE_periph/Makefile @@ -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 diff --git a/Examples/MAX32655/Bluetooth/Bootloader/Makefile b/Examples/MAX32655/Bluetooth/Bootloader/Makefile index b7af104c62..717125621b 100644 --- a/Examples/MAX32655/Bluetooth/Bootloader/Makefile +++ b/Examples/MAX32655/Bluetooth/Bootloader/Makefile @@ -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 diff --git a/Examples/MAX32655/Bluetooth/RF_Test/Makefile b/Examples/MAX32655/Bluetooth/RF_Test/Makefile index b7af104c62..717125621b 100644 --- a/Examples/MAX32655/Bluetooth/RF_Test/Makefile +++ b/Examples/MAX32655/Bluetooth/RF_Test/Makefile @@ -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 diff --git a/Examples/MAX32655/CRC/Makefile b/Examples/MAX32655/CRC/Makefile index 57c3504b25..be2ad0e6c9 100644 --- a/Examples/MAX32655/CRC/Makefile +++ b/Examples/MAX32655/CRC/Makefile @@ -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 diff --git a/Examples/MAX32655/Coremark/Makefile b/Examples/MAX32655/Coremark/Makefile index 57c3504b25..be2ad0e6c9 100644 --- a/Examples/MAX32655/Coremark/Makefile +++ b/Examples/MAX32655/Coremark/Makefile @@ -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 diff --git a/Examples/MAX32655/DMA/Makefile b/Examples/MAX32655/DMA/Makefile index 57c3504b25..be2ad0e6c9 100644 --- a/Examples/MAX32655/DMA/Makefile +++ b/Examples/MAX32655/DMA/Makefile @@ -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 diff --git a/Examples/MAX32655/Dual_core_sync/Dual_core_sync_arm/Makefile b/Examples/MAX32655/Dual_core_sync/Dual_core_sync_arm/Makefile index b7af104c62..717125621b 100644 --- a/Examples/MAX32655/Dual_core_sync/Dual_core_sync_arm/Makefile +++ b/Examples/MAX32655/Dual_core_sync/Dual_core_sync_arm/Makefile @@ -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 diff --git a/Examples/MAX32655/Dual_core_sync/Dual_core_sync_riscv/Makefile b/Examples/MAX32655/Dual_core_sync/Dual_core_sync_riscv/Makefile index b7af104c62..717125621b 100644 --- a/Examples/MAX32655/Dual_core_sync/Dual_core_sync_riscv/Makefile +++ b/Examples/MAX32655/Dual_core_sync/Dual_core_sync_riscv/Makefile @@ -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 diff --git a/Examples/MAX32655/EEPROM_Emulator/Makefile b/Examples/MAX32655/EEPROM_Emulator/Makefile index 57c3504b25..be2ad0e6c9 100644 --- a/Examples/MAX32655/EEPROM_Emulator/Makefile +++ b/Examples/MAX32655/EEPROM_Emulator/Makefile @@ -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 diff --git a/Examples/MAX32655/External_Flash/Makefile b/Examples/MAX32655/External_Flash/Makefile index 57c3504b25..be2ad0e6c9 100644 --- a/Examples/MAX32655/External_Flash/Makefile +++ b/Examples/MAX32655/External_Flash/Makefile @@ -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 diff --git a/Examples/MAX32655/FTHR_I2C/Makefile b/Examples/MAX32655/FTHR_I2C/Makefile index 0bae2aac95..ef798b6241 100644 --- a/Examples/MAX32655/FTHR_I2C/Makefile +++ b/Examples/MAX32655/FTHR_I2C/Makefile @@ -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 diff --git a/Examples/MAX32655/Flash/Makefile b/Examples/MAX32655/Flash/Makefile index 57c3504b25..be2ad0e6c9 100644 --- a/Examples/MAX32655/Flash/Makefile +++ b/Examples/MAX32655/Flash/Makefile @@ -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 diff --git a/Examples/MAX32655/Flash_CLI/Makefile b/Examples/MAX32655/Flash_CLI/Makefile index 57c3504b25..be2ad0e6c9 100644 --- a/Examples/MAX32655/Flash_CLI/Makefile +++ b/Examples/MAX32655/Flash_CLI/Makefile @@ -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 diff --git a/Examples/MAX32655/FreeRTOSDemo/Makefile b/Examples/MAX32655/FreeRTOSDemo/Makefile index 57c3504b25..be2ad0e6c9 100644 --- a/Examples/MAX32655/FreeRTOSDemo/Makefile +++ b/Examples/MAX32655/FreeRTOSDemo/Makefile @@ -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 diff --git a/Examples/MAX32655/GPIO/Makefile b/Examples/MAX32655/GPIO/Makefile index 57c3504b25..be2ad0e6c9 100644 --- a/Examples/MAX32655/GPIO/Makefile +++ b/Examples/MAX32655/GPIO/Makefile @@ -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 diff --git a/Examples/MAX32655/Hello_World/Makefile b/Examples/MAX32655/Hello_World/Makefile index 57c3504b25..be2ad0e6c9 100644 --- a/Examples/MAX32655/Hello_World/Makefile +++ b/Examples/MAX32655/Hello_World/Makefile @@ -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 diff --git a/Examples/MAX32655/Hello_World_Cpp/Makefile b/Examples/MAX32655/Hello_World_Cpp/Makefile index 57c3504b25..be2ad0e6c9 100644 --- a/Examples/MAX32655/Hello_World_Cpp/Makefile +++ b/Examples/MAX32655/Hello_World_Cpp/Makefile @@ -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 diff --git a/Examples/MAX32655/I2C/Makefile b/Examples/MAX32655/I2C/Makefile index 57c3504b25..be2ad0e6c9 100644 --- a/Examples/MAX32655/I2C/Makefile +++ b/Examples/MAX32655/I2C/Makefile @@ -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 diff --git a/Examples/MAX32655/I2C_EEPROM/Makefile b/Examples/MAX32655/I2C_EEPROM/Makefile index 57c3504b25..be2ad0e6c9 100644 --- a/Examples/MAX32655/I2C_EEPROM/Makefile +++ b/Examples/MAX32655/I2C_EEPROM/Makefile @@ -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 diff --git a/Examples/MAX32655/I2C_MNGR/Makefile b/Examples/MAX32655/I2C_MNGR/Makefile index 57c3504b25..be2ad0e6c9 100644 --- a/Examples/MAX32655/I2C_MNGR/Makefile +++ b/Examples/MAX32655/I2C_MNGR/Makefile @@ -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 diff --git a/Examples/MAX32655/I2C_SCAN/Makefile b/Examples/MAX32655/I2C_SCAN/Makefile index 57c3504b25..be2ad0e6c9 100644 --- a/Examples/MAX32655/I2C_SCAN/Makefile +++ b/Examples/MAX32655/I2C_SCAN/Makefile @@ -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 diff --git a/Examples/MAX32655/I2C_Sensor/Makefile b/Examples/MAX32655/I2C_Sensor/Makefile index 57c3504b25..be2ad0e6c9 100644 --- a/Examples/MAX32655/I2C_Sensor/Makefile +++ b/Examples/MAX32655/I2C_Sensor/Makefile @@ -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 diff --git a/Examples/MAX32655/I2C_Sensor_ADT7420/Makefile b/Examples/MAX32655/I2C_Sensor_ADT7420/Makefile index 57c3504b25..be2ad0e6c9 100644 --- a/Examples/MAX32655/I2C_Sensor_ADT7420/Makefile +++ b/Examples/MAX32655/I2C_Sensor_ADT7420/Makefile @@ -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 diff --git a/Examples/MAX32655/I2S/Makefile b/Examples/MAX32655/I2S/Makefile index 57c3504b25..be2ad0e6c9 100644 --- a/Examples/MAX32655/I2S/Makefile +++ b/Examples/MAX32655/I2S/Makefile @@ -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 diff --git a/Examples/MAX32655/ICC/Makefile b/Examples/MAX32655/ICC/Makefile index 57c3504b25..be2ad0e6c9 100644 --- a/Examples/MAX32655/ICC/Makefile +++ b/Examples/MAX32655/ICC/Makefile @@ -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 diff --git a/Examples/MAX32655/LP/Makefile b/Examples/MAX32655/LP/Makefile index 57c3504b25..be2ad0e6c9 100644 --- a/Examples/MAX32655/LP/Makefile +++ b/Examples/MAX32655/LP/Makefile @@ -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 diff --git a/Examples/MAX32655/LPCMP/Makefile b/Examples/MAX32655/LPCMP/Makefile index 57c3504b25..be2ad0e6c9 100644 --- a/Examples/MAX32655/LPCMP/Makefile +++ b/Examples/MAX32655/LPCMP/Makefile @@ -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 diff --git a/Examples/MAX32655/Library_Generate/Makefile b/Examples/MAX32655/Library_Generate/Makefile index 57c3504b25..be2ad0e6c9 100644 --- a/Examples/MAX32655/Library_Generate/Makefile +++ b/Examples/MAX32655/Library_Generate/Makefile @@ -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 diff --git a/Examples/MAX32655/Library_Use/Makefile b/Examples/MAX32655/Library_Use/Makefile index 57c3504b25..be2ad0e6c9 100644 --- a/Examples/MAX32655/Library_Use/Makefile +++ b/Examples/MAX32655/Library_Use/Makefile @@ -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 diff --git a/Examples/MAX32655/Pulse_Train/Makefile b/Examples/MAX32655/Pulse_Train/Makefile index 57c3504b25..be2ad0e6c9 100644 --- a/Examples/MAX32655/Pulse_Train/Makefile +++ b/Examples/MAX32655/Pulse_Train/Makefile @@ -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 diff --git a/Examples/MAX32655/RTC/Makefile b/Examples/MAX32655/RTC/Makefile index 57c3504b25..be2ad0e6c9 100644 --- a/Examples/MAX32655/RTC/Makefile +++ b/Examples/MAX32655/RTC/Makefile @@ -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 diff --git a/Examples/MAX32655/RTC_Backup/Makefile b/Examples/MAX32655/RTC_Backup/Makefile index 57c3504b25..be2ad0e6c9 100644 --- a/Examples/MAX32655/RTC_Backup/Makefile +++ b/Examples/MAX32655/RTC_Backup/Makefile @@ -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 diff --git a/Examples/MAX32655/RV_ARM_Loader/Makefile b/Examples/MAX32655/RV_ARM_Loader/Makefile index 57c3504b25..be2ad0e6c9 100644 --- a/Examples/MAX32655/RV_ARM_Loader/Makefile +++ b/Examples/MAX32655/RV_ARM_Loader/Makefile @@ -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 diff --git a/Examples/MAX32655/SDHC_FTHR/Makefile b/Examples/MAX32655/SDHC_FTHR/Makefile index 0c21ba1313..ef798b6241 100644 --- a/Examples/MAX32655/SDHC_FTHR/Makefile +++ b/Examples/MAX32655/SDHC_FTHR/Makefile @@ -1,9 +1,8 @@ ############################################################################### # - # Copyright (C) 2022-2023 Maxim Integrated Products, Inc. All Rights Reserved. - # (now owned by Analog Devices, Inc.), - # Copyright (C) 2023 Analog Devices, Inc. All Rights Reserved. This software - # is proprietary to Analog Devices, Inc. and its licensors. + # Copyright (C) 2022-2023 Maxim Integrated Products, Inc. (now owned by + # Analog Devices, Inc.), + # Copyright (C) 2023-2024 Analog Devices, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -44,6 +43,8 @@ # Configuration Variables: # - TARGET : Override the default target microcontroller. Ex: TARGET=MAX78000 # - BOARD : Override the default BSP (case sensitive). Ex: BOARD=EvKit_V1, BOARD=FTHR_RevA + + ifeq "$(TARGET)" "" # Default target microcontroller TARGET := MAX32655 @@ -224,7 +225,7 @@ MXC_OPTIMIZE_CFLAGS := -Og endif # Default level if not building for release or explicitly for debug -MXC_OPTIMIZE_CFLAGS ?= -O2 +MXC_OPTIMIZE_CFLAGS ?= -Og # Set compiler flags PROJ_CFLAGS += -Wall # Enable warnings @@ -343,6 +344,7 @@ endif # - LIB_LWIP : Include the lwIP library # - LIB_MAXUSB : Include the MAXUSB library # - LIB_SDHC : Include the SDHC library + include $(LIBS_DIR)/libs.mk @@ -365,11 +367,10 @@ ifeq "$(MAKECMDGOALS)" "" MAKECMDGOALS:=$(.DEFAULT_GOAL) endif -$(info ---INFO: TARGET --> $(TARGET) BOARD --> $(BOARD) BOARD_DIR --> $(BOARD_DIR)) 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 diff --git a/Examples/MAX32655/SPI/Makefile b/Examples/MAX32655/SPI/Makefile index 57c3504b25..be2ad0e6c9 100644 --- a/Examples/MAX32655/SPI/Makefile +++ b/Examples/MAX32655/SPI/Makefile @@ -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 diff --git a/Examples/MAX32655/TFT_Demo/Makefile b/Examples/MAX32655/TFT_Demo/Makefile index 57c3504b25..be2ad0e6c9 100644 --- a/Examples/MAX32655/TFT_Demo/Makefile +++ b/Examples/MAX32655/TFT_Demo/Makefile @@ -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 diff --git a/Examples/MAX32655/TMR/Makefile b/Examples/MAX32655/TMR/Makefile index 57c3504b25..be2ad0e6c9 100644 --- a/Examples/MAX32655/TMR/Makefile +++ b/Examples/MAX32655/TMR/Makefile @@ -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 diff --git a/Examples/MAX32655/TRNG/Makefile b/Examples/MAX32655/TRNG/Makefile index 57c3504b25..be2ad0e6c9 100644 --- a/Examples/MAX32655/TRNG/Makefile +++ b/Examples/MAX32655/TRNG/Makefile @@ -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 diff --git a/Examples/MAX32655/Temp_Monitor/Makefile b/Examples/MAX32655/Temp_Monitor/Makefile index 57c3504b25..be2ad0e6c9 100644 --- a/Examples/MAX32655/Temp_Monitor/Makefile +++ b/Examples/MAX32655/Temp_Monitor/Makefile @@ -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 diff --git a/Examples/MAX32655/UART/Makefile b/Examples/MAX32655/UART/Makefile index 57c3504b25..be2ad0e6c9 100644 --- a/Examples/MAX32655/UART/Makefile +++ b/Examples/MAX32655/UART/Makefile @@ -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 diff --git a/Examples/MAX32655/UCL/Makefile b/Examples/MAX32655/UCL/Makefile index 0278e216bf..bca50d543b 100644 --- a/Examples/MAX32655/UCL/Makefile +++ b/Examples/MAX32655/UCL/Makefile @@ -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 diff --git a/Examples/MAX32655/WUT/Makefile b/Examples/MAX32655/WUT/Makefile index 57c3504b25..be2ad0e6c9 100644 --- a/Examples/MAX32655/WUT/Makefile +++ b/Examples/MAX32655/WUT/Makefile @@ -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 diff --git a/Examples/MAX32655/Watchdog/Makefile b/Examples/MAX32655/Watchdog/Makefile index 57c3504b25..be2ad0e6c9 100644 --- a/Examples/MAX32655/Watchdog/Makefile +++ b/Examples/MAX32655/Watchdog/Makefile @@ -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 diff --git a/Examples/MAX32655/WearLeveling/Makefile b/Examples/MAX32655/WearLeveling/Makefile index 57c3504b25..be2ad0e6c9 100644 --- a/Examples/MAX32655/WearLeveling/Makefile +++ b/Examples/MAX32655/WearLeveling/Makefile @@ -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 diff --git a/Examples/MAX32657/Hello_World/.vscode/launch.json b/Examples/MAX32657/Hello_World/.vscode/launch.json index 01fe519904..c85058b535 100755 --- a/Examples/MAX32657/Hello_World/.vscode/launch.json +++ b/Examples/MAX32657/Hello_World/.vscode/launch.json @@ -78,56 +78,6 @@ { "text":"set $pc=Reset_Handler"}, { "text":"b main" } ] - }, - { - "name": "GDB (RISC-V)", - "type": "cppdbg", - "request": "launch", - "program": "${workspaceFolder}/buildrv/${config:program_file}", - "args": [], - "stopAtEntry": false, - "cwd": "${workspaceFolder}", - "environment": [], - "externalConsole": false, - "MIMode": "gdb", - "linux": { - "miDebuggerPath": "${config:xPack_GCC_path}/bin/riscv-none-elf-gdb", - "debugServerPath": "${config:OCD_path}/openocd", - }, - "windows": { - "miDebuggerPath": "${config:xPack_GCC_path}/bin/riscv-none-elf-gdb.exe", - "debugServerPath": "${config:OCD_path}/openocd.exe", - }, - "osx": { - "miDebuggerPath": "${config:xPack_GCC_path}/bin/riscv-none-elf-gdb", - "debugServerPath": "${config:OCD_path}/bin/openocd", - }, - "logging": { - "exceptions": true, - "trace": false, - "traceResponse": false, - "engineLogging": false - }, - "miDebuggerServerAddress": "localhost:3334", - "debugServerArgs": "-c \"gdb_port 3334\" -s ${config:OCD_path}/scripts -f interface/${config:RV_OCD_interface_file} -f target/${config:RV_OCD_target_file}", - "serverStarted": "Info : Listening on port 3334 for gdb connections", - "filterStderr": true, - "customLaunchSetupCommands": [ - {"text":"-list-features"} - ], - "targetArchitecture": "arm", - "setupCommands": [ - { "text":"set logging overwrite on"}, - { "text":"set logging file debug-riscv.log"}, - { "text":"set logging on"}, - { "text":"cd ${workspaceFolder}" }, - { "text": "set architecture riscv:rv32", "ignoreFailures": false }, - { "text":"exec-file build/${config:program_file}", "ignoreFailures": false }, - { "text":"symbol-file buildrv/${config:symbol_file}", "ignoreFailures": false }, - { "text":"target remote localhost:3334" }, - { "text":"b main" }, - { "text": "set $pc=Reset_Handler","ignoreFailures": false } - ] } ] } diff --git a/Examples/MAX32657/Hello_World/Makefile b/Examples/MAX32657/Hello_World/Makefile index 6c2b40a794..1ca7ba1a49 100644 --- a/Examples/MAX32657/Hello_World/Makefile +++ b/Examples/MAX32657/Hello_World/Makefile @@ -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 diff --git a/Examples/MAX32660/ARM-DSP/arm_bayes_example/Makefile b/Examples/MAX32660/ARM-DSP/arm_bayes_example/Makefile index 9c17c43109..3d3bbedf05 100644 --- a/Examples/MAX32660/ARM-DSP/arm_bayes_example/Makefile +++ b/Examples/MAX32660/ARM-DSP/arm_bayes_example/Makefile @@ -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 diff --git a/Examples/MAX32660/ARM-DSP/arm_class_marks_example/Makefile b/Examples/MAX32660/ARM-DSP/arm_class_marks_example/Makefile index 9c17c43109..3d3bbedf05 100644 --- a/Examples/MAX32660/ARM-DSP/arm_class_marks_example/Makefile +++ b/Examples/MAX32660/ARM-DSP/arm_class_marks_example/Makefile @@ -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 diff --git a/Examples/MAX32660/ARM-DSP/arm_convolution_example/Makefile b/Examples/MAX32660/ARM-DSP/arm_convolution_example/Makefile index 9c17c43109..3d3bbedf05 100644 --- a/Examples/MAX32660/ARM-DSP/arm_convolution_example/Makefile +++ b/Examples/MAX32660/ARM-DSP/arm_convolution_example/Makefile @@ -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 diff --git a/Examples/MAX32660/ARM-DSP/arm_dotproduct_example_f32/Makefile b/Examples/MAX32660/ARM-DSP/arm_dotproduct_example_f32/Makefile index 9c17c43109..3d3bbedf05 100644 --- a/Examples/MAX32660/ARM-DSP/arm_dotproduct_example_f32/Makefile +++ b/Examples/MAX32660/ARM-DSP/arm_dotproduct_example_f32/Makefile @@ -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 diff --git a/Examples/MAX32660/ARM-DSP/arm_fft_bin_example/Makefile b/Examples/MAX32660/ARM-DSP/arm_fft_bin_example/Makefile index 9c17c43109..3d3bbedf05 100644 --- a/Examples/MAX32660/ARM-DSP/arm_fft_bin_example/Makefile +++ b/Examples/MAX32660/ARM-DSP/arm_fft_bin_example/Makefile @@ -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 diff --git a/Examples/MAX32660/ARM-DSP/arm_fir_example/Makefile b/Examples/MAX32660/ARM-DSP/arm_fir_example/Makefile index 9c17c43109..3d3bbedf05 100644 --- a/Examples/MAX32660/ARM-DSP/arm_fir_example/Makefile +++ b/Examples/MAX32660/ARM-DSP/arm_fir_example/Makefile @@ -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 diff --git a/Examples/MAX32660/ARM-DSP/arm_graphic_equalizer_example/Makefile b/Examples/MAX32660/ARM-DSP/arm_graphic_equalizer_example/Makefile index 9c17c43109..3d3bbedf05 100644 --- a/Examples/MAX32660/ARM-DSP/arm_graphic_equalizer_example/Makefile +++ b/Examples/MAX32660/ARM-DSP/arm_graphic_equalizer_example/Makefile @@ -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 diff --git a/Examples/MAX32660/ARM-DSP/arm_linear_interp_example/Makefile b/Examples/MAX32660/ARM-DSP/arm_linear_interp_example/Makefile index 9c17c43109..3d3bbedf05 100644 --- a/Examples/MAX32660/ARM-DSP/arm_linear_interp_example/Makefile +++ b/Examples/MAX32660/ARM-DSP/arm_linear_interp_example/Makefile @@ -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 diff --git a/Examples/MAX32660/ARM-DSP/arm_matrix_example/Makefile b/Examples/MAX32660/ARM-DSP/arm_matrix_example/Makefile index 9c17c43109..3d3bbedf05 100644 --- a/Examples/MAX32660/ARM-DSP/arm_matrix_example/Makefile +++ b/Examples/MAX32660/ARM-DSP/arm_matrix_example/Makefile @@ -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 diff --git a/Examples/MAX32660/ARM-DSP/arm_signal_converge_example/Makefile b/Examples/MAX32660/ARM-DSP/arm_signal_converge_example/Makefile index 9c17c43109..3d3bbedf05 100644 --- a/Examples/MAX32660/ARM-DSP/arm_signal_converge_example/Makefile +++ b/Examples/MAX32660/ARM-DSP/arm_signal_converge_example/Makefile @@ -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 diff --git a/Examples/MAX32660/ARM-DSP/arm_sin_cos_example/Makefile b/Examples/MAX32660/ARM-DSP/arm_sin_cos_example/Makefile index 9c17c43109..3d3bbedf05 100644 --- a/Examples/MAX32660/ARM-DSP/arm_sin_cos_example/Makefile +++ b/Examples/MAX32660/ARM-DSP/arm_sin_cos_example/Makefile @@ -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 diff --git a/Examples/MAX32660/ARM-DSP/arm_svm_example/Makefile b/Examples/MAX32660/ARM-DSP/arm_svm_example/Makefile index 9c17c43109..3d3bbedf05 100644 --- a/Examples/MAX32660/ARM-DSP/arm_svm_example/Makefile +++ b/Examples/MAX32660/ARM-DSP/arm_svm_example/Makefile @@ -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 diff --git a/Examples/MAX32660/ARM-DSP/arm_variance_example/Makefile b/Examples/MAX32660/ARM-DSP/arm_variance_example/Makefile index 9c17c43109..3d3bbedf05 100644 --- a/Examples/MAX32660/ARM-DSP/arm_variance_example/Makefile +++ b/Examples/MAX32660/ARM-DSP/arm_variance_example/Makefile @@ -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 diff --git a/Examples/MAX32660/Bootloader_Host/Makefile b/Examples/MAX32660/Bootloader_Host/Makefile index 8c1d4b58d9..dac74611d2 100644 --- a/Examples/MAX32660/Bootloader_Host/Makefile +++ b/Examples/MAX32660/Bootloader_Host/Makefile @@ -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 diff --git a/Examples/MAX32660/Coremark/Makefile b/Examples/MAX32660/Coremark/Makefile index 8c1d4b58d9..dac74611d2 100644 --- a/Examples/MAX32660/Coremark/Makefile +++ b/Examples/MAX32660/Coremark/Makefile @@ -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 diff --git a/Examples/MAX32660/DMA/Makefile b/Examples/MAX32660/DMA/Makefile index 8c1d4b58d9..dac74611d2 100644 --- a/Examples/MAX32660/DMA/Makefile +++ b/Examples/MAX32660/DMA/Makefile @@ -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 diff --git a/Examples/MAX32660/EEPROM_Emulator/Makefile b/Examples/MAX32660/EEPROM_Emulator/Makefile index 8c1d4b58d9..dac74611d2 100644 --- a/Examples/MAX32660/EEPROM_Emulator/Makefile +++ b/Examples/MAX32660/EEPROM_Emulator/Makefile @@ -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 diff --git a/Examples/MAX32660/Flash/Makefile b/Examples/MAX32660/Flash/Makefile index 8c1d4b58d9..dac74611d2 100644 --- a/Examples/MAX32660/Flash/Makefile +++ b/Examples/MAX32660/Flash/Makefile @@ -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 diff --git a/Examples/MAX32660/Flash_CLI/Makefile b/Examples/MAX32660/Flash_CLI/Makefile index 8c1d4b58d9..dac74611d2 100644 --- a/Examples/MAX32660/Flash_CLI/Makefile +++ b/Examples/MAX32660/Flash_CLI/Makefile @@ -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 diff --git a/Examples/MAX32660/FreeRTOSDemo/Makefile b/Examples/MAX32660/FreeRTOSDemo/Makefile index 8c1d4b58d9..dac74611d2 100644 --- a/Examples/MAX32660/FreeRTOSDemo/Makefile +++ b/Examples/MAX32660/FreeRTOSDemo/Makefile @@ -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 diff --git a/Examples/MAX32660/GPIO/Makefile b/Examples/MAX32660/GPIO/Makefile index 8c1d4b58d9..dac74611d2 100644 --- a/Examples/MAX32660/GPIO/Makefile +++ b/Examples/MAX32660/GPIO/Makefile @@ -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 diff --git a/Examples/MAX32660/Hello_World/Makefile b/Examples/MAX32660/Hello_World/Makefile index 8c1d4b58d9..dac74611d2 100644 --- a/Examples/MAX32660/Hello_World/Makefile +++ b/Examples/MAX32660/Hello_World/Makefile @@ -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 diff --git a/Examples/MAX32660/Hello_World_Cpp/Makefile b/Examples/MAX32660/Hello_World_Cpp/Makefile index 8c1d4b58d9..dac74611d2 100644 --- a/Examples/MAX32660/Hello_World_Cpp/Makefile +++ b/Examples/MAX32660/Hello_World_Cpp/Makefile @@ -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 diff --git a/Examples/MAX32660/I2C/Makefile b/Examples/MAX32660/I2C/Makefile index 8c1d4b58d9..dac74611d2 100644 --- a/Examples/MAX32660/I2C/Makefile +++ b/Examples/MAX32660/I2C/Makefile @@ -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 diff --git a/Examples/MAX32660/I2C_MNGR/Makefile b/Examples/MAX32660/I2C_MNGR/Makefile index 8c1d4b58d9..dac74611d2 100644 --- a/Examples/MAX32660/I2C_MNGR/Makefile +++ b/Examples/MAX32660/I2C_MNGR/Makefile @@ -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 diff --git a/Examples/MAX32660/I2C_SCAN/Makefile b/Examples/MAX32660/I2C_SCAN/Makefile index 8c1d4b58d9..dac74611d2 100644 --- a/Examples/MAX32660/I2C_SCAN/Makefile +++ b/Examples/MAX32660/I2C_SCAN/Makefile @@ -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 diff --git a/Examples/MAX32660/I2C_Sensor/Makefile b/Examples/MAX32660/I2C_Sensor/Makefile index 8c1d4b58d9..dac74611d2 100644 --- a/Examples/MAX32660/I2C_Sensor/Makefile +++ b/Examples/MAX32660/I2C_Sensor/Makefile @@ -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 diff --git a/Examples/MAX32660/I2S/Makefile b/Examples/MAX32660/I2S/Makefile index 8c1d4b58d9..dac74611d2 100644 --- a/Examples/MAX32660/I2S/Makefile +++ b/Examples/MAX32660/I2S/Makefile @@ -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 diff --git a/Examples/MAX32660/ICC/Makefile b/Examples/MAX32660/ICC/Makefile index 8c1d4b58d9..dac74611d2 100644 --- a/Examples/MAX32660/ICC/Makefile +++ b/Examples/MAX32660/ICC/Makefile @@ -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 diff --git a/Examples/MAX32660/Info_Block_Usecase/Makefile b/Examples/MAX32660/Info_Block_Usecase/Makefile index 8c1d4b58d9..dac74611d2 100644 --- a/Examples/MAX32660/Info_Block_Usecase/Makefile +++ b/Examples/MAX32660/Info_Block_Usecase/Makefile @@ -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 diff --git a/Examples/MAX32660/LP/Makefile b/Examples/MAX32660/LP/Makefile index 8c1d4b58d9..dac74611d2 100644 --- a/Examples/MAX32660/LP/Makefile +++ b/Examples/MAX32660/LP/Makefile @@ -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 diff --git a/Examples/MAX32660/Library_Generate/Makefile b/Examples/MAX32660/Library_Generate/Makefile index 8c1d4b58d9..dac74611d2 100644 --- a/Examples/MAX32660/Library_Generate/Makefile +++ b/Examples/MAX32660/Library_Generate/Makefile @@ -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 diff --git a/Examples/MAX32660/Library_Use/Makefile b/Examples/MAX32660/Library_Use/Makefile index 8c1d4b58d9..dac74611d2 100644 --- a/Examples/MAX32660/Library_Use/Makefile +++ b/Examples/MAX32660/Library_Use/Makefile @@ -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 diff --git a/Examples/MAX32660/RTC/Makefile b/Examples/MAX32660/RTC/Makefile index 8c1d4b58d9..dac74611d2 100644 --- a/Examples/MAX32660/RTC/Makefile +++ b/Examples/MAX32660/RTC/Makefile @@ -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 diff --git a/Examples/MAX32660/RTC_Backup/Makefile b/Examples/MAX32660/RTC_Backup/Makefile index 8c1d4b58d9..dac74611d2 100644 --- a/Examples/MAX32660/RTC_Backup/Makefile +++ b/Examples/MAX32660/RTC_Backup/Makefile @@ -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 diff --git a/Examples/MAX32660/SPI/Makefile b/Examples/MAX32660/SPI/Makefile index 8c1d4b58d9..dac74611d2 100644 --- a/Examples/MAX32660/SPI/Makefile +++ b/Examples/MAX32660/SPI/Makefile @@ -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 diff --git a/Examples/MAX32660/SPIMSS/Makefile b/Examples/MAX32660/SPIMSS/Makefile index 8c1d4b58d9..dac74611d2 100644 --- a/Examples/MAX32660/SPIMSS/Makefile +++ b/Examples/MAX32660/SPIMSS/Makefile @@ -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 diff --git a/Examples/MAX32660/SPIMSS_DMA/Makefile b/Examples/MAX32660/SPIMSS_DMA/Makefile index 8c1d4b58d9..dac74611d2 100644 --- a/Examples/MAX32660/SPIMSS_DMA/Makefile +++ b/Examples/MAX32660/SPIMSS_DMA/Makefile @@ -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 diff --git a/Examples/MAX32660/SPI_MasterSlave/Makefile b/Examples/MAX32660/SPI_MasterSlave/Makefile index 8c1d4b58d9..dac74611d2 100644 --- a/Examples/MAX32660/SPI_MasterSlave/Makefile +++ b/Examples/MAX32660/SPI_MasterSlave/Makefile @@ -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 diff --git a/Examples/MAX32660/SecureROM_BL_Host/Makefile b/Examples/MAX32660/SecureROM_BL_Host/Makefile index 8c1d4b58d9..dac74611d2 100644 --- a/Examples/MAX32660/SecureROM_BL_Host/Makefile +++ b/Examples/MAX32660/SecureROM_BL_Host/Makefile @@ -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 diff --git a/Examples/MAX32660/TMR/Makefile b/Examples/MAX32660/TMR/Makefile index 8c1d4b58d9..dac74611d2 100644 --- a/Examples/MAX32660/TMR/Makefile +++ b/Examples/MAX32660/TMR/Makefile @@ -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 diff --git a/Examples/MAX32660/Temp_Monitor/Makefile b/Examples/MAX32660/Temp_Monitor/Makefile index 8c1d4b58d9..dac74611d2 100644 --- a/Examples/MAX32660/Temp_Monitor/Makefile +++ b/Examples/MAX32660/Temp_Monitor/Makefile @@ -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 diff --git a/Examples/MAX32660/UART/Makefile b/Examples/MAX32660/UART/Makefile index 8c1d4b58d9..dac74611d2 100644 --- a/Examples/MAX32660/UART/Makefile +++ b/Examples/MAX32660/UART/Makefile @@ -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 diff --git a/Examples/MAX32660/UART_Wakeup/Makefile b/Examples/MAX32660/UART_Wakeup/Makefile index 8c1d4b58d9..dac74611d2 100644 --- a/Examples/MAX32660/UART_Wakeup/Makefile +++ b/Examples/MAX32660/UART_Wakeup/Makefile @@ -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 diff --git a/Examples/MAX32660/Watchdog/Makefile b/Examples/MAX32660/Watchdog/Makefile index 8c1d4b58d9..dac74611d2 100644 --- a/Examples/MAX32660/Watchdog/Makefile +++ b/Examples/MAX32660/Watchdog/Makefile @@ -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 diff --git a/Examples/MAX32660/WearLeveling/Makefile b/Examples/MAX32660/WearLeveling/Makefile index 8c1d4b58d9..dac74611d2 100644 --- a/Examples/MAX32660/WearLeveling/Makefile +++ b/Examples/MAX32660/WearLeveling/Makefile @@ -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 diff --git a/Examples/MAX32662/ADC/Makefile b/Examples/MAX32662/ADC/Makefile index 6882ffba4c..866c252d39 100644 --- a/Examples/MAX32662/ADC/Makefile +++ b/Examples/MAX32662/ADC/Makefile @@ -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 diff --git a/Examples/MAX32662/ARM-DSP/arm_bayes_example/Makefile b/Examples/MAX32662/ARM-DSP/arm_bayes_example/Makefile index 7bed8f3ad5..243bb96633 100644 --- a/Examples/MAX32662/ARM-DSP/arm_bayes_example/Makefile +++ b/Examples/MAX32662/ARM-DSP/arm_bayes_example/Makefile @@ -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 diff --git a/Examples/MAX32662/ARM-DSP/arm_class_marks_example/Makefile b/Examples/MAX32662/ARM-DSP/arm_class_marks_example/Makefile index 7bed8f3ad5..243bb96633 100644 --- a/Examples/MAX32662/ARM-DSP/arm_class_marks_example/Makefile +++ b/Examples/MAX32662/ARM-DSP/arm_class_marks_example/Makefile @@ -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 diff --git a/Examples/MAX32662/ARM-DSP/arm_convolution_example/Makefile b/Examples/MAX32662/ARM-DSP/arm_convolution_example/Makefile index 7bed8f3ad5..243bb96633 100644 --- a/Examples/MAX32662/ARM-DSP/arm_convolution_example/Makefile +++ b/Examples/MAX32662/ARM-DSP/arm_convolution_example/Makefile @@ -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 diff --git a/Examples/MAX32662/ARM-DSP/arm_dotproduct_example_f32/Makefile b/Examples/MAX32662/ARM-DSP/arm_dotproduct_example_f32/Makefile index 7bed8f3ad5..243bb96633 100644 --- a/Examples/MAX32662/ARM-DSP/arm_dotproduct_example_f32/Makefile +++ b/Examples/MAX32662/ARM-DSP/arm_dotproduct_example_f32/Makefile @@ -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 diff --git a/Examples/MAX32662/ARM-DSP/arm_fft_bin_example/Makefile b/Examples/MAX32662/ARM-DSP/arm_fft_bin_example/Makefile index 7bed8f3ad5..243bb96633 100644 --- a/Examples/MAX32662/ARM-DSP/arm_fft_bin_example/Makefile +++ b/Examples/MAX32662/ARM-DSP/arm_fft_bin_example/Makefile @@ -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 diff --git a/Examples/MAX32662/ARM-DSP/arm_fir_example/Makefile b/Examples/MAX32662/ARM-DSP/arm_fir_example/Makefile index 7bed8f3ad5..243bb96633 100644 --- a/Examples/MAX32662/ARM-DSP/arm_fir_example/Makefile +++ b/Examples/MAX32662/ARM-DSP/arm_fir_example/Makefile @@ -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 diff --git a/Examples/MAX32662/ARM-DSP/arm_graphic_equalizer_example/Makefile b/Examples/MAX32662/ARM-DSP/arm_graphic_equalizer_example/Makefile index 7bed8f3ad5..243bb96633 100644 --- a/Examples/MAX32662/ARM-DSP/arm_graphic_equalizer_example/Makefile +++ b/Examples/MAX32662/ARM-DSP/arm_graphic_equalizer_example/Makefile @@ -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 diff --git a/Examples/MAX32662/ARM-DSP/arm_linear_interp_example/Makefile b/Examples/MAX32662/ARM-DSP/arm_linear_interp_example/Makefile index 7bed8f3ad5..243bb96633 100644 --- a/Examples/MAX32662/ARM-DSP/arm_linear_interp_example/Makefile +++ b/Examples/MAX32662/ARM-DSP/arm_linear_interp_example/Makefile @@ -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 diff --git a/Examples/MAX32662/ARM-DSP/arm_matrix_example/Makefile b/Examples/MAX32662/ARM-DSP/arm_matrix_example/Makefile index 7bed8f3ad5..243bb96633 100644 --- a/Examples/MAX32662/ARM-DSP/arm_matrix_example/Makefile +++ b/Examples/MAX32662/ARM-DSP/arm_matrix_example/Makefile @@ -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 diff --git a/Examples/MAX32662/ARM-DSP/arm_signal_converge_example/Makefile b/Examples/MAX32662/ARM-DSP/arm_signal_converge_example/Makefile index 7bed8f3ad5..243bb96633 100644 --- a/Examples/MAX32662/ARM-DSP/arm_signal_converge_example/Makefile +++ b/Examples/MAX32662/ARM-DSP/arm_signal_converge_example/Makefile @@ -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 diff --git a/Examples/MAX32662/ARM-DSP/arm_sin_cos_example/Makefile b/Examples/MAX32662/ARM-DSP/arm_sin_cos_example/Makefile index 7bed8f3ad5..243bb96633 100644 --- a/Examples/MAX32662/ARM-DSP/arm_sin_cos_example/Makefile +++ b/Examples/MAX32662/ARM-DSP/arm_sin_cos_example/Makefile @@ -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 diff --git a/Examples/MAX32662/ARM-DSP/arm_svm_example/Makefile b/Examples/MAX32662/ARM-DSP/arm_svm_example/Makefile index 7bed8f3ad5..243bb96633 100644 --- a/Examples/MAX32662/ARM-DSP/arm_svm_example/Makefile +++ b/Examples/MAX32662/ARM-DSP/arm_svm_example/Makefile @@ -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 diff --git a/Examples/MAX32662/ARM-DSP/arm_variance_example/Makefile b/Examples/MAX32662/ARM-DSP/arm_variance_example/Makefile index 7bed8f3ad5..243bb96633 100644 --- a/Examples/MAX32662/ARM-DSP/arm_variance_example/Makefile +++ b/Examples/MAX32662/ARM-DSP/arm_variance_example/Makefile @@ -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 diff --git a/Examples/MAX32662/Bootloader_Host/Makefile b/Examples/MAX32662/Bootloader_Host/Makefile index 6882ffba4c..866c252d39 100644 --- a/Examples/MAX32662/Bootloader_Host/Makefile +++ b/Examples/MAX32662/Bootloader_Host/Makefile @@ -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 diff --git a/Examples/MAX32662/CAN/Makefile b/Examples/MAX32662/CAN/Makefile index 6882ffba4c..866c252d39 100644 --- a/Examples/MAX32662/CAN/Makefile +++ b/Examples/MAX32662/CAN/Makefile @@ -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 diff --git a/Examples/MAX32662/Coremark/Makefile b/Examples/MAX32662/Coremark/Makefile index 6882ffba4c..866c252d39 100644 --- a/Examples/MAX32662/Coremark/Makefile +++ b/Examples/MAX32662/Coremark/Makefile @@ -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 diff --git a/Examples/MAX32662/DMA/Makefile b/Examples/MAX32662/DMA/Makefile index 6882ffba4c..866c252d39 100644 --- a/Examples/MAX32662/DMA/Makefile +++ b/Examples/MAX32662/DMA/Makefile @@ -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 diff --git a/Examples/MAX32662/Demo/Makefile b/Examples/MAX32662/Demo/Makefile index 6882ffba4c..866c252d39 100644 --- a/Examples/MAX32662/Demo/Makefile +++ b/Examples/MAX32662/Demo/Makefile @@ -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 diff --git a/Examples/MAX32662/EEPROM_Emulator/Makefile b/Examples/MAX32662/EEPROM_Emulator/Makefile index 6882ffba4c..866c252d39 100644 --- a/Examples/MAX32662/EEPROM_Emulator/Makefile +++ b/Examples/MAX32662/EEPROM_Emulator/Makefile @@ -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 diff --git a/Examples/MAX32662/Flash/Makefile b/Examples/MAX32662/Flash/Makefile index 6882ffba4c..866c252d39 100644 --- a/Examples/MAX32662/Flash/Makefile +++ b/Examples/MAX32662/Flash/Makefile @@ -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 diff --git a/Examples/MAX32662/Flash_CLI/Makefile b/Examples/MAX32662/Flash_CLI/Makefile index 6882ffba4c..866c252d39 100644 --- a/Examples/MAX32662/Flash_CLI/Makefile +++ b/Examples/MAX32662/Flash_CLI/Makefile @@ -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 diff --git a/Examples/MAX32662/GPIO/Makefile b/Examples/MAX32662/GPIO/Makefile index 6882ffba4c..866c252d39 100644 --- a/Examples/MAX32662/GPIO/Makefile +++ b/Examples/MAX32662/GPIO/Makefile @@ -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 diff --git a/Examples/MAX32662/Hello_World/Makefile b/Examples/MAX32662/Hello_World/Makefile index 6882ffba4c..866c252d39 100644 --- a/Examples/MAX32662/Hello_World/Makefile +++ b/Examples/MAX32662/Hello_World/Makefile @@ -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 diff --git a/Examples/MAX32662/Hello_World_Cpp/Makefile b/Examples/MAX32662/Hello_World_Cpp/Makefile index 6882ffba4c..866c252d39 100644 --- a/Examples/MAX32662/Hello_World_Cpp/Makefile +++ b/Examples/MAX32662/Hello_World_Cpp/Makefile @@ -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 diff --git a/Examples/MAX32662/I2C/Makefile b/Examples/MAX32662/I2C/Makefile index 6882ffba4c..866c252d39 100644 --- a/Examples/MAX32662/I2C/Makefile +++ b/Examples/MAX32662/I2C/Makefile @@ -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 diff --git a/Examples/MAX32662/I2C_MNGR/Makefile b/Examples/MAX32662/I2C_MNGR/Makefile index 6882ffba4c..866c252d39 100644 --- a/Examples/MAX32662/I2C_MNGR/Makefile +++ b/Examples/MAX32662/I2C_MNGR/Makefile @@ -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 diff --git a/Examples/MAX32662/I2C_SCAN/Makefile b/Examples/MAX32662/I2C_SCAN/Makefile index 6882ffba4c..866c252d39 100644 --- a/Examples/MAX32662/I2C_SCAN/Makefile +++ b/Examples/MAX32662/I2C_SCAN/Makefile @@ -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 diff --git a/Examples/MAX32662/I2C_Sensor/Makefile b/Examples/MAX32662/I2C_Sensor/Makefile index 6882ffba4c..866c252d39 100644 --- a/Examples/MAX32662/I2C_Sensor/Makefile +++ b/Examples/MAX32662/I2C_Sensor/Makefile @@ -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 diff --git a/Examples/MAX32662/I2S/Makefile b/Examples/MAX32662/I2S/Makefile index 6882ffba4c..866c252d39 100644 --- a/Examples/MAX32662/I2S/Makefile +++ b/Examples/MAX32662/I2S/Makefile @@ -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 diff --git a/Examples/MAX32662/ICC/Makefile b/Examples/MAX32662/ICC/Makefile index 6882ffba4c..866c252d39 100644 --- a/Examples/MAX32662/ICC/Makefile +++ b/Examples/MAX32662/ICC/Makefile @@ -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 diff --git a/Examples/MAX32662/Info_Block_Usecase/Makefile b/Examples/MAX32662/Info_Block_Usecase/Makefile index 6882ffba4c..866c252d39 100644 --- a/Examples/MAX32662/Info_Block_Usecase/Makefile +++ b/Examples/MAX32662/Info_Block_Usecase/Makefile @@ -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 diff --git a/Examples/MAX32662/LP/Makefile b/Examples/MAX32662/LP/Makefile index 6882ffba4c..866c252d39 100644 --- a/Examples/MAX32662/LP/Makefile +++ b/Examples/MAX32662/LP/Makefile @@ -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 diff --git a/Examples/MAX32662/Library_Generate/Makefile b/Examples/MAX32662/Library_Generate/Makefile index 6882ffba4c..866c252d39 100644 --- a/Examples/MAX32662/Library_Generate/Makefile +++ b/Examples/MAX32662/Library_Generate/Makefile @@ -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 diff --git a/Examples/MAX32662/Library_Use/Makefile b/Examples/MAX32662/Library_Use/Makefile index 6882ffba4c..866c252d39 100644 --- a/Examples/MAX32662/Library_Use/Makefile +++ b/Examples/MAX32662/Library_Use/Makefile @@ -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 diff --git a/Examples/MAX32662/RTC/Makefile b/Examples/MAX32662/RTC/Makefile index 6882ffba4c..866c252d39 100644 --- a/Examples/MAX32662/RTC/Makefile +++ b/Examples/MAX32662/RTC/Makefile @@ -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 diff --git a/Examples/MAX32662/RTC_Backup/Makefile b/Examples/MAX32662/RTC_Backup/Makefile index 6882ffba4c..866c252d39 100644 --- a/Examples/MAX32662/RTC_Backup/Makefile +++ b/Examples/MAX32662/RTC_Backup/Makefile @@ -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 diff --git a/Examples/MAX32662/SCPA_OTP_Dump/Makefile b/Examples/MAX32662/SCPA_OTP_Dump/Makefile index 6882ffba4c..866c252d39 100644 --- a/Examples/MAX32662/SCPA_OTP_Dump/Makefile +++ b/Examples/MAX32662/SCPA_OTP_Dump/Makefile @@ -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 diff --git a/Examples/MAX32662/SPI/Makefile b/Examples/MAX32662/SPI/Makefile index 6882ffba4c..866c252d39 100644 --- a/Examples/MAX32662/SPI/Makefile +++ b/Examples/MAX32662/SPI/Makefile @@ -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 diff --git a/Examples/MAX32662/SPI_MasterSlave/Makefile b/Examples/MAX32662/SPI_MasterSlave/Makefile index 6882ffba4c..866c252d39 100644 --- a/Examples/MAX32662/SPI_MasterSlave/Makefile +++ b/Examples/MAX32662/SPI_MasterSlave/Makefile @@ -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 diff --git a/Examples/MAX32662/TMR/Makefile b/Examples/MAX32662/TMR/Makefile index 6882ffba4c..866c252d39 100644 --- a/Examples/MAX32662/TMR/Makefile +++ b/Examples/MAX32662/TMR/Makefile @@ -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 diff --git a/Examples/MAX32662/Temp_Monitor/Makefile b/Examples/MAX32662/Temp_Monitor/Makefile index 6882ffba4c..866c252d39 100644 --- a/Examples/MAX32662/Temp_Monitor/Makefile +++ b/Examples/MAX32662/Temp_Monitor/Makefile @@ -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 diff --git a/Examples/MAX32662/UART/Makefile b/Examples/MAX32662/UART/Makefile index 6882ffba4c..866c252d39 100644 --- a/Examples/MAX32662/UART/Makefile +++ b/Examples/MAX32662/UART/Makefile @@ -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 diff --git a/Examples/MAX32662/UART_Wakeup/Makefile b/Examples/MAX32662/UART_Wakeup/Makefile index 6882ffba4c..866c252d39 100644 --- a/Examples/MAX32662/UART_Wakeup/Makefile +++ b/Examples/MAX32662/UART_Wakeup/Makefile @@ -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 diff --git a/Examples/MAX32662/UCL/Makefile b/Examples/MAX32662/UCL/Makefile index 4c1ce24607..b3645764bf 100644 --- a/Examples/MAX32662/UCL/Makefile +++ b/Examples/MAX32662/UCL/Makefile @@ -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 diff --git a/Examples/MAX32662/Watchdog/Makefile b/Examples/MAX32662/Watchdog/Makefile index 6882ffba4c..866c252d39 100644 --- a/Examples/MAX32662/Watchdog/Makefile +++ b/Examples/MAX32662/Watchdog/Makefile @@ -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 diff --git a/Examples/MAX32662/WearLeveling/Makefile b/Examples/MAX32662/WearLeveling/Makefile index 6882ffba4c..866c252d39 100644 --- a/Examples/MAX32662/WearLeveling/Makefile +++ b/Examples/MAX32662/WearLeveling/Makefile @@ -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 diff --git a/Examples/MAX32665/ADC/Makefile b/Examples/MAX32665/ADC/Makefile index 2cb083fff5..585cabea5f 100644 --- a/Examples/MAX32665/ADC/Makefile +++ b/Examples/MAX32665/ADC/Makefile @@ -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 diff --git a/Examples/MAX32665/ADT7320_TempMonitor/Makefile b/Examples/MAX32665/ADT7320_TempMonitor/Makefile index 2cb083fff5..585cabea5f 100644 --- a/Examples/MAX32665/ADT7320_TempMonitor/Makefile +++ b/Examples/MAX32665/ADT7320_TempMonitor/Makefile @@ -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 diff --git a/Examples/MAX32665/AES/Makefile b/Examples/MAX32665/AES/Makefile index 2cb083fff5..585cabea5f 100644 --- a/Examples/MAX32665/AES/Makefile +++ b/Examples/MAX32665/AES/Makefile @@ -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 diff --git a/Examples/MAX32665/ARM-DSP/arm_bayes_example/Makefile b/Examples/MAX32665/ARM-DSP/arm_bayes_example/Makefile index e08182e438..a1375f471f 100644 --- a/Examples/MAX32665/ARM-DSP/arm_bayes_example/Makefile +++ b/Examples/MAX32665/ARM-DSP/arm_bayes_example/Makefile @@ -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 diff --git a/Examples/MAX32665/ARM-DSP/arm_class_marks_example/Makefile b/Examples/MAX32665/ARM-DSP/arm_class_marks_example/Makefile index e08182e438..a1375f471f 100644 --- a/Examples/MAX32665/ARM-DSP/arm_class_marks_example/Makefile +++ b/Examples/MAX32665/ARM-DSP/arm_class_marks_example/Makefile @@ -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 diff --git a/Examples/MAX32665/ARM-DSP/arm_convolution_example/Makefile b/Examples/MAX32665/ARM-DSP/arm_convolution_example/Makefile index e08182e438..a1375f471f 100644 --- a/Examples/MAX32665/ARM-DSP/arm_convolution_example/Makefile +++ b/Examples/MAX32665/ARM-DSP/arm_convolution_example/Makefile @@ -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 diff --git a/Examples/MAX32665/ARM-DSP/arm_dotproduct_example_f32/Makefile b/Examples/MAX32665/ARM-DSP/arm_dotproduct_example_f32/Makefile index e08182e438..a1375f471f 100644 --- a/Examples/MAX32665/ARM-DSP/arm_dotproduct_example_f32/Makefile +++ b/Examples/MAX32665/ARM-DSP/arm_dotproduct_example_f32/Makefile @@ -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 diff --git a/Examples/MAX32665/ARM-DSP/arm_fft_bin_example/Makefile b/Examples/MAX32665/ARM-DSP/arm_fft_bin_example/Makefile index e08182e438..a1375f471f 100644 --- a/Examples/MAX32665/ARM-DSP/arm_fft_bin_example/Makefile +++ b/Examples/MAX32665/ARM-DSP/arm_fft_bin_example/Makefile @@ -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 diff --git a/Examples/MAX32665/ARM-DSP/arm_fir_example/Makefile b/Examples/MAX32665/ARM-DSP/arm_fir_example/Makefile index e08182e438..a1375f471f 100644 --- a/Examples/MAX32665/ARM-DSP/arm_fir_example/Makefile +++ b/Examples/MAX32665/ARM-DSP/arm_fir_example/Makefile @@ -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 diff --git a/Examples/MAX32665/ARM-DSP/arm_graphic_equalizer_example/Makefile b/Examples/MAX32665/ARM-DSP/arm_graphic_equalizer_example/Makefile index e08182e438..a1375f471f 100644 --- a/Examples/MAX32665/ARM-DSP/arm_graphic_equalizer_example/Makefile +++ b/Examples/MAX32665/ARM-DSP/arm_graphic_equalizer_example/Makefile @@ -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 diff --git a/Examples/MAX32665/ARM-DSP/arm_linear_interp_example/Makefile b/Examples/MAX32665/ARM-DSP/arm_linear_interp_example/Makefile index e08182e438..a1375f471f 100644 --- a/Examples/MAX32665/ARM-DSP/arm_linear_interp_example/Makefile +++ b/Examples/MAX32665/ARM-DSP/arm_linear_interp_example/Makefile @@ -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 diff --git a/Examples/MAX32665/ARM-DSP/arm_matrix_example/Makefile b/Examples/MAX32665/ARM-DSP/arm_matrix_example/Makefile index e08182e438..a1375f471f 100644 --- a/Examples/MAX32665/ARM-DSP/arm_matrix_example/Makefile +++ b/Examples/MAX32665/ARM-DSP/arm_matrix_example/Makefile @@ -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 diff --git a/Examples/MAX32665/ARM-DSP/arm_signal_converge_example/Makefile b/Examples/MAX32665/ARM-DSP/arm_signal_converge_example/Makefile index e08182e438..a1375f471f 100644 --- a/Examples/MAX32665/ARM-DSP/arm_signal_converge_example/Makefile +++ b/Examples/MAX32665/ARM-DSP/arm_signal_converge_example/Makefile @@ -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 diff --git a/Examples/MAX32665/ARM-DSP/arm_sin_cos_example/Makefile b/Examples/MAX32665/ARM-DSP/arm_sin_cos_example/Makefile index e08182e438..a1375f471f 100644 --- a/Examples/MAX32665/ARM-DSP/arm_sin_cos_example/Makefile +++ b/Examples/MAX32665/ARM-DSP/arm_sin_cos_example/Makefile @@ -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 diff --git a/Examples/MAX32665/ARM-DSP/arm_svm_example/Makefile b/Examples/MAX32665/ARM-DSP/arm_svm_example/Makefile index e08182e438..a1375f471f 100644 --- a/Examples/MAX32665/ARM-DSP/arm_svm_example/Makefile +++ b/Examples/MAX32665/ARM-DSP/arm_svm_example/Makefile @@ -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 diff --git a/Examples/MAX32665/ARM-DSP/arm_variance_example/Makefile b/Examples/MAX32665/ARM-DSP/arm_variance_example/Makefile index e08182e438..a1375f471f 100644 --- a/Examples/MAX32665/ARM-DSP/arm_variance_example/Makefile +++ b/Examples/MAX32665/ARM-DSP/arm_variance_example/Makefile @@ -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 diff --git a/Examples/MAX32665/AUDIO_Playback/Makefile b/Examples/MAX32665/AUDIO_Playback/Makefile index 2cb083fff5..585cabea5f 100644 --- a/Examples/MAX32665/AUDIO_Playback/Makefile +++ b/Examples/MAX32665/AUDIO_Playback/Makefile @@ -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 diff --git a/Examples/MAX32665/Bluetooth/BLE4_ctr/Makefile b/Examples/MAX32665/Bluetooth/BLE4_ctr/Makefile index e08182e438..a1375f471f 100644 --- a/Examples/MAX32665/Bluetooth/BLE4_ctr/Makefile +++ b/Examples/MAX32665/Bluetooth/BLE4_ctr/Makefile @@ -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 diff --git a/Examples/MAX32665/Bluetooth/BLE5_ctr/Makefile b/Examples/MAX32665/Bluetooth/BLE5_ctr/Makefile index e08182e438..a1375f471f 100644 --- a/Examples/MAX32665/Bluetooth/BLE5_ctr/Makefile +++ b/Examples/MAX32665/Bluetooth/BLE5_ctr/Makefile @@ -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 diff --git a/Examples/MAX32665/Bluetooth/BLE_FreeRTOS/Makefile b/Examples/MAX32665/Bluetooth/BLE_FreeRTOS/Makefile index e08182e438..a1375f471f 100644 --- a/Examples/MAX32665/Bluetooth/BLE_FreeRTOS/Makefile +++ b/Examples/MAX32665/Bluetooth/BLE_FreeRTOS/Makefile @@ -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 diff --git a/Examples/MAX32665/Bluetooth/BLE_LR_Central/Makefile b/Examples/MAX32665/Bluetooth/BLE_LR_Central/Makefile index e08182e438..a1375f471f 100644 --- a/Examples/MAX32665/Bluetooth/BLE_LR_Central/Makefile +++ b/Examples/MAX32665/Bluetooth/BLE_LR_Central/Makefile @@ -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 diff --git a/Examples/MAX32665/Bluetooth/BLE_LR_Peripheral/Makefile b/Examples/MAX32665/Bluetooth/BLE_LR_Peripheral/Makefile index e08182e438..a1375f471f 100644 --- a/Examples/MAX32665/Bluetooth/BLE_LR_Peripheral/Makefile +++ b/Examples/MAX32665/Bluetooth/BLE_LR_Peripheral/Makefile @@ -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 diff --git a/Examples/MAX32665/Bluetooth/BLE_datc/Makefile b/Examples/MAX32665/Bluetooth/BLE_datc/Makefile index e08182e438..a1375f471f 100644 --- a/Examples/MAX32665/Bluetooth/BLE_datc/Makefile +++ b/Examples/MAX32665/Bluetooth/BLE_datc/Makefile @@ -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 diff --git a/Examples/MAX32665/Bluetooth/BLE_dats/Makefile b/Examples/MAX32665/Bluetooth/BLE_dats/Makefile index e08182e438..a1375f471f 100644 --- a/Examples/MAX32665/Bluetooth/BLE_dats/Makefile +++ b/Examples/MAX32665/Bluetooth/BLE_dats/Makefile @@ -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 diff --git a/Examples/MAX32665/Bluetooth/BLE_fcc/Makefile b/Examples/MAX32665/Bluetooth/BLE_fcc/Makefile index e08182e438..a1375f471f 100644 --- a/Examples/MAX32665/Bluetooth/BLE_fcc/Makefile +++ b/Examples/MAX32665/Bluetooth/BLE_fcc/Makefile @@ -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 diff --git a/Examples/MAX32665/Bluetooth/BLE_fit/Makefile b/Examples/MAX32665/Bluetooth/BLE_fit/Makefile index e08182e438..a1375f471f 100644 --- a/Examples/MAX32665/Bluetooth/BLE_fit/Makefile +++ b/Examples/MAX32665/Bluetooth/BLE_fit/Makefile @@ -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 diff --git a/Examples/MAX32665/Bluetooth/BLE_mcs/Makefile b/Examples/MAX32665/Bluetooth/BLE_mcs/Makefile index e08182e438..a1375f471f 100644 --- a/Examples/MAX32665/Bluetooth/BLE_mcs/Makefile +++ b/Examples/MAX32665/Bluetooth/BLE_mcs/Makefile @@ -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 diff --git a/Examples/MAX32665/Bluetooth/BLE_otac/Makefile b/Examples/MAX32665/Bluetooth/BLE_otac/Makefile index e08182e438..a1375f471f 100644 --- a/Examples/MAX32665/Bluetooth/BLE_otac/Makefile +++ b/Examples/MAX32665/Bluetooth/BLE_otac/Makefile @@ -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 diff --git a/Examples/MAX32665/Bluetooth/BLE_otas/Makefile b/Examples/MAX32665/Bluetooth/BLE_otas/Makefile index e08182e438..a1375f471f 100644 --- a/Examples/MAX32665/Bluetooth/BLE_otas/Makefile +++ b/Examples/MAX32665/Bluetooth/BLE_otas/Makefile @@ -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 diff --git a/Examples/MAX32665/Bluetooth/BLE_periph/Makefile b/Examples/MAX32665/Bluetooth/BLE_periph/Makefile index e08182e438..a1375f471f 100644 --- a/Examples/MAX32665/Bluetooth/BLE_periph/Makefile +++ b/Examples/MAX32665/Bluetooth/BLE_periph/Makefile @@ -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 diff --git a/Examples/MAX32665/Bluetooth/Bootloader/Makefile b/Examples/MAX32665/Bluetooth/Bootloader/Makefile index e08182e438..a1375f471f 100644 --- a/Examples/MAX32665/Bluetooth/Bootloader/Makefile +++ b/Examples/MAX32665/Bluetooth/Bootloader/Makefile @@ -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 diff --git a/Examples/MAX32665/Bluetooth/Bootloader_Host/Makefile b/Examples/MAX32665/Bluetooth/Bootloader_Host/Makefile index e08182e438..a1375f471f 100644 --- a/Examples/MAX32665/Bluetooth/Bootloader_Host/Makefile +++ b/Examples/MAX32665/Bluetooth/Bootloader_Host/Makefile @@ -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 diff --git a/Examples/MAX32665/Bluetooth/RF_Test/Makefile b/Examples/MAX32665/Bluetooth/RF_Test/Makefile index e08182e438..a1375f471f 100644 --- a/Examples/MAX32665/Bluetooth/RF_Test/Makefile +++ b/Examples/MAX32665/Bluetooth/RF_Test/Makefile @@ -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 diff --git a/Examples/MAX32665/CRC/Makefile b/Examples/MAX32665/CRC/Makefile index 2cb083fff5..585cabea5f 100644 --- a/Examples/MAX32665/CRC/Makefile +++ b/Examples/MAX32665/CRC/Makefile @@ -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 diff --git a/Examples/MAX32665/Coremark/Makefile b/Examples/MAX32665/Coremark/Makefile index 2cb083fff5..585cabea5f 100644 --- a/Examples/MAX32665/Coremark/Makefile +++ b/Examples/MAX32665/Coremark/Makefile @@ -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 diff --git a/Examples/MAX32665/DES/Makefile b/Examples/MAX32665/DES/Makefile index 2cb083fff5..585cabea5f 100644 --- a/Examples/MAX32665/DES/Makefile +++ b/Examples/MAX32665/DES/Makefile @@ -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 diff --git a/Examples/MAX32665/DMA/Makefile b/Examples/MAX32665/DMA/Makefile index 2cb083fff5..585cabea5f 100644 --- a/Examples/MAX32665/DMA/Makefile +++ b/Examples/MAX32665/DMA/Makefile @@ -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 diff --git a/Examples/MAX32665/Demo/Makefile b/Examples/MAX32665/Demo/Makefile index 2cb083fff5..585cabea5f 100644 --- a/Examples/MAX32665/Demo/Makefile +++ b/Examples/MAX32665/Demo/Makefile @@ -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 diff --git a/Examples/MAX32665/Display/Makefile b/Examples/MAX32665/Display/Makefile index 2cb083fff5..585cabea5f 100644 --- a/Examples/MAX32665/Display/Makefile +++ b/Examples/MAX32665/Display/Makefile @@ -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 diff --git a/Examples/MAX32665/Dual_Core/Makefile b/Examples/MAX32665/Dual_Core/Makefile index 2cb083fff5..585cabea5f 100644 --- a/Examples/MAX32665/Dual_Core/Makefile +++ b/Examples/MAX32665/Dual_Core/Makefile @@ -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 diff --git a/Examples/MAX32665/ECC/Makefile b/Examples/MAX32665/ECC/Makefile index 2cb083fff5..585cabea5f 100644 --- a/Examples/MAX32665/ECC/Makefile +++ b/Examples/MAX32665/ECC/Makefile @@ -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 diff --git a/Examples/MAX32665/EEPROM_Emulator/Makefile b/Examples/MAX32665/EEPROM_Emulator/Makefile index 2cb083fff5..585cabea5f 100644 --- a/Examples/MAX32665/EEPROM_Emulator/Makefile +++ b/Examples/MAX32665/EEPROM_Emulator/Makefile @@ -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 diff --git a/Examples/MAX32665/Flash/Makefile b/Examples/MAX32665/Flash/Makefile index 2cb083fff5..585cabea5f 100644 --- a/Examples/MAX32665/Flash/Makefile +++ b/Examples/MAX32665/Flash/Makefile @@ -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 diff --git a/Examples/MAX32665/Flash_CLI/Makefile b/Examples/MAX32665/Flash_CLI/Makefile index 2cb083fff5..585cabea5f 100644 --- a/Examples/MAX32665/Flash_CLI/Makefile +++ b/Examples/MAX32665/Flash_CLI/Makefile @@ -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 diff --git a/Examples/MAX32665/FreeRTOSDemo/Makefile b/Examples/MAX32665/FreeRTOSDemo/Makefile index 2cb083fff5..585cabea5f 100644 --- a/Examples/MAX32665/FreeRTOSDemo/Makefile +++ b/Examples/MAX32665/FreeRTOSDemo/Makefile @@ -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 diff --git a/Examples/MAX32665/GPIO/Makefile b/Examples/MAX32665/GPIO/Makefile index 2cb083fff5..585cabea5f 100644 --- a/Examples/MAX32665/GPIO/Makefile +++ b/Examples/MAX32665/GPIO/Makefile @@ -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 diff --git a/Examples/MAX32665/HTMR/Makefile b/Examples/MAX32665/HTMR/Makefile index 2cb083fff5..585cabea5f 100644 --- a/Examples/MAX32665/HTMR/Makefile +++ b/Examples/MAX32665/HTMR/Makefile @@ -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 diff --git a/Examples/MAX32665/Hash/Makefile b/Examples/MAX32665/Hash/Makefile index 2cb083fff5..585cabea5f 100644 --- a/Examples/MAX32665/Hash/Makefile +++ b/Examples/MAX32665/Hash/Makefile @@ -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 diff --git a/Examples/MAX32665/Hello_World/Makefile b/Examples/MAX32665/Hello_World/Makefile index 2cb083fff5..585cabea5f 100644 --- a/Examples/MAX32665/Hello_World/Makefile +++ b/Examples/MAX32665/Hello_World/Makefile @@ -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 diff --git a/Examples/MAX32665/Hello_World_Cpp/Makefile b/Examples/MAX32665/Hello_World_Cpp/Makefile index 2cb083fff5..585cabea5f 100644 --- a/Examples/MAX32665/Hello_World_Cpp/Makefile +++ b/Examples/MAX32665/Hello_World_Cpp/Makefile @@ -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 diff --git a/Examples/MAX32665/I2C/Makefile b/Examples/MAX32665/I2C/Makefile index 2cb083fff5..585cabea5f 100644 --- a/Examples/MAX32665/I2C/Makefile +++ b/Examples/MAX32665/I2C/Makefile @@ -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 diff --git a/Examples/MAX32665/I2C_MNGR/Makefile b/Examples/MAX32665/I2C_MNGR/Makefile index 2cb083fff5..585cabea5f 100644 --- a/Examples/MAX32665/I2C_MNGR/Makefile +++ b/Examples/MAX32665/I2C_MNGR/Makefile @@ -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 diff --git a/Examples/MAX32665/I2C_SCAN/Makefile b/Examples/MAX32665/I2C_SCAN/Makefile index 2cb083fff5..585cabea5f 100644 --- a/Examples/MAX32665/I2C_SCAN/Makefile +++ b/Examples/MAX32665/I2C_SCAN/Makefile @@ -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 diff --git a/Examples/MAX32665/I2C_Sensor/Makefile b/Examples/MAX32665/I2C_Sensor/Makefile index 2cb083fff5..585cabea5f 100644 --- a/Examples/MAX32665/I2C_Sensor/Makefile +++ b/Examples/MAX32665/I2C_Sensor/Makefile @@ -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 diff --git a/Examples/MAX32665/ICC/Makefile b/Examples/MAX32665/ICC/Makefile index 2cb083fff5..585cabea5f 100644 --- a/Examples/MAX32665/ICC/Makefile +++ b/Examples/MAX32665/ICC/Makefile @@ -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 diff --git a/Examples/MAX32665/LP/Makefile b/Examples/MAX32665/LP/Makefile index 2cb083fff5..585cabea5f 100644 --- a/Examples/MAX32665/LP/Makefile +++ b/Examples/MAX32665/LP/Makefile @@ -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 diff --git a/Examples/MAX32665/Library_Generate/Makefile b/Examples/MAX32665/Library_Generate/Makefile index 2cb083fff5..585cabea5f 100644 --- a/Examples/MAX32665/Library_Generate/Makefile +++ b/Examples/MAX32665/Library_Generate/Makefile @@ -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 diff --git a/Examples/MAX32665/Library_Use/Makefile b/Examples/MAX32665/Library_Use/Makefile index 2cb083fff5..585cabea5f 100644 --- a/Examples/MAX32665/Library_Use/Makefile +++ b/Examples/MAX32665/Library_Use/Makefile @@ -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 diff --git a/Examples/MAX32665/MAA/Makefile b/Examples/MAX32665/MAA/Makefile index 2cb083fff5..585cabea5f 100644 --- a/Examples/MAX32665/MAA/Makefile +++ b/Examples/MAX32665/MAA/Makefile @@ -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 diff --git a/Examples/MAX32665/OTP_Dump/Makefile b/Examples/MAX32665/OTP_Dump/Makefile index 2cb083fff5..585cabea5f 100644 --- a/Examples/MAX32665/OTP_Dump/Makefile +++ b/Examples/MAX32665/OTP_Dump/Makefile @@ -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 diff --git a/Examples/MAX32665/OWM/Makefile b/Examples/MAX32665/OWM/Makefile index 2cb083fff5..585cabea5f 100644 --- a/Examples/MAX32665/OWM/Makefile +++ b/Examples/MAX32665/OWM/Makefile @@ -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 diff --git a/Examples/MAX32665/Pulse_Train/Makefile b/Examples/MAX32665/Pulse_Train/Makefile index 2cb083fff5..585cabea5f 100644 --- a/Examples/MAX32665/Pulse_Train/Makefile +++ b/Examples/MAX32665/Pulse_Train/Makefile @@ -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 diff --git a/Examples/MAX32665/RPU/Makefile b/Examples/MAX32665/RPU/Makefile index 2cb083fff5..585cabea5f 100644 --- a/Examples/MAX32665/RPU/Makefile +++ b/Examples/MAX32665/RPU/Makefile @@ -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 diff --git a/Examples/MAX32665/RTC/Makefile b/Examples/MAX32665/RTC/Makefile index 2cb083fff5..585cabea5f 100644 --- a/Examples/MAX32665/RTC/Makefile +++ b/Examples/MAX32665/RTC/Makefile @@ -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 diff --git a/Examples/MAX32665/RTC_Backup/Makefile b/Examples/MAX32665/RTC_Backup/Makefile index 2cb083fff5..585cabea5f 100644 --- a/Examples/MAX32665/RTC_Backup/Makefile +++ b/Examples/MAX32665/RTC_Backup/Makefile @@ -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 diff --git a/Examples/MAX32665/SCPA_OTP_Dump/Makefile b/Examples/MAX32665/SCPA_OTP_Dump/Makefile index 2cb083fff5..585cabea5f 100644 --- a/Examples/MAX32665/SCPA_OTP_Dump/Makefile +++ b/Examples/MAX32665/SCPA_OTP_Dump/Makefile @@ -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 diff --git a/Examples/MAX32665/SDHC_FAT/Makefile b/Examples/MAX32665/SDHC_FAT/Makefile index 2cb083fff5..585cabea5f 100644 --- a/Examples/MAX32665/SDHC_FAT/Makefile +++ b/Examples/MAX32665/SDHC_FAT/Makefile @@ -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 diff --git a/Examples/MAX32665/SDHC_Raw/Makefile b/Examples/MAX32665/SDHC_Raw/Makefile index 2cb083fff5..585cabea5f 100644 --- a/Examples/MAX32665/SDHC_Raw/Makefile +++ b/Examples/MAX32665/SDHC_Raw/Makefile @@ -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 diff --git a/Examples/MAX32665/SPI/Makefile b/Examples/MAX32665/SPI/Makefile index 2cb083fff5..585cabea5f 100644 --- a/Examples/MAX32665/SPI/Makefile +++ b/Examples/MAX32665/SPI/Makefile @@ -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 diff --git a/Examples/MAX32665/SPIXF/Makefile b/Examples/MAX32665/SPIXF/Makefile index 2cb083fff5..585cabea5f 100644 --- a/Examples/MAX32665/SPIXF/Makefile +++ b/Examples/MAX32665/SPIXF/Makefile @@ -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 diff --git a/Examples/MAX32665/SPIXF_SFCC/Makefile b/Examples/MAX32665/SPIXF_SFCC/Makefile index 2cb083fff5..585cabea5f 100644 --- a/Examples/MAX32665/SPIXF_SFCC/Makefile +++ b/Examples/MAX32665/SPIXF_SFCC/Makefile @@ -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 diff --git a/Examples/MAX32665/SPIXR/Makefile b/Examples/MAX32665/SPIXR/Makefile index 2cb083fff5..585cabea5f 100644 --- a/Examples/MAX32665/SPIXR/Makefile +++ b/Examples/MAX32665/SPIXR/Makefile @@ -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 diff --git a/Examples/MAX32665/SPI_3Wire/Makefile b/Examples/MAX32665/SPI_3Wire/Makefile index 2cb083fff5..585cabea5f 100644 --- a/Examples/MAX32665/SPI_3Wire/Makefile +++ b/Examples/MAX32665/SPI_3Wire/Makefile @@ -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 diff --git a/Examples/MAX32665/SRCC/Makefile b/Examples/MAX32665/SRCC/Makefile index 2cb083fff5..585cabea5f 100644 --- a/Examples/MAX32665/SRCC/Makefile +++ b/Examples/MAX32665/SRCC/Makefile @@ -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 diff --git a/Examples/MAX32665/Semaphore/Makefile b/Examples/MAX32665/Semaphore/Makefile index 2cb083fff5..585cabea5f 100644 --- a/Examples/MAX32665/Semaphore/Makefile +++ b/Examples/MAX32665/Semaphore/Makefile @@ -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 diff --git a/Examples/MAX32665/TMR/Makefile b/Examples/MAX32665/TMR/Makefile index 2cb083fff5..585cabea5f 100644 --- a/Examples/MAX32665/TMR/Makefile +++ b/Examples/MAX32665/TMR/Makefile @@ -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 diff --git a/Examples/MAX32665/TRNG/Makefile b/Examples/MAX32665/TRNG/Makefile index 2cb083fff5..585cabea5f 100644 --- a/Examples/MAX32665/TRNG/Makefile +++ b/Examples/MAX32665/TRNG/Makefile @@ -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 diff --git a/Examples/MAX32665/Temp_Monitor/Makefile b/Examples/MAX32665/Temp_Monitor/Makefile index 2cb083fff5..585cabea5f 100644 --- a/Examples/MAX32665/Temp_Monitor/Makefile +++ b/Examples/MAX32665/Temp_Monitor/Makefile @@ -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 diff --git a/Examples/MAX32665/UART/Makefile b/Examples/MAX32665/UART/Makefile index 2cb083fff5..585cabea5f 100644 --- a/Examples/MAX32665/UART/Makefile +++ b/Examples/MAX32665/UART/Makefile @@ -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 diff --git a/Examples/MAX32665/UCL/Makefile b/Examples/MAX32665/UCL/Makefile index 6e3b25b813..305dff48d5 100644 --- a/Examples/MAX32665/UCL/Makefile +++ b/Examples/MAX32665/UCL/Makefile @@ -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 diff --git a/Examples/MAX32665/USB/USB_CDCACM/Makefile b/Examples/MAX32665/USB/USB_CDCACM/Makefile index e08182e438..a1375f471f 100644 --- a/Examples/MAX32665/USB/USB_CDCACM/Makefile +++ b/Examples/MAX32665/USB/USB_CDCACM/Makefile @@ -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 diff --git a/Examples/MAX32665/USB/USB_CompositeDevice_MSC_CDC/Makefile b/Examples/MAX32665/USB/USB_CompositeDevice_MSC_CDC/Makefile index e08182e438..a1375f471f 100644 --- a/Examples/MAX32665/USB/USB_CompositeDevice_MSC_CDC/Makefile +++ b/Examples/MAX32665/USB/USB_CompositeDevice_MSC_CDC/Makefile @@ -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 diff --git a/Examples/MAX32665/USB/USB_CompositeDevice_MSC_HID/Makefile b/Examples/MAX32665/USB/USB_CompositeDevice_MSC_HID/Makefile index e08182e438..a1375f471f 100644 --- a/Examples/MAX32665/USB/USB_CompositeDevice_MSC_HID/Makefile +++ b/Examples/MAX32665/USB/USB_CompositeDevice_MSC_HID/Makefile @@ -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 diff --git a/Examples/MAX32665/USB/USB_HIDKeyboard/Makefile b/Examples/MAX32665/USB/USB_HIDKeyboard/Makefile index e08182e438..a1375f471f 100644 --- a/Examples/MAX32665/USB/USB_HIDKeyboard/Makefile +++ b/Examples/MAX32665/USB/USB_HIDKeyboard/Makefile @@ -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 diff --git a/Examples/MAX32665/USB/USB_MassStorage/Makefile b/Examples/MAX32665/USB/USB_MassStorage/Makefile index e08182e438..a1375f471f 100644 --- a/Examples/MAX32665/USB/USB_MassStorage/Makefile +++ b/Examples/MAX32665/USB/USB_MassStorage/Makefile @@ -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 diff --git a/Examples/MAX32665/WUT/Makefile b/Examples/MAX32665/WUT/Makefile index 2cb083fff5..585cabea5f 100644 --- a/Examples/MAX32665/WUT/Makefile +++ b/Examples/MAX32665/WUT/Makefile @@ -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 diff --git a/Examples/MAX32665/Watchdog/Makefile b/Examples/MAX32665/Watchdog/Makefile index 2cb083fff5..585cabea5f 100644 --- a/Examples/MAX32665/Watchdog/Makefile +++ b/Examples/MAX32665/Watchdog/Makefile @@ -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 diff --git a/Examples/MAX32665/WearLeveling/Makefile b/Examples/MAX32665/WearLeveling/Makefile index 2cb083fff5..585cabea5f 100644 --- a/Examples/MAX32665/WearLeveling/Makefile +++ b/Examples/MAX32665/WearLeveling/Makefile @@ -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 diff --git a/Examples/MAX32670/AES/Makefile b/Examples/MAX32670/AES/Makefile index 3fddcaab04..5954b8b4b5 100644 --- a/Examples/MAX32670/AES/Makefile +++ b/Examples/MAX32670/AES/Makefile @@ -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 diff --git a/Examples/MAX32670/ARM-DSP/arm_bayes_example/Makefile b/Examples/MAX32670/ARM-DSP/arm_bayes_example/Makefile index fddce9789b..90f9d298d0 100644 --- a/Examples/MAX32670/ARM-DSP/arm_bayes_example/Makefile +++ b/Examples/MAX32670/ARM-DSP/arm_bayes_example/Makefile @@ -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 diff --git a/Examples/MAX32670/ARM-DSP/arm_class_marks_example/Makefile b/Examples/MAX32670/ARM-DSP/arm_class_marks_example/Makefile index fddce9789b..90f9d298d0 100644 --- a/Examples/MAX32670/ARM-DSP/arm_class_marks_example/Makefile +++ b/Examples/MAX32670/ARM-DSP/arm_class_marks_example/Makefile @@ -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 diff --git a/Examples/MAX32670/ARM-DSP/arm_convolution_example/Makefile b/Examples/MAX32670/ARM-DSP/arm_convolution_example/Makefile index fddce9789b..90f9d298d0 100644 --- a/Examples/MAX32670/ARM-DSP/arm_convolution_example/Makefile +++ b/Examples/MAX32670/ARM-DSP/arm_convolution_example/Makefile @@ -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 diff --git a/Examples/MAX32670/ARM-DSP/arm_dotproduct_example_f32/Makefile b/Examples/MAX32670/ARM-DSP/arm_dotproduct_example_f32/Makefile index fddce9789b..90f9d298d0 100644 --- a/Examples/MAX32670/ARM-DSP/arm_dotproduct_example_f32/Makefile +++ b/Examples/MAX32670/ARM-DSP/arm_dotproduct_example_f32/Makefile @@ -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 diff --git a/Examples/MAX32670/ARM-DSP/arm_fft_bin_example/Makefile b/Examples/MAX32670/ARM-DSP/arm_fft_bin_example/Makefile index fddce9789b..90f9d298d0 100644 --- a/Examples/MAX32670/ARM-DSP/arm_fft_bin_example/Makefile +++ b/Examples/MAX32670/ARM-DSP/arm_fft_bin_example/Makefile @@ -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 diff --git a/Examples/MAX32670/ARM-DSP/arm_fir_example/Makefile b/Examples/MAX32670/ARM-DSP/arm_fir_example/Makefile index fddce9789b..90f9d298d0 100644 --- a/Examples/MAX32670/ARM-DSP/arm_fir_example/Makefile +++ b/Examples/MAX32670/ARM-DSP/arm_fir_example/Makefile @@ -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 diff --git a/Examples/MAX32670/ARM-DSP/arm_graphic_equalizer_example/Makefile b/Examples/MAX32670/ARM-DSP/arm_graphic_equalizer_example/Makefile index fddce9789b..90f9d298d0 100644 --- a/Examples/MAX32670/ARM-DSP/arm_graphic_equalizer_example/Makefile +++ b/Examples/MAX32670/ARM-DSP/arm_graphic_equalizer_example/Makefile @@ -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 diff --git a/Examples/MAX32670/ARM-DSP/arm_linear_interp_example/Makefile b/Examples/MAX32670/ARM-DSP/arm_linear_interp_example/Makefile index fddce9789b..90f9d298d0 100644 --- a/Examples/MAX32670/ARM-DSP/arm_linear_interp_example/Makefile +++ b/Examples/MAX32670/ARM-DSP/arm_linear_interp_example/Makefile @@ -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 diff --git a/Examples/MAX32670/ARM-DSP/arm_matrix_example/Makefile b/Examples/MAX32670/ARM-DSP/arm_matrix_example/Makefile index fddce9789b..90f9d298d0 100644 --- a/Examples/MAX32670/ARM-DSP/arm_matrix_example/Makefile +++ b/Examples/MAX32670/ARM-DSP/arm_matrix_example/Makefile @@ -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 diff --git a/Examples/MAX32670/ARM-DSP/arm_signal_converge_example/Makefile b/Examples/MAX32670/ARM-DSP/arm_signal_converge_example/Makefile index fddce9789b..90f9d298d0 100644 --- a/Examples/MAX32670/ARM-DSP/arm_signal_converge_example/Makefile +++ b/Examples/MAX32670/ARM-DSP/arm_signal_converge_example/Makefile @@ -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 diff --git a/Examples/MAX32670/ARM-DSP/arm_sin_cos_example/Makefile b/Examples/MAX32670/ARM-DSP/arm_sin_cos_example/Makefile index fddce9789b..90f9d298d0 100644 --- a/Examples/MAX32670/ARM-DSP/arm_sin_cos_example/Makefile +++ b/Examples/MAX32670/ARM-DSP/arm_sin_cos_example/Makefile @@ -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 diff --git a/Examples/MAX32670/ARM-DSP/arm_svm_example/Makefile b/Examples/MAX32670/ARM-DSP/arm_svm_example/Makefile index fddce9789b..90f9d298d0 100644 --- a/Examples/MAX32670/ARM-DSP/arm_svm_example/Makefile +++ b/Examples/MAX32670/ARM-DSP/arm_svm_example/Makefile @@ -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 diff --git a/Examples/MAX32670/ARM-DSP/arm_variance_example/Makefile b/Examples/MAX32670/ARM-DSP/arm_variance_example/Makefile index fddce9789b..90f9d298d0 100644 --- a/Examples/MAX32670/ARM-DSP/arm_variance_example/Makefile +++ b/Examples/MAX32670/ARM-DSP/arm_variance_example/Makefile @@ -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 diff --git a/Examples/MAX32670/CRC/Makefile b/Examples/MAX32670/CRC/Makefile index 3fddcaab04..5954b8b4b5 100644 --- a/Examples/MAX32670/CRC/Makefile +++ b/Examples/MAX32670/CRC/Makefile @@ -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 diff --git a/Examples/MAX32670/Coremark/Makefile b/Examples/MAX32670/Coremark/Makefile index 3fddcaab04..5954b8b4b5 100644 --- a/Examples/MAX32670/Coremark/Makefile +++ b/Examples/MAX32670/Coremark/Makefile @@ -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 diff --git a/Examples/MAX32670/DMA/Makefile b/Examples/MAX32670/DMA/Makefile index 3fddcaab04..5954b8b4b5 100644 --- a/Examples/MAX32670/DMA/Makefile +++ b/Examples/MAX32670/DMA/Makefile @@ -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 diff --git a/Examples/MAX32670/EEPROM_Emulator/Makefile b/Examples/MAX32670/EEPROM_Emulator/Makefile index 3fddcaab04..5954b8b4b5 100644 --- a/Examples/MAX32670/EEPROM_Emulator/Makefile +++ b/Examples/MAX32670/EEPROM_Emulator/Makefile @@ -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 diff --git a/Examples/MAX32670/EXT_CLK/Makefile b/Examples/MAX32670/EXT_CLK/Makefile index 3fddcaab04..5954b8b4b5 100644 --- a/Examples/MAX32670/EXT_CLK/Makefile +++ b/Examples/MAX32670/EXT_CLK/Makefile @@ -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 diff --git a/Examples/MAX32670/Flash/Makefile b/Examples/MAX32670/Flash/Makefile index 3fddcaab04..5954b8b4b5 100644 --- a/Examples/MAX32670/Flash/Makefile +++ b/Examples/MAX32670/Flash/Makefile @@ -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 diff --git a/Examples/MAX32670/Flash_CLI/Makefile b/Examples/MAX32670/Flash_CLI/Makefile index 3fddcaab04..5954b8b4b5 100644 --- a/Examples/MAX32670/Flash_CLI/Makefile +++ b/Examples/MAX32670/Flash_CLI/Makefile @@ -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 diff --git a/Examples/MAX32670/FreeRTOSDemo/Makefile b/Examples/MAX32670/FreeRTOSDemo/Makefile index 3fddcaab04..5954b8b4b5 100644 --- a/Examples/MAX32670/FreeRTOSDemo/Makefile +++ b/Examples/MAX32670/FreeRTOSDemo/Makefile @@ -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 diff --git a/Examples/MAX32670/GPIO/Makefile b/Examples/MAX32670/GPIO/Makefile index 3fddcaab04..5954b8b4b5 100644 --- a/Examples/MAX32670/GPIO/Makefile +++ b/Examples/MAX32670/GPIO/Makefile @@ -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 diff --git a/Examples/MAX32670/Hello_World/Makefile b/Examples/MAX32670/Hello_World/Makefile index 3fddcaab04..5954b8b4b5 100644 --- a/Examples/MAX32670/Hello_World/Makefile +++ b/Examples/MAX32670/Hello_World/Makefile @@ -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 diff --git a/Examples/MAX32670/Hello_World_Cpp/Makefile b/Examples/MAX32670/Hello_World_Cpp/Makefile index 3fddcaab04..5954b8b4b5 100644 --- a/Examples/MAX32670/Hello_World_Cpp/Makefile +++ b/Examples/MAX32670/Hello_World_Cpp/Makefile @@ -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 diff --git a/Examples/MAX32670/I2C/Makefile b/Examples/MAX32670/I2C/Makefile index 3fddcaab04..5954b8b4b5 100644 --- a/Examples/MAX32670/I2C/Makefile +++ b/Examples/MAX32670/I2C/Makefile @@ -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 diff --git a/Examples/MAX32670/I2C_MNGR/Makefile b/Examples/MAX32670/I2C_MNGR/Makefile index 3fddcaab04..5954b8b4b5 100644 --- a/Examples/MAX32670/I2C_MNGR/Makefile +++ b/Examples/MAX32670/I2C_MNGR/Makefile @@ -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 diff --git a/Examples/MAX32670/I2C_SCAN/Makefile b/Examples/MAX32670/I2C_SCAN/Makefile index 3fddcaab04..5954b8b4b5 100644 --- a/Examples/MAX32670/I2C_SCAN/Makefile +++ b/Examples/MAX32670/I2C_SCAN/Makefile @@ -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 diff --git a/Examples/MAX32670/I2C_Sensor/Makefile b/Examples/MAX32670/I2C_Sensor/Makefile index 3fddcaab04..5954b8b4b5 100644 --- a/Examples/MAX32670/I2C_Sensor/Makefile +++ b/Examples/MAX32670/I2C_Sensor/Makefile @@ -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 diff --git a/Examples/MAX32670/I2S/Makefile b/Examples/MAX32670/I2S/Makefile index 3fddcaab04..5954b8b4b5 100644 --- a/Examples/MAX32670/I2S/Makefile +++ b/Examples/MAX32670/I2S/Makefile @@ -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 diff --git a/Examples/MAX32670/ICC/Makefile b/Examples/MAX32670/ICC/Makefile index 3fddcaab04..5954b8b4b5 100644 --- a/Examples/MAX32670/ICC/Makefile +++ b/Examples/MAX32670/ICC/Makefile @@ -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 diff --git a/Examples/MAX32670/LP/Makefile b/Examples/MAX32670/LP/Makefile index 3fddcaab04..5954b8b4b5 100644 --- a/Examples/MAX32670/LP/Makefile +++ b/Examples/MAX32670/LP/Makefile @@ -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 diff --git a/Examples/MAX32670/Library_Generate/Makefile b/Examples/MAX32670/Library_Generate/Makefile index 3fddcaab04..5954b8b4b5 100644 --- a/Examples/MAX32670/Library_Generate/Makefile +++ b/Examples/MAX32670/Library_Generate/Makefile @@ -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 diff --git a/Examples/MAX32670/Library_Use/Makefile b/Examples/MAX32670/Library_Use/Makefile index 3fddcaab04..5954b8b4b5 100644 --- a/Examples/MAX32670/Library_Use/Makefile +++ b/Examples/MAX32670/Library_Use/Makefile @@ -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 diff --git a/Examples/MAX32670/RTC/Makefile b/Examples/MAX32670/RTC/Makefile index 3fddcaab04..5954b8b4b5 100644 --- a/Examples/MAX32670/RTC/Makefile +++ b/Examples/MAX32670/RTC/Makefile @@ -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 diff --git a/Examples/MAX32670/RTC_Backup/Makefile b/Examples/MAX32670/RTC_Backup/Makefile index 3fddcaab04..5954b8b4b5 100644 --- a/Examples/MAX32670/RTC_Backup/Makefile +++ b/Examples/MAX32670/RTC_Backup/Makefile @@ -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 diff --git a/Examples/MAX32670/SPI/Makefile b/Examples/MAX32670/SPI/Makefile index 3fddcaab04..5954b8b4b5 100644 --- a/Examples/MAX32670/SPI/Makefile +++ b/Examples/MAX32670/SPI/Makefile @@ -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 diff --git a/Examples/MAX32670/SPI_MasterSlave/Makefile b/Examples/MAX32670/SPI_MasterSlave/Makefile index 3fddcaab04..5954b8b4b5 100644 --- a/Examples/MAX32670/SPI_MasterSlave/Makefile +++ b/Examples/MAX32670/SPI_MasterSlave/Makefile @@ -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 diff --git a/Examples/MAX32670/SPI_Usecase/Makefile b/Examples/MAX32670/SPI_Usecase/Makefile index 3fddcaab04..5954b8b4b5 100644 --- a/Examples/MAX32670/SPI_Usecase/Makefile +++ b/Examples/MAX32670/SPI_Usecase/Makefile @@ -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 diff --git a/Examples/MAX32670/SecureROM_BL_Host/Makefile b/Examples/MAX32670/SecureROM_BL_Host/Makefile index 3fddcaab04..5954b8b4b5 100644 --- a/Examples/MAX32670/SecureROM_BL_Host/Makefile +++ b/Examples/MAX32670/SecureROM_BL_Host/Makefile @@ -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 diff --git a/Examples/MAX32670/TMR/Makefile b/Examples/MAX32670/TMR/Makefile index 3fddcaab04..5954b8b4b5 100644 --- a/Examples/MAX32670/TMR/Makefile +++ b/Examples/MAX32670/TMR/Makefile @@ -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 diff --git a/Examples/MAX32670/TRNG/Makefile b/Examples/MAX32670/TRNG/Makefile index 3fddcaab04..5954b8b4b5 100644 --- a/Examples/MAX32670/TRNG/Makefile +++ b/Examples/MAX32670/TRNG/Makefile @@ -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 diff --git a/Examples/MAX32670/Temp_Monitor/Makefile b/Examples/MAX32670/Temp_Monitor/Makefile index 3fddcaab04..5954b8b4b5 100644 --- a/Examples/MAX32670/Temp_Monitor/Makefile +++ b/Examples/MAX32670/Temp_Monitor/Makefile @@ -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 diff --git a/Examples/MAX32670/UART/Makefile b/Examples/MAX32670/UART/Makefile index 3fddcaab04..5954b8b4b5 100644 --- a/Examples/MAX32670/UART/Makefile +++ b/Examples/MAX32670/UART/Makefile @@ -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 diff --git a/Examples/MAX32670/UCL/Makefile b/Examples/MAX32670/UCL/Makefile index 0b3d4ed22f..db5da3e66f 100644 --- a/Examples/MAX32670/UCL/Makefile +++ b/Examples/MAX32670/UCL/Makefile @@ -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 diff --git a/Examples/MAX32670/Watchdog/Makefile b/Examples/MAX32670/Watchdog/Makefile index 3fddcaab04..5954b8b4b5 100644 --- a/Examples/MAX32670/Watchdog/Makefile +++ b/Examples/MAX32670/Watchdog/Makefile @@ -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 diff --git a/Examples/MAX32670/WearLeveling/Makefile b/Examples/MAX32670/WearLeveling/Makefile index 3fddcaab04..5954b8b4b5 100644 --- a/Examples/MAX32670/WearLeveling/Makefile +++ b/Examples/MAX32670/WearLeveling/Makefile @@ -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 diff --git a/Examples/MAX32672/ADC/Makefile b/Examples/MAX32672/ADC/Makefile index 8ba5bf017f..bccb16e972 100644 --- a/Examples/MAX32672/ADC/Makefile +++ b/Examples/MAX32672/ADC/Makefile @@ -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 diff --git a/Examples/MAX32672/AES/Makefile b/Examples/MAX32672/AES/Makefile index 8ba5bf017f..bccb16e972 100644 --- a/Examples/MAX32672/AES/Makefile +++ b/Examples/MAX32672/AES/Makefile @@ -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 diff --git a/Examples/MAX32672/ARM-DSP/arm_bayes_example/Makefile b/Examples/MAX32672/ARM-DSP/arm_bayes_example/Makefile index 74d294569c..80ccf7ac02 100644 --- a/Examples/MAX32672/ARM-DSP/arm_bayes_example/Makefile +++ b/Examples/MAX32672/ARM-DSP/arm_bayes_example/Makefile @@ -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 diff --git a/Examples/MAX32672/ARM-DSP/arm_class_marks_example/Makefile b/Examples/MAX32672/ARM-DSP/arm_class_marks_example/Makefile index 74d294569c..80ccf7ac02 100644 --- a/Examples/MAX32672/ARM-DSP/arm_class_marks_example/Makefile +++ b/Examples/MAX32672/ARM-DSP/arm_class_marks_example/Makefile @@ -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 diff --git a/Examples/MAX32672/ARM-DSP/arm_convolution_example/Makefile b/Examples/MAX32672/ARM-DSP/arm_convolution_example/Makefile index 74d294569c..80ccf7ac02 100644 --- a/Examples/MAX32672/ARM-DSP/arm_convolution_example/Makefile +++ b/Examples/MAX32672/ARM-DSP/arm_convolution_example/Makefile @@ -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 diff --git a/Examples/MAX32672/ARM-DSP/arm_dotproduct_example_f32/Makefile b/Examples/MAX32672/ARM-DSP/arm_dotproduct_example_f32/Makefile index 74d294569c..80ccf7ac02 100644 --- a/Examples/MAX32672/ARM-DSP/arm_dotproduct_example_f32/Makefile +++ b/Examples/MAX32672/ARM-DSP/arm_dotproduct_example_f32/Makefile @@ -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 diff --git a/Examples/MAX32672/ARM-DSP/arm_fft_bin_example/Makefile b/Examples/MAX32672/ARM-DSP/arm_fft_bin_example/Makefile index 74d294569c..80ccf7ac02 100644 --- a/Examples/MAX32672/ARM-DSP/arm_fft_bin_example/Makefile +++ b/Examples/MAX32672/ARM-DSP/arm_fft_bin_example/Makefile @@ -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 diff --git a/Examples/MAX32672/ARM-DSP/arm_fir_example/Makefile b/Examples/MAX32672/ARM-DSP/arm_fir_example/Makefile index 74d294569c..80ccf7ac02 100644 --- a/Examples/MAX32672/ARM-DSP/arm_fir_example/Makefile +++ b/Examples/MAX32672/ARM-DSP/arm_fir_example/Makefile @@ -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 diff --git a/Examples/MAX32672/ARM-DSP/arm_graphic_equalizer_example/Makefile b/Examples/MAX32672/ARM-DSP/arm_graphic_equalizer_example/Makefile index 74d294569c..80ccf7ac02 100644 --- a/Examples/MAX32672/ARM-DSP/arm_graphic_equalizer_example/Makefile +++ b/Examples/MAX32672/ARM-DSP/arm_graphic_equalizer_example/Makefile @@ -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 diff --git a/Examples/MAX32672/ARM-DSP/arm_linear_interp_example/Makefile b/Examples/MAX32672/ARM-DSP/arm_linear_interp_example/Makefile index 74d294569c..80ccf7ac02 100644 --- a/Examples/MAX32672/ARM-DSP/arm_linear_interp_example/Makefile +++ b/Examples/MAX32672/ARM-DSP/arm_linear_interp_example/Makefile @@ -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 diff --git a/Examples/MAX32672/ARM-DSP/arm_matrix_example/Makefile b/Examples/MAX32672/ARM-DSP/arm_matrix_example/Makefile index 74d294569c..80ccf7ac02 100644 --- a/Examples/MAX32672/ARM-DSP/arm_matrix_example/Makefile +++ b/Examples/MAX32672/ARM-DSP/arm_matrix_example/Makefile @@ -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 diff --git a/Examples/MAX32672/ARM-DSP/arm_signal_converge_example/Makefile b/Examples/MAX32672/ARM-DSP/arm_signal_converge_example/Makefile index 74d294569c..80ccf7ac02 100644 --- a/Examples/MAX32672/ARM-DSP/arm_signal_converge_example/Makefile +++ b/Examples/MAX32672/ARM-DSP/arm_signal_converge_example/Makefile @@ -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 diff --git a/Examples/MAX32672/ARM-DSP/arm_sin_cos_example/Makefile b/Examples/MAX32672/ARM-DSP/arm_sin_cos_example/Makefile index 74d294569c..80ccf7ac02 100644 --- a/Examples/MAX32672/ARM-DSP/arm_sin_cos_example/Makefile +++ b/Examples/MAX32672/ARM-DSP/arm_sin_cos_example/Makefile @@ -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 diff --git a/Examples/MAX32672/ARM-DSP/arm_svm_example/Makefile b/Examples/MAX32672/ARM-DSP/arm_svm_example/Makefile index 74d294569c..80ccf7ac02 100644 --- a/Examples/MAX32672/ARM-DSP/arm_svm_example/Makefile +++ b/Examples/MAX32672/ARM-DSP/arm_svm_example/Makefile @@ -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 diff --git a/Examples/MAX32672/ARM-DSP/arm_variance_example/Makefile b/Examples/MAX32672/ARM-DSP/arm_variance_example/Makefile index 74d294569c..80ccf7ac02 100644 --- a/Examples/MAX32672/ARM-DSP/arm_variance_example/Makefile +++ b/Examples/MAX32672/ARM-DSP/arm_variance_example/Makefile @@ -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 diff --git a/Examples/MAX32672/CRC/Makefile b/Examples/MAX32672/CRC/Makefile index 8ba5bf017f..bccb16e972 100644 --- a/Examples/MAX32672/CRC/Makefile +++ b/Examples/MAX32672/CRC/Makefile @@ -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 diff --git a/Examples/MAX32672/CTB_AES/Makefile b/Examples/MAX32672/CTB_AES/Makefile index 8ba5bf017f..bccb16e972 100644 --- a/Examples/MAX32672/CTB_AES/Makefile +++ b/Examples/MAX32672/CTB_AES/Makefile @@ -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 diff --git a/Examples/MAX32672/Comparator/Makefile b/Examples/MAX32672/Comparator/Makefile index 8ba5bf017f..bccb16e972 100644 --- a/Examples/MAX32672/Comparator/Makefile +++ b/Examples/MAX32672/Comparator/Makefile @@ -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 diff --git a/Examples/MAX32672/Coremark/Makefile b/Examples/MAX32672/Coremark/Makefile index 8ba5bf017f..bccb16e972 100644 --- a/Examples/MAX32672/Coremark/Makefile +++ b/Examples/MAX32672/Coremark/Makefile @@ -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 diff --git a/Examples/MAX32672/DMA/Makefile b/Examples/MAX32672/DMA/Makefile index 8ba5bf017f..bccb16e972 100644 --- a/Examples/MAX32672/DMA/Makefile +++ b/Examples/MAX32672/DMA/Makefile @@ -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 diff --git a/Examples/MAX32672/Demo/Makefile b/Examples/MAX32672/Demo/Makefile index 8ba5bf017f..bccb16e972 100644 --- a/Examples/MAX32672/Demo/Makefile +++ b/Examples/MAX32672/Demo/Makefile @@ -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 diff --git a/Examples/MAX32672/Display/Makefile b/Examples/MAX32672/Display/Makefile index 8ba5bf017f..bccb16e972 100644 --- a/Examples/MAX32672/Display/Makefile +++ b/Examples/MAX32672/Display/Makefile @@ -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 diff --git a/Examples/MAX32672/EEPROM_Emulator/Makefile b/Examples/MAX32672/EEPROM_Emulator/Makefile index 8ba5bf017f..bccb16e972 100644 --- a/Examples/MAX32672/EEPROM_Emulator/Makefile +++ b/Examples/MAX32672/EEPROM_Emulator/Makefile @@ -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 diff --git a/Examples/MAX32672/Flash/Makefile b/Examples/MAX32672/Flash/Makefile index 8ba5bf017f..bccb16e972 100644 --- a/Examples/MAX32672/Flash/Makefile +++ b/Examples/MAX32672/Flash/Makefile @@ -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 diff --git a/Examples/MAX32672/Flash_CLI/Makefile b/Examples/MAX32672/Flash_CLI/Makefile index 8ba5bf017f..bccb16e972 100644 --- a/Examples/MAX32672/Flash_CLI/Makefile +++ b/Examples/MAX32672/Flash_CLI/Makefile @@ -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 diff --git a/Examples/MAX32672/FreeRTOSDemo/Makefile b/Examples/MAX32672/FreeRTOSDemo/Makefile index 8ba5bf017f..bccb16e972 100644 --- a/Examples/MAX32672/FreeRTOSDemo/Makefile +++ b/Examples/MAX32672/FreeRTOSDemo/Makefile @@ -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 diff --git a/Examples/MAX32672/GPIO/Makefile b/Examples/MAX32672/GPIO/Makefile index 8ba5bf017f..bccb16e972 100644 --- a/Examples/MAX32672/GPIO/Makefile +++ b/Examples/MAX32672/GPIO/Makefile @@ -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 diff --git a/Examples/MAX32672/Hello_World/Makefile b/Examples/MAX32672/Hello_World/Makefile index 8ba5bf017f..bccb16e972 100644 --- a/Examples/MAX32672/Hello_World/Makefile +++ b/Examples/MAX32672/Hello_World/Makefile @@ -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 diff --git a/Examples/MAX32672/Hello_World_Cpp/Makefile b/Examples/MAX32672/Hello_World_Cpp/Makefile index 8ba5bf017f..bccb16e972 100644 --- a/Examples/MAX32672/Hello_World_Cpp/Makefile +++ b/Examples/MAX32672/Hello_World_Cpp/Makefile @@ -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 diff --git a/Examples/MAX32672/I2C/Makefile b/Examples/MAX32672/I2C/Makefile index 8ba5bf017f..bccb16e972 100644 --- a/Examples/MAX32672/I2C/Makefile +++ b/Examples/MAX32672/I2C/Makefile @@ -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 diff --git a/Examples/MAX32672/I2C_MNGR/Makefile b/Examples/MAX32672/I2C_MNGR/Makefile index 8ba5bf017f..bccb16e972 100644 --- a/Examples/MAX32672/I2C_MNGR/Makefile +++ b/Examples/MAX32672/I2C_MNGR/Makefile @@ -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 diff --git a/Examples/MAX32672/I2C_SCAN/Makefile b/Examples/MAX32672/I2C_SCAN/Makefile index 8ba5bf017f..bccb16e972 100644 --- a/Examples/MAX32672/I2C_SCAN/Makefile +++ b/Examples/MAX32672/I2C_SCAN/Makefile @@ -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 diff --git a/Examples/MAX32672/I2C_Sensor/Makefile b/Examples/MAX32672/I2C_Sensor/Makefile index 8ba5bf017f..bccb16e972 100644 --- a/Examples/MAX32672/I2C_Sensor/Makefile +++ b/Examples/MAX32672/I2C_Sensor/Makefile @@ -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 diff --git a/Examples/MAX32672/I2S/Makefile b/Examples/MAX32672/I2S/Makefile index 8ba5bf017f..bccb16e972 100644 --- a/Examples/MAX32672/I2S/Makefile +++ b/Examples/MAX32672/I2S/Makefile @@ -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 diff --git a/Examples/MAX32672/ICC/Makefile b/Examples/MAX32672/ICC/Makefile index 8ba5bf017f..bccb16e972 100644 --- a/Examples/MAX32672/ICC/Makefile +++ b/Examples/MAX32672/ICC/Makefile @@ -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 diff --git a/Examples/MAX32672/LP/Makefile b/Examples/MAX32672/LP/Makefile index 8ba5bf017f..bccb16e972 100644 --- a/Examples/MAX32672/LP/Makefile +++ b/Examples/MAX32672/LP/Makefile @@ -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 diff --git a/Examples/MAX32672/Library_Generate/Makefile b/Examples/MAX32672/Library_Generate/Makefile index 8ba5bf017f..bccb16e972 100644 --- a/Examples/MAX32672/Library_Generate/Makefile +++ b/Examples/MAX32672/Library_Generate/Makefile @@ -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 diff --git a/Examples/MAX32672/Library_Use/Makefile b/Examples/MAX32672/Library_Use/Makefile index 8ba5bf017f..bccb16e972 100644 --- a/Examples/MAX32672/Library_Use/Makefile +++ b/Examples/MAX32672/Library_Use/Makefile @@ -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 diff --git a/Examples/MAX32672/OLED_Demo/Makefile b/Examples/MAX32672/OLED_Demo/Makefile index e40f948b9d..0bd8bc4ad5 100644 --- a/Examples/MAX32672/OLED_Demo/Makefile +++ b/Examples/MAX32672/OLED_Demo/Makefile @@ -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 diff --git a/Examples/MAX32672/QDEC/Makefile b/Examples/MAX32672/QDEC/Makefile index 8ba5bf017f..bccb16e972 100644 --- a/Examples/MAX32672/QDEC/Makefile +++ b/Examples/MAX32672/QDEC/Makefile @@ -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 diff --git a/Examples/MAX32672/RTC/Makefile b/Examples/MAX32672/RTC/Makefile index 8ba5bf017f..bccb16e972 100644 --- a/Examples/MAX32672/RTC/Makefile +++ b/Examples/MAX32672/RTC/Makefile @@ -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 diff --git a/Examples/MAX32672/RTC_Backup/Makefile b/Examples/MAX32672/RTC_Backup/Makefile index 8ba5bf017f..bccb16e972 100644 --- a/Examples/MAX32672/RTC_Backup/Makefile +++ b/Examples/MAX32672/RTC_Backup/Makefile @@ -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 diff --git a/Examples/MAX32672/SCPA_OTP_Dump/Makefile b/Examples/MAX32672/SCPA_OTP_Dump/Makefile index 8ba5bf017f..bccb16e972 100644 --- a/Examples/MAX32672/SCPA_OTP_Dump/Makefile +++ b/Examples/MAX32672/SCPA_OTP_Dump/Makefile @@ -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 diff --git a/Examples/MAX32672/SPI/Makefile b/Examples/MAX32672/SPI/Makefile index 8ba5bf017f..bccb16e972 100644 --- a/Examples/MAX32672/SPI/Makefile +++ b/Examples/MAX32672/SPI/Makefile @@ -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 diff --git a/Examples/MAX32672/SPI_MasterSlave/Makefile b/Examples/MAX32672/SPI_MasterSlave/Makefile index 8ba5bf017f..bccb16e972 100644 --- a/Examples/MAX32672/SPI_MasterSlave/Makefile +++ b/Examples/MAX32672/SPI_MasterSlave/Makefile @@ -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 diff --git a/Examples/MAX32672/TMR/Makefile b/Examples/MAX32672/TMR/Makefile index 8ba5bf017f..bccb16e972 100644 --- a/Examples/MAX32672/TMR/Makefile +++ b/Examples/MAX32672/TMR/Makefile @@ -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 diff --git a/Examples/MAX32672/TRNG/Makefile b/Examples/MAX32672/TRNG/Makefile index 8ba5bf017f..bccb16e972 100644 --- a/Examples/MAX32672/TRNG/Makefile +++ b/Examples/MAX32672/TRNG/Makefile @@ -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 diff --git a/Examples/MAX32672/Temp_Monitor/Makefile b/Examples/MAX32672/Temp_Monitor/Makefile index 8ba5bf017f..bccb16e972 100644 --- a/Examples/MAX32672/Temp_Monitor/Makefile +++ b/Examples/MAX32672/Temp_Monitor/Makefile @@ -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 diff --git a/Examples/MAX32672/UART/Makefile b/Examples/MAX32672/UART/Makefile index 8ba5bf017f..bccb16e972 100644 --- a/Examples/MAX32672/UART/Makefile +++ b/Examples/MAX32672/UART/Makefile @@ -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 diff --git a/Examples/MAX32672/UCL/Makefile b/Examples/MAX32672/UCL/Makefile index 2cb6dfe54d..4baf6a1423 100644 --- a/Examples/MAX32672/UCL/Makefile +++ b/Examples/MAX32672/UCL/Makefile @@ -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 diff --git a/Examples/MAX32672/Watchdog/Makefile b/Examples/MAX32672/Watchdog/Makefile index 8ba5bf017f..bccb16e972 100644 --- a/Examples/MAX32672/Watchdog/Makefile +++ b/Examples/MAX32672/Watchdog/Makefile @@ -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 diff --git a/Examples/MAX32672/WearLeveling/Makefile b/Examples/MAX32672/WearLeveling/Makefile index 8ba5bf017f..bccb16e972 100644 --- a/Examples/MAX32672/WearLeveling/Makefile +++ b/Examples/MAX32672/WearLeveling/Makefile @@ -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 diff --git a/Examples/MAX32675/ADC/Makefile b/Examples/MAX32675/ADC/Makefile index 9979226f7b..c4c6ec7ff4 100644 --- a/Examples/MAX32675/ADC/Makefile +++ b/Examples/MAX32675/ADC/Makefile @@ -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 diff --git a/Examples/MAX32675/AES/Makefile b/Examples/MAX32675/AES/Makefile index 9979226f7b..c4c6ec7ff4 100644 --- a/Examples/MAX32675/AES/Makefile +++ b/Examples/MAX32675/AES/Makefile @@ -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 diff --git a/Examples/MAX32675/AFE_DAC/Makefile b/Examples/MAX32675/AFE_DAC/Makefile index 9979226f7b..c4c6ec7ff4 100644 --- a/Examples/MAX32675/AFE_DAC/Makefile +++ b/Examples/MAX32675/AFE_DAC/Makefile @@ -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 diff --git a/Examples/MAX32675/ARM-DSP/arm_bayes_example/Makefile b/Examples/MAX32675/ARM-DSP/arm_bayes_example/Makefile index 3eff09028d..104b36962b 100644 --- a/Examples/MAX32675/ARM-DSP/arm_bayes_example/Makefile +++ b/Examples/MAX32675/ARM-DSP/arm_bayes_example/Makefile @@ -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 diff --git a/Examples/MAX32675/ARM-DSP/arm_class_marks_example/Makefile b/Examples/MAX32675/ARM-DSP/arm_class_marks_example/Makefile index 3eff09028d..104b36962b 100644 --- a/Examples/MAX32675/ARM-DSP/arm_class_marks_example/Makefile +++ b/Examples/MAX32675/ARM-DSP/arm_class_marks_example/Makefile @@ -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 diff --git a/Examples/MAX32675/ARM-DSP/arm_convolution_example/Makefile b/Examples/MAX32675/ARM-DSP/arm_convolution_example/Makefile index 3eff09028d..104b36962b 100644 --- a/Examples/MAX32675/ARM-DSP/arm_convolution_example/Makefile +++ b/Examples/MAX32675/ARM-DSP/arm_convolution_example/Makefile @@ -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 diff --git a/Examples/MAX32675/ARM-DSP/arm_dotproduct_example_f32/Makefile b/Examples/MAX32675/ARM-DSP/arm_dotproduct_example_f32/Makefile index 3eff09028d..104b36962b 100644 --- a/Examples/MAX32675/ARM-DSP/arm_dotproduct_example_f32/Makefile +++ b/Examples/MAX32675/ARM-DSP/arm_dotproduct_example_f32/Makefile @@ -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 diff --git a/Examples/MAX32675/ARM-DSP/arm_fft_bin_example/Makefile b/Examples/MAX32675/ARM-DSP/arm_fft_bin_example/Makefile index 3eff09028d..104b36962b 100644 --- a/Examples/MAX32675/ARM-DSP/arm_fft_bin_example/Makefile +++ b/Examples/MAX32675/ARM-DSP/arm_fft_bin_example/Makefile @@ -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 diff --git a/Examples/MAX32675/ARM-DSP/arm_fir_example/Makefile b/Examples/MAX32675/ARM-DSP/arm_fir_example/Makefile index 3eff09028d..104b36962b 100644 --- a/Examples/MAX32675/ARM-DSP/arm_fir_example/Makefile +++ b/Examples/MAX32675/ARM-DSP/arm_fir_example/Makefile @@ -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 diff --git a/Examples/MAX32675/ARM-DSP/arm_graphic_equalizer_example/Makefile b/Examples/MAX32675/ARM-DSP/arm_graphic_equalizer_example/Makefile index 3eff09028d..104b36962b 100644 --- a/Examples/MAX32675/ARM-DSP/arm_graphic_equalizer_example/Makefile +++ b/Examples/MAX32675/ARM-DSP/arm_graphic_equalizer_example/Makefile @@ -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 diff --git a/Examples/MAX32675/ARM-DSP/arm_linear_interp_example/Makefile b/Examples/MAX32675/ARM-DSP/arm_linear_interp_example/Makefile index 3eff09028d..104b36962b 100644 --- a/Examples/MAX32675/ARM-DSP/arm_linear_interp_example/Makefile +++ b/Examples/MAX32675/ARM-DSP/arm_linear_interp_example/Makefile @@ -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 diff --git a/Examples/MAX32675/ARM-DSP/arm_matrix_example/Makefile b/Examples/MAX32675/ARM-DSP/arm_matrix_example/Makefile index 3eff09028d..104b36962b 100644 --- a/Examples/MAX32675/ARM-DSP/arm_matrix_example/Makefile +++ b/Examples/MAX32675/ARM-DSP/arm_matrix_example/Makefile @@ -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 diff --git a/Examples/MAX32675/ARM-DSP/arm_signal_converge_example/Makefile b/Examples/MAX32675/ARM-DSP/arm_signal_converge_example/Makefile index 3eff09028d..104b36962b 100644 --- a/Examples/MAX32675/ARM-DSP/arm_signal_converge_example/Makefile +++ b/Examples/MAX32675/ARM-DSP/arm_signal_converge_example/Makefile @@ -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 diff --git a/Examples/MAX32675/ARM-DSP/arm_sin_cos_example/Makefile b/Examples/MAX32675/ARM-DSP/arm_sin_cos_example/Makefile index 3eff09028d..104b36962b 100644 --- a/Examples/MAX32675/ARM-DSP/arm_sin_cos_example/Makefile +++ b/Examples/MAX32675/ARM-DSP/arm_sin_cos_example/Makefile @@ -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 diff --git a/Examples/MAX32675/ARM-DSP/arm_svm_example/Makefile b/Examples/MAX32675/ARM-DSP/arm_svm_example/Makefile index 3eff09028d..104b36962b 100644 --- a/Examples/MAX32675/ARM-DSP/arm_svm_example/Makefile +++ b/Examples/MAX32675/ARM-DSP/arm_svm_example/Makefile @@ -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 diff --git a/Examples/MAX32675/ARM-DSP/arm_variance_example/Makefile b/Examples/MAX32675/ARM-DSP/arm_variance_example/Makefile index 3eff09028d..104b36962b 100644 --- a/Examples/MAX32675/ARM-DSP/arm_variance_example/Makefile +++ b/Examples/MAX32675/ARM-DSP/arm_variance_example/Makefile @@ -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 diff --git a/Examples/MAX32675/CRC/Makefile b/Examples/MAX32675/CRC/Makefile index 9979226f7b..c4c6ec7ff4 100644 --- a/Examples/MAX32675/CRC/Makefile +++ b/Examples/MAX32675/CRC/Makefile @@ -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 diff --git a/Examples/MAX32675/Coremark/Makefile b/Examples/MAX32675/Coremark/Makefile index 9979226f7b..c4c6ec7ff4 100644 --- a/Examples/MAX32675/Coremark/Makefile +++ b/Examples/MAX32675/Coremark/Makefile @@ -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 diff --git a/Examples/MAX32675/DMA/Makefile b/Examples/MAX32675/DMA/Makefile index 9979226f7b..c4c6ec7ff4 100644 --- a/Examples/MAX32675/DMA/Makefile +++ b/Examples/MAX32675/DMA/Makefile @@ -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 diff --git a/Examples/MAX32675/EEPROM_Emulator/Makefile b/Examples/MAX32675/EEPROM_Emulator/Makefile index 9979226f7b..c4c6ec7ff4 100644 --- a/Examples/MAX32675/EEPROM_Emulator/Makefile +++ b/Examples/MAX32675/EEPROM_Emulator/Makefile @@ -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 diff --git a/Examples/MAX32675/Flash/Makefile b/Examples/MAX32675/Flash/Makefile index 9979226f7b..c4c6ec7ff4 100644 --- a/Examples/MAX32675/Flash/Makefile +++ b/Examples/MAX32675/Flash/Makefile @@ -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 diff --git a/Examples/MAX32675/Flash_CLI/Makefile b/Examples/MAX32675/Flash_CLI/Makefile index 9979226f7b..c4c6ec7ff4 100644 --- a/Examples/MAX32675/Flash_CLI/Makefile +++ b/Examples/MAX32675/Flash_CLI/Makefile @@ -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 diff --git a/Examples/MAX32675/FreeRTOSDemo/Makefile b/Examples/MAX32675/FreeRTOSDemo/Makefile index 9979226f7b..c4c6ec7ff4 100644 --- a/Examples/MAX32675/FreeRTOSDemo/Makefile +++ b/Examples/MAX32675/FreeRTOSDemo/Makefile @@ -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 diff --git a/Examples/MAX32675/GPIO/Makefile b/Examples/MAX32675/GPIO/Makefile index 9979226f7b..c4c6ec7ff4 100644 --- a/Examples/MAX32675/GPIO/Makefile +++ b/Examples/MAX32675/GPIO/Makefile @@ -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 diff --git a/Examples/MAX32675/HART_UART/Makefile b/Examples/MAX32675/HART_UART/Makefile index 9979226f7b..c4c6ec7ff4 100644 --- a/Examples/MAX32675/HART_UART/Makefile +++ b/Examples/MAX32675/HART_UART/Makefile @@ -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 diff --git a/Examples/MAX32675/Hello_World/Makefile b/Examples/MAX32675/Hello_World/Makefile index 9979226f7b..c4c6ec7ff4 100644 --- a/Examples/MAX32675/Hello_World/Makefile +++ b/Examples/MAX32675/Hello_World/Makefile @@ -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 diff --git a/Examples/MAX32675/Hello_World_Cpp/Makefile b/Examples/MAX32675/Hello_World_Cpp/Makefile index 9979226f7b..c4c6ec7ff4 100644 --- a/Examples/MAX32675/Hello_World_Cpp/Makefile +++ b/Examples/MAX32675/Hello_World_Cpp/Makefile @@ -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 diff --git a/Examples/MAX32675/I2C/Makefile b/Examples/MAX32675/I2C/Makefile index 9979226f7b..c4c6ec7ff4 100644 --- a/Examples/MAX32675/I2C/Makefile +++ b/Examples/MAX32675/I2C/Makefile @@ -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 diff --git a/Examples/MAX32675/I2C_MNGR/Makefile b/Examples/MAX32675/I2C_MNGR/Makefile index 9979226f7b..c4c6ec7ff4 100644 --- a/Examples/MAX32675/I2C_MNGR/Makefile +++ b/Examples/MAX32675/I2C_MNGR/Makefile @@ -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 diff --git a/Examples/MAX32675/I2C_SCAN/Makefile b/Examples/MAX32675/I2C_SCAN/Makefile index 9979226f7b..c4c6ec7ff4 100644 --- a/Examples/MAX32675/I2C_SCAN/Makefile +++ b/Examples/MAX32675/I2C_SCAN/Makefile @@ -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 diff --git a/Examples/MAX32675/I2C_Sensor/Makefile b/Examples/MAX32675/I2C_Sensor/Makefile index 9979226f7b..c4c6ec7ff4 100644 --- a/Examples/MAX32675/I2C_Sensor/Makefile +++ b/Examples/MAX32675/I2C_Sensor/Makefile @@ -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 diff --git a/Examples/MAX32675/I2S/Makefile b/Examples/MAX32675/I2S/Makefile index 9979226f7b..c4c6ec7ff4 100644 --- a/Examples/MAX32675/I2S/Makefile +++ b/Examples/MAX32675/I2S/Makefile @@ -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 diff --git a/Examples/MAX32675/ICC/Makefile b/Examples/MAX32675/ICC/Makefile index 9979226f7b..c4c6ec7ff4 100644 --- a/Examples/MAX32675/ICC/Makefile +++ b/Examples/MAX32675/ICC/Makefile @@ -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 diff --git a/Examples/MAX32675/LP/Makefile b/Examples/MAX32675/LP/Makefile index 9979226f7b..c4c6ec7ff4 100644 --- a/Examples/MAX32675/LP/Makefile +++ b/Examples/MAX32675/LP/Makefile @@ -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 diff --git a/Examples/MAX32675/Library_Generate/Makefile b/Examples/MAX32675/Library_Generate/Makefile index 9979226f7b..c4c6ec7ff4 100644 --- a/Examples/MAX32675/Library_Generate/Makefile +++ b/Examples/MAX32675/Library_Generate/Makefile @@ -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 diff --git a/Examples/MAX32675/Library_Use/Makefile b/Examples/MAX32675/Library_Use/Makefile index 9979226f7b..c4c6ec7ff4 100644 --- a/Examples/MAX32675/Library_Use/Makefile +++ b/Examples/MAX32675/Library_Use/Makefile @@ -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 diff --git a/Examples/MAX32675/SPI/Makefile b/Examples/MAX32675/SPI/Makefile index 9979226f7b..c4c6ec7ff4 100644 --- a/Examples/MAX32675/SPI/Makefile +++ b/Examples/MAX32675/SPI/Makefile @@ -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 diff --git a/Examples/MAX32675/TMR/Makefile b/Examples/MAX32675/TMR/Makefile index 9979226f7b..c4c6ec7ff4 100644 --- a/Examples/MAX32675/TMR/Makefile +++ b/Examples/MAX32675/TMR/Makefile @@ -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 diff --git a/Examples/MAX32675/TRNG/Makefile b/Examples/MAX32675/TRNG/Makefile index 9979226f7b..c4c6ec7ff4 100644 --- a/Examples/MAX32675/TRNG/Makefile +++ b/Examples/MAX32675/TRNG/Makefile @@ -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 diff --git a/Examples/MAX32675/UART/Makefile b/Examples/MAX32675/UART/Makefile index 9979226f7b..c4c6ec7ff4 100644 --- a/Examples/MAX32675/UART/Makefile +++ b/Examples/MAX32675/UART/Makefile @@ -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 diff --git a/Examples/MAX32675/Watchdog/Makefile b/Examples/MAX32675/Watchdog/Makefile index 9979226f7b..c4c6ec7ff4 100644 --- a/Examples/MAX32675/Watchdog/Makefile +++ b/Examples/MAX32675/Watchdog/Makefile @@ -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 diff --git a/Examples/MAX32675/WearLeveling/Makefile b/Examples/MAX32675/WearLeveling/Makefile index 9979226f7b..c4c6ec7ff4 100644 --- a/Examples/MAX32675/WearLeveling/Makefile +++ b/Examples/MAX32675/WearLeveling/Makefile @@ -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 diff --git a/Examples/MAX32680/ADC/Makefile b/Examples/MAX32680/ADC/Makefile index 77915a1058..d764f7c509 100644 --- a/Examples/MAX32680/ADC/Makefile +++ b/Examples/MAX32680/ADC/Makefile @@ -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 diff --git a/Examples/MAX32680/AES/Makefile b/Examples/MAX32680/AES/Makefile index 77915a1058..d764f7c509 100644 --- a/Examples/MAX32680/AES/Makefile +++ b/Examples/MAX32680/AES/Makefile @@ -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 diff --git a/Examples/MAX32680/AFE_ADC/Makefile b/Examples/MAX32680/AFE_ADC/Makefile index 77915a1058..d764f7c509 100644 --- a/Examples/MAX32680/AFE_ADC/Makefile +++ b/Examples/MAX32680/AFE_ADC/Makefile @@ -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 diff --git a/Examples/MAX32680/ARM-DSP/arm_bayes_example/Makefile b/Examples/MAX32680/ARM-DSP/arm_bayes_example/Makefile index 6853af1ff2..d23ae5f8a4 100644 --- a/Examples/MAX32680/ARM-DSP/arm_bayes_example/Makefile +++ b/Examples/MAX32680/ARM-DSP/arm_bayes_example/Makefile @@ -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 diff --git a/Examples/MAX32680/ARM-DSP/arm_class_marks_example/Makefile b/Examples/MAX32680/ARM-DSP/arm_class_marks_example/Makefile index 6853af1ff2..d23ae5f8a4 100644 --- a/Examples/MAX32680/ARM-DSP/arm_class_marks_example/Makefile +++ b/Examples/MAX32680/ARM-DSP/arm_class_marks_example/Makefile @@ -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 diff --git a/Examples/MAX32680/ARM-DSP/arm_convolution_example/Makefile b/Examples/MAX32680/ARM-DSP/arm_convolution_example/Makefile index 6853af1ff2..d23ae5f8a4 100644 --- a/Examples/MAX32680/ARM-DSP/arm_convolution_example/Makefile +++ b/Examples/MAX32680/ARM-DSP/arm_convolution_example/Makefile @@ -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 diff --git a/Examples/MAX32680/ARM-DSP/arm_dotproduct_example_f32/Makefile b/Examples/MAX32680/ARM-DSP/arm_dotproduct_example_f32/Makefile index 6853af1ff2..d23ae5f8a4 100644 --- a/Examples/MAX32680/ARM-DSP/arm_dotproduct_example_f32/Makefile +++ b/Examples/MAX32680/ARM-DSP/arm_dotproduct_example_f32/Makefile @@ -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 diff --git a/Examples/MAX32680/ARM-DSP/arm_fft_bin_example/Makefile b/Examples/MAX32680/ARM-DSP/arm_fft_bin_example/Makefile index 6853af1ff2..d23ae5f8a4 100644 --- a/Examples/MAX32680/ARM-DSP/arm_fft_bin_example/Makefile +++ b/Examples/MAX32680/ARM-DSP/arm_fft_bin_example/Makefile @@ -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 diff --git a/Examples/MAX32680/ARM-DSP/arm_fir_example/Makefile b/Examples/MAX32680/ARM-DSP/arm_fir_example/Makefile index 6853af1ff2..d23ae5f8a4 100644 --- a/Examples/MAX32680/ARM-DSP/arm_fir_example/Makefile +++ b/Examples/MAX32680/ARM-DSP/arm_fir_example/Makefile @@ -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 diff --git a/Examples/MAX32680/ARM-DSP/arm_graphic_equalizer_example/Makefile b/Examples/MAX32680/ARM-DSP/arm_graphic_equalizer_example/Makefile index 6853af1ff2..d23ae5f8a4 100644 --- a/Examples/MAX32680/ARM-DSP/arm_graphic_equalizer_example/Makefile +++ b/Examples/MAX32680/ARM-DSP/arm_graphic_equalizer_example/Makefile @@ -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 diff --git a/Examples/MAX32680/ARM-DSP/arm_linear_interp_example/Makefile b/Examples/MAX32680/ARM-DSP/arm_linear_interp_example/Makefile index 6853af1ff2..d23ae5f8a4 100644 --- a/Examples/MAX32680/ARM-DSP/arm_linear_interp_example/Makefile +++ b/Examples/MAX32680/ARM-DSP/arm_linear_interp_example/Makefile @@ -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 diff --git a/Examples/MAX32680/ARM-DSP/arm_matrix_example/Makefile b/Examples/MAX32680/ARM-DSP/arm_matrix_example/Makefile index 6853af1ff2..d23ae5f8a4 100644 --- a/Examples/MAX32680/ARM-DSP/arm_matrix_example/Makefile +++ b/Examples/MAX32680/ARM-DSP/arm_matrix_example/Makefile @@ -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 diff --git a/Examples/MAX32680/ARM-DSP/arm_signal_converge_example/Makefile b/Examples/MAX32680/ARM-DSP/arm_signal_converge_example/Makefile index 6853af1ff2..d23ae5f8a4 100644 --- a/Examples/MAX32680/ARM-DSP/arm_signal_converge_example/Makefile +++ b/Examples/MAX32680/ARM-DSP/arm_signal_converge_example/Makefile @@ -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 diff --git a/Examples/MAX32680/ARM-DSP/arm_sin_cos_example/Makefile b/Examples/MAX32680/ARM-DSP/arm_sin_cos_example/Makefile index 6853af1ff2..d23ae5f8a4 100644 --- a/Examples/MAX32680/ARM-DSP/arm_sin_cos_example/Makefile +++ b/Examples/MAX32680/ARM-DSP/arm_sin_cos_example/Makefile @@ -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 diff --git a/Examples/MAX32680/ARM-DSP/arm_svm_example/Makefile b/Examples/MAX32680/ARM-DSP/arm_svm_example/Makefile index 6853af1ff2..d23ae5f8a4 100644 --- a/Examples/MAX32680/ARM-DSP/arm_svm_example/Makefile +++ b/Examples/MAX32680/ARM-DSP/arm_svm_example/Makefile @@ -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 diff --git a/Examples/MAX32680/ARM-DSP/arm_variance_example/Makefile b/Examples/MAX32680/ARM-DSP/arm_variance_example/Makefile index 6853af1ff2..d23ae5f8a4 100644 --- a/Examples/MAX32680/ARM-DSP/arm_variance_example/Makefile +++ b/Examples/MAX32680/ARM-DSP/arm_variance_example/Makefile @@ -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 diff --git a/Examples/MAX32680/Bluetooth/BLE4_ctr/Makefile b/Examples/MAX32680/Bluetooth/BLE4_ctr/Makefile index 6853af1ff2..d23ae5f8a4 100644 --- a/Examples/MAX32680/Bluetooth/BLE4_ctr/Makefile +++ b/Examples/MAX32680/Bluetooth/BLE4_ctr/Makefile @@ -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 diff --git a/Examples/MAX32680/Bluetooth/BLE_dats/Makefile b/Examples/MAX32680/Bluetooth/BLE_dats/Makefile index 6853af1ff2..d23ae5f8a4 100644 --- a/Examples/MAX32680/Bluetooth/BLE_dats/Makefile +++ b/Examples/MAX32680/Bluetooth/BLE_dats/Makefile @@ -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 diff --git a/Examples/MAX32680/CRC/Makefile b/Examples/MAX32680/CRC/Makefile index 77915a1058..d764f7c509 100644 --- a/Examples/MAX32680/CRC/Makefile +++ b/Examples/MAX32680/CRC/Makefile @@ -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 diff --git a/Examples/MAX32680/Coremark/Makefile b/Examples/MAX32680/Coremark/Makefile index 77915a1058..d764f7c509 100644 --- a/Examples/MAX32680/Coremark/Makefile +++ b/Examples/MAX32680/Coremark/Makefile @@ -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 diff --git a/Examples/MAX32680/DMA/Makefile b/Examples/MAX32680/DMA/Makefile index 77915a1058..d764f7c509 100644 --- a/Examples/MAX32680/DMA/Makefile +++ b/Examples/MAX32680/DMA/Makefile @@ -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 diff --git a/Examples/MAX32680/EEPROM_Emulator/Makefile b/Examples/MAX32680/EEPROM_Emulator/Makefile index 77915a1058..d764f7c509 100644 --- a/Examples/MAX32680/EEPROM_Emulator/Makefile +++ b/Examples/MAX32680/EEPROM_Emulator/Makefile @@ -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 diff --git a/Examples/MAX32680/Flash/Makefile b/Examples/MAX32680/Flash/Makefile index 77915a1058..d764f7c509 100644 --- a/Examples/MAX32680/Flash/Makefile +++ b/Examples/MAX32680/Flash/Makefile @@ -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 diff --git a/Examples/MAX32680/Flash_CLI/Makefile b/Examples/MAX32680/Flash_CLI/Makefile index 77915a1058..d764f7c509 100644 --- a/Examples/MAX32680/Flash_CLI/Makefile +++ b/Examples/MAX32680/Flash_CLI/Makefile @@ -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 diff --git a/Examples/MAX32680/FreeRTOSDemo/Makefile b/Examples/MAX32680/FreeRTOSDemo/Makefile index 77915a1058..d764f7c509 100644 --- a/Examples/MAX32680/FreeRTOSDemo/Makefile +++ b/Examples/MAX32680/FreeRTOSDemo/Makefile @@ -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 diff --git a/Examples/MAX32680/GPIO/Makefile b/Examples/MAX32680/GPIO/Makefile index 77915a1058..d764f7c509 100644 --- a/Examples/MAX32680/GPIO/Makefile +++ b/Examples/MAX32680/GPIO/Makefile @@ -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 diff --git a/Examples/MAX32680/HART_UART/Makefile b/Examples/MAX32680/HART_UART/Makefile index 77915a1058..d764f7c509 100644 --- a/Examples/MAX32680/HART_UART/Makefile +++ b/Examples/MAX32680/HART_UART/Makefile @@ -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 diff --git a/Examples/MAX32680/Hello_World/Makefile b/Examples/MAX32680/Hello_World/Makefile index 77915a1058..d764f7c509 100644 --- a/Examples/MAX32680/Hello_World/Makefile +++ b/Examples/MAX32680/Hello_World/Makefile @@ -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 diff --git a/Examples/MAX32680/Hello_World_Cpp/Makefile b/Examples/MAX32680/Hello_World_Cpp/Makefile index 77915a1058..d764f7c509 100644 --- a/Examples/MAX32680/Hello_World_Cpp/Makefile +++ b/Examples/MAX32680/Hello_World_Cpp/Makefile @@ -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 diff --git a/Examples/MAX32680/I2C/Makefile b/Examples/MAX32680/I2C/Makefile index 77915a1058..d764f7c509 100644 --- a/Examples/MAX32680/I2C/Makefile +++ b/Examples/MAX32680/I2C/Makefile @@ -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 diff --git a/Examples/MAX32680/I2C_MNGR/Makefile b/Examples/MAX32680/I2C_MNGR/Makefile index 77915a1058..d764f7c509 100644 --- a/Examples/MAX32680/I2C_MNGR/Makefile +++ b/Examples/MAX32680/I2C_MNGR/Makefile @@ -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 diff --git a/Examples/MAX32680/I2C_SCAN/Makefile b/Examples/MAX32680/I2C_SCAN/Makefile index 77915a1058..d764f7c509 100644 --- a/Examples/MAX32680/I2C_SCAN/Makefile +++ b/Examples/MAX32680/I2C_SCAN/Makefile @@ -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 diff --git a/Examples/MAX32680/I2C_Sensor/Makefile b/Examples/MAX32680/I2C_Sensor/Makefile index 77915a1058..d764f7c509 100644 --- a/Examples/MAX32680/I2C_Sensor/Makefile +++ b/Examples/MAX32680/I2C_Sensor/Makefile @@ -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 diff --git a/Examples/MAX32680/I2S/Makefile b/Examples/MAX32680/I2S/Makefile index 77915a1058..d764f7c509 100644 --- a/Examples/MAX32680/I2S/Makefile +++ b/Examples/MAX32680/I2S/Makefile @@ -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 diff --git a/Examples/MAX32680/ICC/Makefile b/Examples/MAX32680/ICC/Makefile index 77915a1058..d764f7c509 100644 --- a/Examples/MAX32680/ICC/Makefile +++ b/Examples/MAX32680/ICC/Makefile @@ -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 diff --git a/Examples/MAX32680/LP/Makefile b/Examples/MAX32680/LP/Makefile index 77915a1058..d764f7c509 100644 --- a/Examples/MAX32680/LP/Makefile +++ b/Examples/MAX32680/LP/Makefile @@ -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 diff --git a/Examples/MAX32680/Library_Generate/Makefile b/Examples/MAX32680/Library_Generate/Makefile index 77915a1058..d764f7c509 100644 --- a/Examples/MAX32680/Library_Generate/Makefile +++ b/Examples/MAX32680/Library_Generate/Makefile @@ -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 diff --git a/Examples/MAX32680/Library_Use/Makefile b/Examples/MAX32680/Library_Use/Makefile index 77915a1058..d764f7c509 100644 --- a/Examples/MAX32680/Library_Use/Makefile +++ b/Examples/MAX32680/Library_Use/Makefile @@ -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 diff --git a/Examples/MAX32680/Pulse_Train/Makefile b/Examples/MAX32680/Pulse_Train/Makefile index 77915a1058..d764f7c509 100644 --- a/Examples/MAX32680/Pulse_Train/Makefile +++ b/Examples/MAX32680/Pulse_Train/Makefile @@ -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 diff --git a/Examples/MAX32680/RV_ARM_Loader/Makefile b/Examples/MAX32680/RV_ARM_Loader/Makefile index 77915a1058..d764f7c509 100644 --- a/Examples/MAX32680/RV_ARM_Loader/Makefile +++ b/Examples/MAX32680/RV_ARM_Loader/Makefile @@ -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 diff --git a/Examples/MAX32680/SPI/Makefile b/Examples/MAX32680/SPI/Makefile index 77915a1058..d764f7c509 100644 --- a/Examples/MAX32680/SPI/Makefile +++ b/Examples/MAX32680/SPI/Makefile @@ -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 diff --git a/Examples/MAX32680/TMR/Makefile b/Examples/MAX32680/TMR/Makefile index 77915a1058..d764f7c509 100644 --- a/Examples/MAX32680/TMR/Makefile +++ b/Examples/MAX32680/TMR/Makefile @@ -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 diff --git a/Examples/MAX32680/TRNG/Makefile b/Examples/MAX32680/TRNG/Makefile index 77915a1058..d764f7c509 100644 --- a/Examples/MAX32680/TRNG/Makefile +++ b/Examples/MAX32680/TRNG/Makefile @@ -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 diff --git a/Examples/MAX32680/Temp_Monitor/Makefile b/Examples/MAX32680/Temp_Monitor/Makefile index 77915a1058..d764f7c509 100644 --- a/Examples/MAX32680/Temp_Monitor/Makefile +++ b/Examples/MAX32680/Temp_Monitor/Makefile @@ -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 diff --git a/Examples/MAX32680/UART/Makefile b/Examples/MAX32680/UART/Makefile index 77915a1058..d764f7c509 100644 --- a/Examples/MAX32680/UART/Makefile +++ b/Examples/MAX32680/UART/Makefile @@ -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 diff --git a/Examples/MAX32680/WUT/Makefile b/Examples/MAX32680/WUT/Makefile index 77915a1058..d764f7c509 100644 --- a/Examples/MAX32680/WUT/Makefile +++ b/Examples/MAX32680/WUT/Makefile @@ -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 diff --git a/Examples/MAX32680/Watchdog/Makefile b/Examples/MAX32680/Watchdog/Makefile index 77915a1058..d764f7c509 100644 --- a/Examples/MAX32680/Watchdog/Makefile +++ b/Examples/MAX32680/Watchdog/Makefile @@ -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 diff --git a/Examples/MAX32680/WearLeveling/Makefile b/Examples/MAX32680/WearLeveling/Makefile index 77915a1058..d764f7c509 100644 --- a/Examples/MAX32680/WearLeveling/Makefile +++ b/Examples/MAX32680/WearLeveling/Makefile @@ -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 diff --git a/Examples/MAX32690/ADC/Makefile b/Examples/MAX32690/ADC/Makefile index 8b4903d8c6..4fbb9a75d5 100644 --- a/Examples/MAX32690/ADC/Makefile +++ b/Examples/MAX32690/ADC/Makefile @@ -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 diff --git a/Examples/MAX32690/ARM-DSP/arm_bayes_example/Makefile b/Examples/MAX32690/ARM-DSP/arm_bayes_example/Makefile index 83cdb608d3..d6ae4b890b 100644 --- a/Examples/MAX32690/ARM-DSP/arm_bayes_example/Makefile +++ b/Examples/MAX32690/ARM-DSP/arm_bayes_example/Makefile @@ -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 diff --git a/Examples/MAX32690/ARM-DSP/arm_class_marks_example/Makefile b/Examples/MAX32690/ARM-DSP/arm_class_marks_example/Makefile index 83cdb608d3..d6ae4b890b 100644 --- a/Examples/MAX32690/ARM-DSP/arm_class_marks_example/Makefile +++ b/Examples/MAX32690/ARM-DSP/arm_class_marks_example/Makefile @@ -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 diff --git a/Examples/MAX32690/ARM-DSP/arm_convolution_example/Makefile b/Examples/MAX32690/ARM-DSP/arm_convolution_example/Makefile index 83cdb608d3..d6ae4b890b 100644 --- a/Examples/MAX32690/ARM-DSP/arm_convolution_example/Makefile +++ b/Examples/MAX32690/ARM-DSP/arm_convolution_example/Makefile @@ -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 diff --git a/Examples/MAX32690/ARM-DSP/arm_dotproduct_example_f32/Makefile b/Examples/MAX32690/ARM-DSP/arm_dotproduct_example_f32/Makefile index 83cdb608d3..d6ae4b890b 100644 --- a/Examples/MAX32690/ARM-DSP/arm_dotproduct_example_f32/Makefile +++ b/Examples/MAX32690/ARM-DSP/arm_dotproduct_example_f32/Makefile @@ -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 diff --git a/Examples/MAX32690/ARM-DSP/arm_fft_bin_example/Makefile b/Examples/MAX32690/ARM-DSP/arm_fft_bin_example/Makefile index 83cdb608d3..d6ae4b890b 100644 --- a/Examples/MAX32690/ARM-DSP/arm_fft_bin_example/Makefile +++ b/Examples/MAX32690/ARM-DSP/arm_fft_bin_example/Makefile @@ -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 diff --git a/Examples/MAX32690/ARM-DSP/arm_fir_example/Makefile b/Examples/MAX32690/ARM-DSP/arm_fir_example/Makefile index 83cdb608d3..d6ae4b890b 100644 --- a/Examples/MAX32690/ARM-DSP/arm_fir_example/Makefile +++ b/Examples/MAX32690/ARM-DSP/arm_fir_example/Makefile @@ -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 diff --git a/Examples/MAX32690/ARM-DSP/arm_graphic_equalizer_example/Makefile b/Examples/MAX32690/ARM-DSP/arm_graphic_equalizer_example/Makefile index 83cdb608d3..d6ae4b890b 100644 --- a/Examples/MAX32690/ARM-DSP/arm_graphic_equalizer_example/Makefile +++ b/Examples/MAX32690/ARM-DSP/arm_graphic_equalizer_example/Makefile @@ -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 diff --git a/Examples/MAX32690/ARM-DSP/arm_linear_interp_example/Makefile b/Examples/MAX32690/ARM-DSP/arm_linear_interp_example/Makefile index 83cdb608d3..d6ae4b890b 100644 --- a/Examples/MAX32690/ARM-DSP/arm_linear_interp_example/Makefile +++ b/Examples/MAX32690/ARM-DSP/arm_linear_interp_example/Makefile @@ -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 diff --git a/Examples/MAX32690/ARM-DSP/arm_matrix_example/Makefile b/Examples/MAX32690/ARM-DSP/arm_matrix_example/Makefile index 83cdb608d3..d6ae4b890b 100644 --- a/Examples/MAX32690/ARM-DSP/arm_matrix_example/Makefile +++ b/Examples/MAX32690/ARM-DSP/arm_matrix_example/Makefile @@ -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 diff --git a/Examples/MAX32690/ARM-DSP/arm_signal_converge_example/Makefile b/Examples/MAX32690/ARM-DSP/arm_signal_converge_example/Makefile index 83cdb608d3..d6ae4b890b 100644 --- a/Examples/MAX32690/ARM-DSP/arm_signal_converge_example/Makefile +++ b/Examples/MAX32690/ARM-DSP/arm_signal_converge_example/Makefile @@ -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 diff --git a/Examples/MAX32690/ARM-DSP/arm_sin_cos_example/Makefile b/Examples/MAX32690/ARM-DSP/arm_sin_cos_example/Makefile index 83cdb608d3..d6ae4b890b 100644 --- a/Examples/MAX32690/ARM-DSP/arm_sin_cos_example/Makefile +++ b/Examples/MAX32690/ARM-DSP/arm_sin_cos_example/Makefile @@ -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 diff --git a/Examples/MAX32690/ARM-DSP/arm_svm_example/Makefile b/Examples/MAX32690/ARM-DSP/arm_svm_example/Makefile index 83cdb608d3..d6ae4b890b 100644 --- a/Examples/MAX32690/ARM-DSP/arm_svm_example/Makefile +++ b/Examples/MAX32690/ARM-DSP/arm_svm_example/Makefile @@ -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 diff --git a/Examples/MAX32690/ARM-DSP/arm_variance_example/Makefile b/Examples/MAX32690/ARM-DSP/arm_variance_example/Makefile index 83cdb608d3..d6ae4b890b 100644 --- a/Examples/MAX32690/ARM-DSP/arm_variance_example/Makefile +++ b/Examples/MAX32690/ARM-DSP/arm_variance_example/Makefile @@ -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 diff --git a/Examples/MAX32690/Bluetooth/BLE4_ctr/Makefile b/Examples/MAX32690/Bluetooth/BLE4_ctr/Makefile index 83cdb608d3..d6ae4b890b 100644 --- a/Examples/MAX32690/Bluetooth/BLE4_ctr/Makefile +++ b/Examples/MAX32690/Bluetooth/BLE4_ctr/Makefile @@ -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 diff --git a/Examples/MAX32690/Bluetooth/BLE5_ctr/Makefile b/Examples/MAX32690/Bluetooth/BLE5_ctr/Makefile index 83cdb608d3..d6ae4b890b 100644 --- a/Examples/MAX32690/Bluetooth/BLE5_ctr/Makefile +++ b/Examples/MAX32690/Bluetooth/BLE5_ctr/Makefile @@ -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 diff --git a/Examples/MAX32690/Bluetooth/BLE_FreeRTOS/Makefile b/Examples/MAX32690/Bluetooth/BLE_FreeRTOS/Makefile index 83cdb608d3..d6ae4b890b 100644 --- a/Examples/MAX32690/Bluetooth/BLE_FreeRTOS/Makefile +++ b/Examples/MAX32690/Bluetooth/BLE_FreeRTOS/Makefile @@ -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 diff --git a/Examples/MAX32690/Bluetooth/BLE_datc/Makefile b/Examples/MAX32690/Bluetooth/BLE_datc/Makefile index 83cdb608d3..d6ae4b890b 100644 --- a/Examples/MAX32690/Bluetooth/BLE_datc/Makefile +++ b/Examples/MAX32690/Bluetooth/BLE_datc/Makefile @@ -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 diff --git a/Examples/MAX32690/Bluetooth/BLE_dats/Makefile b/Examples/MAX32690/Bluetooth/BLE_dats/Makefile index 83cdb608d3..d6ae4b890b 100644 --- a/Examples/MAX32690/Bluetooth/BLE_dats/Makefile +++ b/Examples/MAX32690/Bluetooth/BLE_dats/Makefile @@ -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 diff --git a/Examples/MAX32690/Bluetooth/BLE_fcc/Makefile b/Examples/MAX32690/Bluetooth/BLE_fcc/Makefile index 83cdb608d3..d6ae4b890b 100644 --- a/Examples/MAX32690/Bluetooth/BLE_fcc/Makefile +++ b/Examples/MAX32690/Bluetooth/BLE_fcc/Makefile @@ -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 diff --git a/Examples/MAX32690/Bluetooth/BLE_fit/Makefile b/Examples/MAX32690/Bluetooth/BLE_fit/Makefile index 83cdb608d3..d6ae4b890b 100644 --- a/Examples/MAX32690/Bluetooth/BLE_fit/Makefile +++ b/Examples/MAX32690/Bluetooth/BLE_fit/Makefile @@ -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 diff --git a/Examples/MAX32690/Bluetooth/BLE_mcs/Makefile b/Examples/MAX32690/Bluetooth/BLE_mcs/Makefile index 83cdb608d3..d6ae4b890b 100644 --- a/Examples/MAX32690/Bluetooth/BLE_mcs/Makefile +++ b/Examples/MAX32690/Bluetooth/BLE_mcs/Makefile @@ -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 diff --git a/Examples/MAX32690/Bluetooth/BLE_otac/Makefile b/Examples/MAX32690/Bluetooth/BLE_otac/Makefile index 83cdb608d3..d6ae4b890b 100644 --- a/Examples/MAX32690/Bluetooth/BLE_otac/Makefile +++ b/Examples/MAX32690/Bluetooth/BLE_otac/Makefile @@ -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 diff --git a/Examples/MAX32690/Bluetooth/BLE_otas/Makefile b/Examples/MAX32690/Bluetooth/BLE_otas/Makefile index 83cdb608d3..d6ae4b890b 100644 --- a/Examples/MAX32690/Bluetooth/BLE_otas/Makefile +++ b/Examples/MAX32690/Bluetooth/BLE_otas/Makefile @@ -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 diff --git a/Examples/MAX32690/Bluetooth/BLE_periph/Makefile b/Examples/MAX32690/Bluetooth/BLE_periph/Makefile index 83cdb608d3..d6ae4b890b 100644 --- a/Examples/MAX32690/Bluetooth/BLE_periph/Makefile +++ b/Examples/MAX32690/Bluetooth/BLE_periph/Makefile @@ -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 diff --git a/Examples/MAX32690/Bluetooth/Bootloader/Makefile b/Examples/MAX32690/Bluetooth/Bootloader/Makefile index 83cdb608d3..d6ae4b890b 100644 --- a/Examples/MAX32690/Bluetooth/Bootloader/Makefile +++ b/Examples/MAX32690/Bluetooth/Bootloader/Makefile @@ -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 diff --git a/Examples/MAX32690/Bluetooth/RF_Test/Makefile b/Examples/MAX32690/Bluetooth/RF_Test/Makefile index 83cdb608d3..d6ae4b890b 100644 --- a/Examples/MAX32690/Bluetooth/RF_Test/Makefile +++ b/Examples/MAX32690/Bluetooth/RF_Test/Makefile @@ -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 diff --git a/Examples/MAX32690/CAN/Makefile b/Examples/MAX32690/CAN/Makefile index 8b4903d8c6..4fbb9a75d5 100644 --- a/Examples/MAX32690/CAN/Makefile +++ b/Examples/MAX32690/CAN/Makefile @@ -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 diff --git a/Examples/MAX32690/CRC/Makefile b/Examples/MAX32690/CRC/Makefile index 8b4903d8c6..4fbb9a75d5 100644 --- a/Examples/MAX32690/CRC/Makefile +++ b/Examples/MAX32690/CRC/Makefile @@ -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 diff --git a/Examples/MAX32690/CTB_AES/Makefile b/Examples/MAX32690/CTB_AES/Makefile index 8b4903d8c6..4fbb9a75d5 100644 --- a/Examples/MAX32690/CTB_AES/Makefile +++ b/Examples/MAX32690/CTB_AES/Makefile @@ -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 diff --git a/Examples/MAX32690/Coremark/Makefile b/Examples/MAX32690/Coremark/Makefile index 8b4903d8c6..4fbb9a75d5 100644 --- a/Examples/MAX32690/Coremark/Makefile +++ b/Examples/MAX32690/Coremark/Makefile @@ -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 diff --git a/Examples/MAX32690/DMA/Makefile b/Examples/MAX32690/DMA/Makefile index 8b4903d8c6..4fbb9a75d5 100644 --- a/Examples/MAX32690/DMA/Makefile +++ b/Examples/MAX32690/DMA/Makefile @@ -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 diff --git a/Examples/MAX32690/Dual_Core_Sync/Dual_core_sync_arm/Makefile b/Examples/MAX32690/Dual_Core_Sync/Dual_core_sync_arm/Makefile index 83cdb608d3..d6ae4b890b 100644 --- a/Examples/MAX32690/Dual_Core_Sync/Dual_core_sync_arm/Makefile +++ b/Examples/MAX32690/Dual_Core_Sync/Dual_core_sync_arm/Makefile @@ -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 diff --git a/Examples/MAX32690/Dual_Core_Sync/Dual_core_sync_riscv/Makefile b/Examples/MAX32690/Dual_Core_Sync/Dual_core_sync_riscv/Makefile index 83cdb608d3..d6ae4b890b 100644 --- a/Examples/MAX32690/Dual_Core_Sync/Dual_core_sync_riscv/Makefile +++ b/Examples/MAX32690/Dual_Core_Sync/Dual_core_sync_riscv/Makefile @@ -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 diff --git a/Examples/MAX32690/EEPROM_Emulator/Makefile b/Examples/MAX32690/EEPROM_Emulator/Makefile index 8b4903d8c6..4fbb9a75d5 100644 --- a/Examples/MAX32690/EEPROM_Emulator/Makefile +++ b/Examples/MAX32690/EEPROM_Emulator/Makefile @@ -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 diff --git a/Examples/MAX32690/Flash/Makefile b/Examples/MAX32690/Flash/Makefile index 8b4903d8c6..4fbb9a75d5 100644 --- a/Examples/MAX32690/Flash/Makefile +++ b/Examples/MAX32690/Flash/Makefile @@ -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 diff --git a/Examples/MAX32690/Flash_CLI/Makefile b/Examples/MAX32690/Flash_CLI/Makefile index 8b4903d8c6..4fbb9a75d5 100644 --- a/Examples/MAX32690/Flash_CLI/Makefile +++ b/Examples/MAX32690/Flash_CLI/Makefile @@ -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 diff --git a/Examples/MAX32690/FreeRTOSDemo/Makefile b/Examples/MAX32690/FreeRTOSDemo/Makefile index 8b4903d8c6..4fbb9a75d5 100644 --- a/Examples/MAX32690/FreeRTOSDemo/Makefile +++ b/Examples/MAX32690/FreeRTOSDemo/Makefile @@ -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 diff --git a/Examples/MAX32690/GPIO/Makefile b/Examples/MAX32690/GPIO/Makefile index 8b4903d8c6..4fbb9a75d5 100644 --- a/Examples/MAX32690/GPIO/Makefile +++ b/Examples/MAX32690/GPIO/Makefile @@ -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 diff --git a/Examples/MAX32690/HBMC/Makefile b/Examples/MAX32690/HBMC/Makefile index 8b4903d8c6..4fbb9a75d5 100644 --- a/Examples/MAX32690/HBMC/Makefile +++ b/Examples/MAX32690/HBMC/Makefile @@ -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 diff --git a/Examples/MAX32690/Hash/Makefile b/Examples/MAX32690/Hash/Makefile index 8b4903d8c6..4fbb9a75d5 100644 --- a/Examples/MAX32690/Hash/Makefile +++ b/Examples/MAX32690/Hash/Makefile @@ -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 diff --git a/Examples/MAX32690/Hello_World/Makefile b/Examples/MAX32690/Hello_World/Makefile index 8b4903d8c6..4fbb9a75d5 100644 --- a/Examples/MAX32690/Hello_World/Makefile +++ b/Examples/MAX32690/Hello_World/Makefile @@ -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 diff --git a/Examples/MAX32690/Hello_World_Cpp/Makefile b/Examples/MAX32690/Hello_World_Cpp/Makefile index 8b4903d8c6..4fbb9a75d5 100644 --- a/Examples/MAX32690/Hello_World_Cpp/Makefile +++ b/Examples/MAX32690/Hello_World_Cpp/Makefile @@ -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 diff --git a/Examples/MAX32690/I2C/Makefile b/Examples/MAX32690/I2C/Makefile index 8b4903d8c6..4fbb9a75d5 100644 --- a/Examples/MAX32690/I2C/Makefile +++ b/Examples/MAX32690/I2C/Makefile @@ -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 diff --git a/Examples/MAX32690/I2C_MNGR/Makefile b/Examples/MAX32690/I2C_MNGR/Makefile index 8b4903d8c6..4fbb9a75d5 100644 --- a/Examples/MAX32690/I2C_MNGR/Makefile +++ b/Examples/MAX32690/I2C_MNGR/Makefile @@ -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 diff --git a/Examples/MAX32690/I2C_SCAN/Makefile b/Examples/MAX32690/I2C_SCAN/Makefile index 8b4903d8c6..4fbb9a75d5 100644 --- a/Examples/MAX32690/I2C_SCAN/Makefile +++ b/Examples/MAX32690/I2C_SCAN/Makefile @@ -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 diff --git a/Examples/MAX32690/I2C_Sensor/Makefile b/Examples/MAX32690/I2C_Sensor/Makefile index 8b4903d8c6..4fbb9a75d5 100644 --- a/Examples/MAX32690/I2C_Sensor/Makefile +++ b/Examples/MAX32690/I2C_Sensor/Makefile @@ -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 diff --git a/Examples/MAX32690/I2S/Makefile b/Examples/MAX32690/I2S/Makefile index 8b4903d8c6..4fbb9a75d5 100644 --- a/Examples/MAX32690/I2S/Makefile +++ b/Examples/MAX32690/I2S/Makefile @@ -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 diff --git a/Examples/MAX32690/I2S_DMA_Target/Makefile b/Examples/MAX32690/I2S_DMA_Target/Makefile index ee93baee4d..ed9d56c525 100644 --- a/Examples/MAX32690/I2S_DMA_Target/Makefile +++ b/Examples/MAX32690/I2S_DMA_Target/Makefile @@ -371,7 +371,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 diff --git a/Examples/MAX32690/ICC/Makefile b/Examples/MAX32690/ICC/Makefile index 8b4903d8c6..4fbb9a75d5 100644 --- a/Examples/MAX32690/ICC/Makefile +++ b/Examples/MAX32690/ICC/Makefile @@ -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 diff --git a/Examples/MAX32690/LP/Makefile b/Examples/MAX32690/LP/Makefile index 8b4903d8c6..4fbb9a75d5 100644 --- a/Examples/MAX32690/LP/Makefile +++ b/Examples/MAX32690/LP/Makefile @@ -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 diff --git a/Examples/MAX32690/LPCMP/Makefile b/Examples/MAX32690/LPCMP/Makefile index 8b4903d8c6..4fbb9a75d5 100644 --- a/Examples/MAX32690/LPCMP/Makefile +++ b/Examples/MAX32690/LPCMP/Makefile @@ -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 diff --git a/Examples/MAX32690/Library_Generate/Makefile b/Examples/MAX32690/Library_Generate/Makefile index 8b4903d8c6..4fbb9a75d5 100644 --- a/Examples/MAX32690/Library_Generate/Makefile +++ b/Examples/MAX32690/Library_Generate/Makefile @@ -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 diff --git a/Examples/MAX32690/Library_Use/Makefile b/Examples/MAX32690/Library_Use/Makefile index 8b4903d8c6..4fbb9a75d5 100644 --- a/Examples/MAX32690/Library_Use/Makefile +++ b/Examples/MAX32690/Library_Use/Makefile @@ -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 diff --git a/Examples/MAX32690/Pulse_Train/Makefile b/Examples/MAX32690/Pulse_Train/Makefile index 8b4903d8c6..4fbb9a75d5 100644 --- a/Examples/MAX32690/Pulse_Train/Makefile +++ b/Examples/MAX32690/Pulse_Train/Makefile @@ -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 diff --git a/Examples/MAX32690/RTC/Makefile b/Examples/MAX32690/RTC/Makefile index 8b4903d8c6..4fbb9a75d5 100644 --- a/Examples/MAX32690/RTC/Makefile +++ b/Examples/MAX32690/RTC/Makefile @@ -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 diff --git a/Examples/MAX32690/RTC_Backup/Makefile b/Examples/MAX32690/RTC_Backup/Makefile index 8b4903d8c6..4fbb9a75d5 100644 --- a/Examples/MAX32690/RTC_Backup/Makefile +++ b/Examples/MAX32690/RTC_Backup/Makefile @@ -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 diff --git a/Examples/MAX32690/RV_ARM_Loader/Makefile b/Examples/MAX32690/RV_ARM_Loader/Makefile index 8b4903d8c6..4fbb9a75d5 100644 --- a/Examples/MAX32690/RV_ARM_Loader/Makefile +++ b/Examples/MAX32690/RV_ARM_Loader/Makefile @@ -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 diff --git a/Examples/MAX32690/SCPA_OTP_Dump/Makefile b/Examples/MAX32690/SCPA_OTP_Dump/Makefile index 8b4903d8c6..4fbb9a75d5 100644 --- a/Examples/MAX32690/SCPA_OTP_Dump/Makefile +++ b/Examples/MAX32690/SCPA_OTP_Dump/Makefile @@ -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 diff --git a/Examples/MAX32690/SPI/Makefile b/Examples/MAX32690/SPI/Makefile index 8b4903d8c6..4fbb9a75d5 100644 --- a/Examples/MAX32690/SPI/Makefile +++ b/Examples/MAX32690/SPI/Makefile @@ -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 diff --git a/Examples/MAX32690/SPI_v2/Makefile b/Examples/MAX32690/SPI_v2/Makefile index 8b4903d8c6..4fbb9a75d5 100644 --- a/Examples/MAX32690/SPI_v2/Makefile +++ b/Examples/MAX32690/SPI_v2/Makefile @@ -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 diff --git a/Examples/MAX32690/TFT_Demo/Makefile b/Examples/MAX32690/TFT_Demo/Makefile index 8b4903d8c6..4fbb9a75d5 100644 --- a/Examples/MAX32690/TFT_Demo/Makefile +++ b/Examples/MAX32690/TFT_Demo/Makefile @@ -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 diff --git a/Examples/MAX32690/TMR/Makefile b/Examples/MAX32690/TMR/Makefile index 8b4903d8c6..4fbb9a75d5 100644 --- a/Examples/MAX32690/TMR/Makefile +++ b/Examples/MAX32690/TMR/Makefile @@ -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 diff --git a/Examples/MAX32690/TRNG/Makefile b/Examples/MAX32690/TRNG/Makefile index 8b4903d8c6..4fbb9a75d5 100644 --- a/Examples/MAX32690/TRNG/Makefile +++ b/Examples/MAX32690/TRNG/Makefile @@ -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 diff --git a/Examples/MAX32690/Temp_Monitor/Makefile b/Examples/MAX32690/Temp_Monitor/Makefile index 8b4903d8c6..4fbb9a75d5 100644 --- a/Examples/MAX32690/Temp_Monitor/Makefile +++ b/Examples/MAX32690/Temp_Monitor/Makefile @@ -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 diff --git a/Examples/MAX32690/UART/Makefile b/Examples/MAX32690/UART/Makefile index 8b4903d8c6..4fbb9a75d5 100644 --- a/Examples/MAX32690/UART/Makefile +++ b/Examples/MAX32690/UART/Makefile @@ -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 diff --git a/Examples/MAX32690/UCL/Makefile b/Examples/MAX32690/UCL/Makefile index fbb1a1d15b..e4ec0ff3a3 100644 --- a/Examples/MAX32690/UCL/Makefile +++ b/Examples/MAX32690/UCL/Makefile @@ -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 diff --git a/Examples/MAX32690/USB/USB_CDCACM/Makefile b/Examples/MAX32690/USB/USB_CDCACM/Makefile index 83cdb608d3..d6ae4b890b 100644 --- a/Examples/MAX32690/USB/USB_CDCACM/Makefile +++ b/Examples/MAX32690/USB/USB_CDCACM/Makefile @@ -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 diff --git a/Examples/MAX32690/USB/USB_CompositeDevice_MSC_CDC/Makefile b/Examples/MAX32690/USB/USB_CompositeDevice_MSC_CDC/Makefile index 83cdb608d3..d6ae4b890b 100644 --- a/Examples/MAX32690/USB/USB_CompositeDevice_MSC_CDC/Makefile +++ b/Examples/MAX32690/USB/USB_CompositeDevice_MSC_CDC/Makefile @@ -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 diff --git a/Examples/MAX32690/USB/USB_CompositeDevice_MSC_HID/Makefile b/Examples/MAX32690/USB/USB_CompositeDevice_MSC_HID/Makefile index 83cdb608d3..d6ae4b890b 100644 --- a/Examples/MAX32690/USB/USB_CompositeDevice_MSC_HID/Makefile +++ b/Examples/MAX32690/USB/USB_CompositeDevice_MSC_HID/Makefile @@ -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 diff --git a/Examples/MAX32690/USB/USB_HIDKeyboard/Makefile b/Examples/MAX32690/USB/USB_HIDKeyboard/Makefile index 83cdb608d3..d6ae4b890b 100644 --- a/Examples/MAX32690/USB/USB_HIDKeyboard/Makefile +++ b/Examples/MAX32690/USB/USB_HIDKeyboard/Makefile @@ -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 diff --git a/Examples/MAX32690/USB/USB_MassStorage/Makefile b/Examples/MAX32690/USB/USB_MassStorage/Makefile index 83cdb608d3..d6ae4b890b 100644 --- a/Examples/MAX32690/USB/USB_MassStorage/Makefile +++ b/Examples/MAX32690/USB/USB_MassStorage/Makefile @@ -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 diff --git a/Examples/MAX32690/WUT/Makefile b/Examples/MAX32690/WUT/Makefile index 8b4903d8c6..4fbb9a75d5 100644 --- a/Examples/MAX32690/WUT/Makefile +++ b/Examples/MAX32690/WUT/Makefile @@ -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 diff --git a/Examples/MAX32690/Watchdog/Makefile b/Examples/MAX32690/Watchdog/Makefile index 8b4903d8c6..4fbb9a75d5 100644 --- a/Examples/MAX32690/Watchdog/Makefile +++ b/Examples/MAX32690/Watchdog/Makefile @@ -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 diff --git a/Examples/MAX32690/WearLeveling/Makefile b/Examples/MAX32690/WearLeveling/Makefile index 8b4903d8c6..4fbb9a75d5 100644 --- a/Examples/MAX32690/WearLeveling/Makefile +++ b/Examples/MAX32690/WearLeveling/Makefile @@ -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 diff --git a/Examples/MAX78000/ADC/Makefile b/Examples/MAX78000/ADC/Makefile index e807fb6b68..5d1117380e 100644 --- a/Examples/MAX78000/ADC/Makefile +++ b/Examples/MAX78000/ADC/Makefile @@ -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 diff --git a/Examples/MAX78000/AES/Makefile b/Examples/MAX78000/AES/Makefile index e807fb6b68..5d1117380e 100644 --- a/Examples/MAX78000/AES/Makefile +++ b/Examples/MAX78000/AES/Makefile @@ -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 diff --git a/Examples/MAX78000/ARM-DSP/arm_bayes_example/Makefile b/Examples/MAX78000/ARM-DSP/arm_bayes_example/Makefile index 488c686bea..8c8c1353a9 100644 --- a/Examples/MAX78000/ARM-DSP/arm_bayes_example/Makefile +++ b/Examples/MAX78000/ARM-DSP/arm_bayes_example/Makefile @@ -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 diff --git a/Examples/MAX78000/ARM-DSP/arm_class_marks_example/Makefile b/Examples/MAX78000/ARM-DSP/arm_class_marks_example/Makefile index 488c686bea..8c8c1353a9 100644 --- a/Examples/MAX78000/ARM-DSP/arm_class_marks_example/Makefile +++ b/Examples/MAX78000/ARM-DSP/arm_class_marks_example/Makefile @@ -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 diff --git a/Examples/MAX78000/ARM-DSP/arm_convolution_example/Makefile b/Examples/MAX78000/ARM-DSP/arm_convolution_example/Makefile index 488c686bea..8c8c1353a9 100644 --- a/Examples/MAX78000/ARM-DSP/arm_convolution_example/Makefile +++ b/Examples/MAX78000/ARM-DSP/arm_convolution_example/Makefile @@ -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 diff --git a/Examples/MAX78000/ARM-DSP/arm_dotproduct_example_f32/Makefile b/Examples/MAX78000/ARM-DSP/arm_dotproduct_example_f32/Makefile index 488c686bea..8c8c1353a9 100644 --- a/Examples/MAX78000/ARM-DSP/arm_dotproduct_example_f32/Makefile +++ b/Examples/MAX78000/ARM-DSP/arm_dotproduct_example_f32/Makefile @@ -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 diff --git a/Examples/MAX78000/ARM-DSP/arm_fft_bin_example/Makefile b/Examples/MAX78000/ARM-DSP/arm_fft_bin_example/Makefile index 488c686bea..8c8c1353a9 100644 --- a/Examples/MAX78000/ARM-DSP/arm_fft_bin_example/Makefile +++ b/Examples/MAX78000/ARM-DSP/arm_fft_bin_example/Makefile @@ -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 diff --git a/Examples/MAX78000/ARM-DSP/arm_fir_example/Makefile b/Examples/MAX78000/ARM-DSP/arm_fir_example/Makefile index 488c686bea..8c8c1353a9 100644 --- a/Examples/MAX78000/ARM-DSP/arm_fir_example/Makefile +++ b/Examples/MAX78000/ARM-DSP/arm_fir_example/Makefile @@ -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 diff --git a/Examples/MAX78000/ARM-DSP/arm_graphic_equalizer_example/Makefile b/Examples/MAX78000/ARM-DSP/arm_graphic_equalizer_example/Makefile index 488c686bea..8c8c1353a9 100644 --- a/Examples/MAX78000/ARM-DSP/arm_graphic_equalizer_example/Makefile +++ b/Examples/MAX78000/ARM-DSP/arm_graphic_equalizer_example/Makefile @@ -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 diff --git a/Examples/MAX78000/ARM-DSP/arm_linear_interp_example/Makefile b/Examples/MAX78000/ARM-DSP/arm_linear_interp_example/Makefile index 488c686bea..8c8c1353a9 100644 --- a/Examples/MAX78000/ARM-DSP/arm_linear_interp_example/Makefile +++ b/Examples/MAX78000/ARM-DSP/arm_linear_interp_example/Makefile @@ -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 diff --git a/Examples/MAX78000/ARM-DSP/arm_matrix_example/Makefile b/Examples/MAX78000/ARM-DSP/arm_matrix_example/Makefile index 488c686bea..8c8c1353a9 100644 --- a/Examples/MAX78000/ARM-DSP/arm_matrix_example/Makefile +++ b/Examples/MAX78000/ARM-DSP/arm_matrix_example/Makefile @@ -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 diff --git a/Examples/MAX78000/ARM-DSP/arm_signal_converge_example/Makefile b/Examples/MAX78000/ARM-DSP/arm_signal_converge_example/Makefile index 488c686bea..8c8c1353a9 100644 --- a/Examples/MAX78000/ARM-DSP/arm_signal_converge_example/Makefile +++ b/Examples/MAX78000/ARM-DSP/arm_signal_converge_example/Makefile @@ -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 diff --git a/Examples/MAX78000/ARM-DSP/arm_sin_cos_example/Makefile b/Examples/MAX78000/ARM-DSP/arm_sin_cos_example/Makefile index 488c686bea..8c8c1353a9 100644 --- a/Examples/MAX78000/ARM-DSP/arm_sin_cos_example/Makefile +++ b/Examples/MAX78000/ARM-DSP/arm_sin_cos_example/Makefile @@ -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 diff --git a/Examples/MAX78000/ARM-DSP/arm_svm_example/Makefile b/Examples/MAX78000/ARM-DSP/arm_svm_example/Makefile index 488c686bea..8c8c1353a9 100644 --- a/Examples/MAX78000/ARM-DSP/arm_svm_example/Makefile +++ b/Examples/MAX78000/ARM-DSP/arm_svm_example/Makefile @@ -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 diff --git a/Examples/MAX78000/ARM-DSP/arm_variance_example/Makefile b/Examples/MAX78000/ARM-DSP/arm_variance_example/Makefile index 488c686bea..8c8c1353a9 100644 --- a/Examples/MAX78000/ARM-DSP/arm_variance_example/Makefile +++ b/Examples/MAX78000/ARM-DSP/arm_variance_example/Makefile @@ -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 diff --git a/Examples/MAX78000/CNN/UNet-demo/Makefile b/Examples/MAX78000/CNN/UNet-demo/Makefile index 488c686bea..8c8c1353a9 100644 --- a/Examples/MAX78000/CNN/UNet-demo/Makefile +++ b/Examples/MAX78000/CNN/UNet-demo/Makefile @@ -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 diff --git a/Examples/MAX78000/CNN/UNet-highres-demo/Makefile b/Examples/MAX78000/CNN/UNet-highres-demo/Makefile index 488c686bea..8c8c1353a9 100644 --- a/Examples/MAX78000/CNN/UNet-highres-demo/Makefile +++ b/Examples/MAX78000/CNN/UNet-highres-demo/Makefile @@ -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 diff --git a/Examples/MAX78000/CNN/actionrecognition-demo/Makefile b/Examples/MAX78000/CNN/actionrecognition-demo/Makefile index 67eb91386b..ce8dc438fe 100644 --- a/Examples/MAX78000/CNN/actionrecognition-demo/Makefile +++ b/Examples/MAX78000/CNN/actionrecognition-demo/Makefile @@ -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 diff --git a/Examples/MAX78000/CNN/aisegment_unet-demo/Makefile b/Examples/MAX78000/CNN/aisegment_unet-demo/Makefile index 488c686bea..8c8c1353a9 100644 --- a/Examples/MAX78000/CNN/aisegment_unet-demo/Makefile +++ b/Examples/MAX78000/CNN/aisegment_unet-demo/Makefile @@ -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 diff --git a/Examples/MAX78000/CNN/aisegment_unet/Makefile b/Examples/MAX78000/CNN/aisegment_unet/Makefile index 488c686bea..8c8c1353a9 100644 --- a/Examples/MAX78000/CNN/aisegment_unet/Makefile +++ b/Examples/MAX78000/CNN/aisegment_unet/Makefile @@ -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 diff --git a/Examples/MAX78000/CNN/asl/Makefile b/Examples/MAX78000/CNN/asl/Makefile index 488c686bea..8c8c1353a9 100644 --- a/Examples/MAX78000/CNN/asl/Makefile +++ b/Examples/MAX78000/CNN/asl/Makefile @@ -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 diff --git a/Examples/MAX78000/CNN/asl_demo/Makefile b/Examples/MAX78000/CNN/asl_demo/Makefile index 488c686bea..8c8c1353a9 100644 --- a/Examples/MAX78000/CNN/asl_demo/Makefile +++ b/Examples/MAX78000/CNN/asl_demo/Makefile @@ -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 diff --git a/Examples/MAX78000/CNN/cam01_facedetect_demo/Makefile b/Examples/MAX78000/CNN/cam01_facedetect_demo/Makefile index 5058e0f37c..80d6e9f3b3 100644 --- a/Examples/MAX78000/CNN/cam01_facedetect_demo/Makefile +++ b/Examples/MAX78000/CNN/cam01_facedetect_demo/Makefile @@ -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 diff --git a/Examples/MAX78000/CNN/cam02_facedetect_demo/Makefile b/Examples/MAX78000/CNN/cam02_facedetect_demo/Makefile index 25395bdb3a..1220bf9475 100644 --- a/Examples/MAX78000/CNN/cam02_facedetect_demo/Makefile +++ b/Examples/MAX78000/CNN/cam02_facedetect_demo/Makefile @@ -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 diff --git a/Examples/MAX78000/CNN/camvid_unet/Makefile b/Examples/MAX78000/CNN/camvid_unet/Makefile index 488c686bea..8c8c1353a9 100644 --- a/Examples/MAX78000/CNN/camvid_unet/Makefile +++ b/Examples/MAX78000/CNN/camvid_unet/Makefile @@ -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 diff --git a/Examples/MAX78000/CNN/cats-dogs/Makefile b/Examples/MAX78000/CNN/cats-dogs/Makefile index 488c686bea..8c8c1353a9 100644 --- a/Examples/MAX78000/CNN/cats-dogs/Makefile +++ b/Examples/MAX78000/CNN/cats-dogs/Makefile @@ -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 diff --git a/Examples/MAX78000/CNN/cats-dogs_demo/Makefile b/Examples/MAX78000/CNN/cats-dogs_demo/Makefile index 488c686bea..8c8c1353a9 100644 --- a/Examples/MAX78000/CNN/cats-dogs_demo/Makefile +++ b/Examples/MAX78000/CNN/cats-dogs_demo/Makefile @@ -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 diff --git a/Examples/MAX78000/CNN/cifar-10-auto-test/Makefile b/Examples/MAX78000/CNN/cifar-10-auto-test/Makefile index 488c686bea..8c8c1353a9 100644 --- a/Examples/MAX78000/CNN/cifar-10-auto-test/Makefile +++ b/Examples/MAX78000/CNN/cifar-10-auto-test/Makefile @@ -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 diff --git a/Examples/MAX78000/CNN/cifar-10/Makefile b/Examples/MAX78000/CNN/cifar-10/Makefile index 488c686bea..8c8c1353a9 100644 --- a/Examples/MAX78000/CNN/cifar-10/Makefile +++ b/Examples/MAX78000/CNN/cifar-10/Makefile @@ -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 diff --git a/Examples/MAX78000/CNN/cifar-100-mixed/Makefile b/Examples/MAX78000/CNN/cifar-100-mixed/Makefile index 488c686bea..8c8c1353a9 100644 --- a/Examples/MAX78000/CNN/cifar-100-mixed/Makefile +++ b/Examples/MAX78000/CNN/cifar-100-mixed/Makefile @@ -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 diff --git a/Examples/MAX78000/CNN/cifar-100-residual/Makefile b/Examples/MAX78000/CNN/cifar-100-residual/Makefile index 488c686bea..8c8c1353a9 100644 --- a/Examples/MAX78000/CNN/cifar-100-residual/Makefile +++ b/Examples/MAX78000/CNN/cifar-100-residual/Makefile @@ -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 diff --git a/Examples/MAX78000/CNN/cifar-100-simplewide2x-mixed/Makefile b/Examples/MAX78000/CNN/cifar-100-simplewide2x-mixed/Makefile index 488c686bea..8c8c1353a9 100644 --- a/Examples/MAX78000/CNN/cifar-100-simplewide2x-mixed/Makefile +++ b/Examples/MAX78000/CNN/cifar-100-simplewide2x-mixed/Makefile @@ -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 diff --git a/Examples/MAX78000/CNN/cifar-100/Makefile b/Examples/MAX78000/CNN/cifar-100/Makefile index 488c686bea..8c8c1353a9 100644 --- a/Examples/MAX78000/CNN/cifar-100/Makefile +++ b/Examples/MAX78000/CNN/cifar-100/Makefile @@ -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 diff --git a/Examples/MAX78000/CNN/digit-detection-demo/Makefile b/Examples/MAX78000/CNN/digit-detection-demo/Makefile index 488c686bea..8c8c1353a9 100644 --- a/Examples/MAX78000/CNN/digit-detection-demo/Makefile +++ b/Examples/MAX78000/CNN/digit-detection-demo/Makefile @@ -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 diff --git a/Examples/MAX78000/CNN/faceid_112/Makefile b/Examples/MAX78000/CNN/faceid_112/Makefile index 488c686bea..8c8c1353a9 100644 --- a/Examples/MAX78000/CNN/faceid_112/Makefile +++ b/Examples/MAX78000/CNN/faceid_112/Makefile @@ -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 diff --git a/Examples/MAX78000/CNN/facial_recognition/Makefile b/Examples/MAX78000/CNN/facial_recognition/Makefile index 67eb91386b..ce8dc438fe 100644 --- a/Examples/MAX78000/CNN/facial_recognition/Makefile +++ b/Examples/MAX78000/CNN/facial_recognition/Makefile @@ -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 diff --git a/Examples/MAX78000/CNN/facial_recognition/SDHC_weights/Makefile b/Examples/MAX78000/CNN/facial_recognition/SDHC_weights/Makefile index e70a60ecee..01caecb7da 100644 --- a/Examples/MAX78000/CNN/facial_recognition/SDHC_weights/Makefile +++ b/Examples/MAX78000/CNN/facial_recognition/SDHC_weights/Makefile @@ -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 diff --git a/Examples/MAX78000/CNN/kws20_demo/Makefile b/Examples/MAX78000/CNN/kws20_demo/Makefile index 488c686bea..8c8c1353a9 100644 --- a/Examples/MAX78000/CNN/kws20_demo/Makefile +++ b/Examples/MAX78000/CNN/kws20_demo/Makefile @@ -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 diff --git a/Examples/MAX78000/CNN/kws20_v3/Makefile b/Examples/MAX78000/CNN/kws20_v3/Makefile index 488c686bea..8c8c1353a9 100644 --- a/Examples/MAX78000/CNN/kws20_v3/Makefile +++ b/Examples/MAX78000/CNN/kws20_v3/Makefile @@ -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 diff --git a/Examples/MAX78000/CNN/mnist/Makefile b/Examples/MAX78000/CNN/mnist/Makefile index 488c686bea..8c8c1353a9 100644 --- a/Examples/MAX78000/CNN/mnist/Makefile +++ b/Examples/MAX78000/CNN/mnist/Makefile @@ -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 diff --git a/Examples/MAX78000/CNN/rps-demo/Makefile b/Examples/MAX78000/CNN/rps-demo/Makefile index 488c686bea..8c8c1353a9 100644 --- a/Examples/MAX78000/CNN/rps-demo/Makefile +++ b/Examples/MAX78000/CNN/rps-demo/Makefile @@ -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 diff --git a/Examples/MAX78000/CNN/rps/Makefile b/Examples/MAX78000/CNN/rps/Makefile index 488c686bea..8c8c1353a9 100644 --- a/Examples/MAX78000/CNN/rps/Makefile +++ b/Examples/MAX78000/CNN/rps/Makefile @@ -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 diff --git a/Examples/MAX78000/CNN/snake_game_demo/Makefile b/Examples/MAX78000/CNN/snake_game_demo/Makefile index 488c686bea..8c8c1353a9 100644 --- a/Examples/MAX78000/CNN/snake_game_demo/Makefile +++ b/Examples/MAX78000/CNN/snake_game_demo/Makefile @@ -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 diff --git a/Examples/MAX78000/CNN/svhn_tinierssd/Makefile b/Examples/MAX78000/CNN/svhn_tinierssd/Makefile index 488c686bea..8c8c1353a9 100644 --- a/Examples/MAX78000/CNN/svhn_tinierssd/Makefile +++ b/Examples/MAX78000/CNN/svhn_tinierssd/Makefile @@ -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 diff --git a/Examples/MAX78000/CRC/Makefile b/Examples/MAX78000/CRC/Makefile index e807fb6b68..5d1117380e 100644 --- a/Examples/MAX78000/CRC/Makefile +++ b/Examples/MAX78000/CRC/Makefile @@ -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 diff --git a/Examples/MAX78000/CameraIF/Makefile b/Examples/MAX78000/CameraIF/Makefile index e807fb6b68..5d1117380e 100644 --- a/Examples/MAX78000/CameraIF/Makefile +++ b/Examples/MAX78000/CameraIF/Makefile @@ -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 diff --git a/Examples/MAX78000/CameraIF_Debayer/Makefile b/Examples/MAX78000/CameraIF_Debayer/Makefile index e807fb6b68..5d1117380e 100644 --- a/Examples/MAX78000/CameraIF_Debayer/Makefile +++ b/Examples/MAX78000/CameraIF_Debayer/Makefile @@ -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 diff --git a/Examples/MAX78000/Coremark/Makefile b/Examples/MAX78000/Coremark/Makefile index e807fb6b68..5d1117380e 100644 --- a/Examples/MAX78000/Coremark/Makefile +++ b/Examples/MAX78000/Coremark/Makefile @@ -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 diff --git a/Examples/MAX78000/DMA/Makefile b/Examples/MAX78000/DMA/Makefile index e807fb6b68..5d1117380e 100644 --- a/Examples/MAX78000/DMA/Makefile +++ b/Examples/MAX78000/DMA/Makefile @@ -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 diff --git a/Examples/MAX78000/ECC/Makefile b/Examples/MAX78000/ECC/Makefile index e807fb6b68..5d1117380e 100644 --- a/Examples/MAX78000/ECC/Makefile +++ b/Examples/MAX78000/ECC/Makefile @@ -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 diff --git a/Examples/MAX78000/EEPROM_Emulator/Makefile b/Examples/MAX78000/EEPROM_Emulator/Makefile index e807fb6b68..5d1117380e 100644 --- a/Examples/MAX78000/EEPROM_Emulator/Makefile +++ b/Examples/MAX78000/EEPROM_Emulator/Makefile @@ -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 diff --git a/Examples/MAX78000/FTHR_I2C/Makefile b/Examples/MAX78000/FTHR_I2C/Makefile index da86335279..cd931a35c0 100644 --- a/Examples/MAX78000/FTHR_I2C/Makefile +++ b/Examples/MAX78000/FTHR_I2C/Makefile @@ -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 diff --git a/Examples/MAX78000/FTHR_SRAM/Makefile b/Examples/MAX78000/FTHR_SRAM/Makefile index da86335279..cd931a35c0 100644 --- a/Examples/MAX78000/FTHR_SRAM/Makefile +++ b/Examples/MAX78000/FTHR_SRAM/Makefile @@ -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 diff --git a/Examples/MAX78000/Flash/Makefile b/Examples/MAX78000/Flash/Makefile index e807fb6b68..5d1117380e 100644 --- a/Examples/MAX78000/Flash/Makefile +++ b/Examples/MAX78000/Flash/Makefile @@ -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 diff --git a/Examples/MAX78000/Flash_CLI/Makefile b/Examples/MAX78000/Flash_CLI/Makefile index e807fb6b68..5d1117380e 100644 --- a/Examples/MAX78000/Flash_CLI/Makefile +++ b/Examples/MAX78000/Flash_CLI/Makefile @@ -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 diff --git a/Examples/MAX78000/FreeRTOSDemo/Makefile b/Examples/MAX78000/FreeRTOSDemo/Makefile index e807fb6b68..5d1117380e 100644 --- a/Examples/MAX78000/FreeRTOSDemo/Makefile +++ b/Examples/MAX78000/FreeRTOSDemo/Makefile @@ -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 diff --git a/Examples/MAX78000/GPIO/Makefile b/Examples/MAX78000/GPIO/Makefile index e807fb6b68..5d1117380e 100644 --- a/Examples/MAX78000/GPIO/Makefile +++ b/Examples/MAX78000/GPIO/Makefile @@ -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 diff --git a/Examples/MAX78000/Hello_World/Makefile b/Examples/MAX78000/Hello_World/Makefile index e807fb6b68..5d1117380e 100644 --- a/Examples/MAX78000/Hello_World/Makefile +++ b/Examples/MAX78000/Hello_World/Makefile @@ -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 diff --git a/Examples/MAX78000/Hello_World_Cpp/Makefile b/Examples/MAX78000/Hello_World_Cpp/Makefile index e807fb6b68..5d1117380e 100644 --- a/Examples/MAX78000/Hello_World_Cpp/Makefile +++ b/Examples/MAX78000/Hello_World_Cpp/Makefile @@ -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 diff --git a/Examples/MAX78000/I2C_ADXL343/Makefile b/Examples/MAX78000/I2C_ADXL343/Makefile index da86335279..cd931a35c0 100644 --- a/Examples/MAX78000/I2C_ADXL343/Makefile +++ b/Examples/MAX78000/I2C_ADXL343/Makefile @@ -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 diff --git a/Examples/MAX78000/I2C_MNGR/Makefile b/Examples/MAX78000/I2C_MNGR/Makefile index e807fb6b68..5d1117380e 100644 --- a/Examples/MAX78000/I2C_MNGR/Makefile +++ b/Examples/MAX78000/I2C_MNGR/Makefile @@ -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 diff --git a/Examples/MAX78000/I2C_SCAN/Makefile b/Examples/MAX78000/I2C_SCAN/Makefile index e807fb6b68..5d1117380e 100644 --- a/Examples/MAX78000/I2C_SCAN/Makefile +++ b/Examples/MAX78000/I2C_SCAN/Makefile @@ -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 diff --git a/Examples/MAX78000/I2C_Sensor/Makefile b/Examples/MAX78000/I2C_Sensor/Makefile index e807fb6b68..5d1117380e 100644 --- a/Examples/MAX78000/I2C_Sensor/Makefile +++ b/Examples/MAX78000/I2C_Sensor/Makefile @@ -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 diff --git a/Examples/MAX78000/I2S/Makefile b/Examples/MAX78000/I2S/Makefile index e807fb6b68..5d1117380e 100644 --- a/Examples/MAX78000/I2S/Makefile +++ b/Examples/MAX78000/I2S/Makefile @@ -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 diff --git a/Examples/MAX78000/I2S_DMA/Makefile b/Examples/MAX78000/I2S_DMA/Makefile index e807fb6b68..5d1117380e 100644 --- a/Examples/MAX78000/I2S_DMA/Makefile +++ b/Examples/MAX78000/I2S_DMA/Makefile @@ -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 diff --git a/Examples/MAX78000/I2S_DMA_Target/Makefile b/Examples/MAX78000/I2S_DMA_Target/Makefile index e807fb6b68..5d1117380e 100644 --- a/Examples/MAX78000/I2S_DMA_Target/Makefile +++ b/Examples/MAX78000/I2S_DMA_Target/Makefile @@ -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 diff --git a/Examples/MAX78000/ICC/Makefile b/Examples/MAX78000/ICC/Makefile index e807fb6b68..5d1117380e 100644 --- a/Examples/MAX78000/ICC/Makefile +++ b/Examples/MAX78000/ICC/Makefile @@ -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 diff --git a/Examples/MAX78000/ImgCapture/Makefile b/Examples/MAX78000/ImgCapture/Makefile index e807fb6b68..5d1117380e 100644 --- a/Examples/MAX78000/ImgCapture/Makefile +++ b/Examples/MAX78000/ImgCapture/Makefile @@ -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 diff --git a/Examples/MAX78000/LP/Makefile b/Examples/MAX78000/LP/Makefile index e807fb6b68..5d1117380e 100644 --- a/Examples/MAX78000/LP/Makefile +++ b/Examples/MAX78000/LP/Makefile @@ -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 diff --git a/Examples/MAX78000/LPCMP/Makefile b/Examples/MAX78000/LPCMP/Makefile index e807fb6b68..5d1117380e 100644 --- a/Examples/MAX78000/LPCMP/Makefile +++ b/Examples/MAX78000/LPCMP/Makefile @@ -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 diff --git a/Examples/MAX78000/Library_Generate/Makefile b/Examples/MAX78000/Library_Generate/Makefile index e807fb6b68..5d1117380e 100644 --- a/Examples/MAX78000/Library_Generate/Makefile +++ b/Examples/MAX78000/Library_Generate/Makefile @@ -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 diff --git a/Examples/MAX78000/Library_Use/Makefile b/Examples/MAX78000/Library_Use/Makefile index e807fb6b68..5d1117380e 100644 --- a/Examples/MAX78000/Library_Use/Makefile +++ b/Examples/MAX78000/Library_Use/Makefile @@ -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 diff --git a/Examples/MAX78000/Pulse_Train/Makefile b/Examples/MAX78000/Pulse_Train/Makefile index e807fb6b68..5d1117380e 100644 --- a/Examples/MAX78000/Pulse_Train/Makefile +++ b/Examples/MAX78000/Pulse_Train/Makefile @@ -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 diff --git a/Examples/MAX78000/RTC/Makefile b/Examples/MAX78000/RTC/Makefile index e807fb6b68..5d1117380e 100644 --- a/Examples/MAX78000/RTC/Makefile +++ b/Examples/MAX78000/RTC/Makefile @@ -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 diff --git a/Examples/MAX78000/RTC_Backup/Makefile b/Examples/MAX78000/RTC_Backup/Makefile index e807fb6b68..5d1117380e 100644 --- a/Examples/MAX78000/RTC_Backup/Makefile +++ b/Examples/MAX78000/RTC_Backup/Makefile @@ -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 diff --git a/Examples/MAX78000/RV_ARM_Loader/Makefile b/Examples/MAX78000/RV_ARM_Loader/Makefile index e807fb6b68..5d1117380e 100644 --- a/Examples/MAX78000/RV_ARM_Loader/Makefile +++ b/Examples/MAX78000/RV_ARM_Loader/Makefile @@ -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 diff --git a/Examples/MAX78000/SDHC_FTHR/Makefile b/Examples/MAX78000/SDHC_FTHR/Makefile index da86335279..cd931a35c0 100644 --- a/Examples/MAX78000/SDHC_FTHR/Makefile +++ b/Examples/MAX78000/SDHC_FTHR/Makefile @@ -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 diff --git a/Examples/MAX78000/SPI/Makefile b/Examples/MAX78000/SPI/Makefile index e807fb6b68..5d1117380e 100644 --- a/Examples/MAX78000/SPI/Makefile +++ b/Examples/MAX78000/SPI/Makefile @@ -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 diff --git a/Examples/MAX78000/TFT_Demo/Makefile b/Examples/MAX78000/TFT_Demo/Makefile index e807fb6b68..5d1117380e 100644 --- a/Examples/MAX78000/TFT_Demo/Makefile +++ b/Examples/MAX78000/TFT_Demo/Makefile @@ -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 diff --git a/Examples/MAX78000/TMR/Makefile b/Examples/MAX78000/TMR/Makefile index e807fb6b68..5d1117380e 100644 --- a/Examples/MAX78000/TMR/Makefile +++ b/Examples/MAX78000/TMR/Makefile @@ -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 diff --git a/Examples/MAX78000/TRNG/Makefile b/Examples/MAX78000/TRNG/Makefile index e807fb6b68..5d1117380e 100644 --- a/Examples/MAX78000/TRNG/Makefile +++ b/Examples/MAX78000/TRNG/Makefile @@ -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 diff --git a/Examples/MAX78000/Temp_Monitor/Makefile b/Examples/MAX78000/Temp_Monitor/Makefile index e807fb6b68..5d1117380e 100644 --- a/Examples/MAX78000/Temp_Monitor/Makefile +++ b/Examples/MAX78000/Temp_Monitor/Makefile @@ -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 diff --git a/Examples/MAX78000/UART/Makefile b/Examples/MAX78000/UART/Makefile index e807fb6b68..5d1117380e 100644 --- a/Examples/MAX78000/UART/Makefile +++ b/Examples/MAX78000/UART/Makefile @@ -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 diff --git a/Examples/MAX78000/UCL/Makefile b/Examples/MAX78000/UCL/Makefile index afea270f6b..3bc5a802fd 100644 --- a/Examples/MAX78000/UCL/Makefile +++ b/Examples/MAX78000/UCL/Makefile @@ -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 diff --git a/Examples/MAX78000/WUT/Makefile b/Examples/MAX78000/WUT/Makefile index e807fb6b68..5d1117380e 100644 --- a/Examples/MAX78000/WUT/Makefile +++ b/Examples/MAX78000/WUT/Makefile @@ -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 diff --git a/Examples/MAX78000/Watchdog/Makefile b/Examples/MAX78000/Watchdog/Makefile index e807fb6b68..5d1117380e 100644 --- a/Examples/MAX78000/Watchdog/Makefile +++ b/Examples/MAX78000/Watchdog/Makefile @@ -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 diff --git a/Examples/MAX78000/WearLeveling/Makefile b/Examples/MAX78000/WearLeveling/Makefile index e807fb6b68..5d1117380e 100644 --- a/Examples/MAX78000/WearLeveling/Makefile +++ b/Examples/MAX78000/WearLeveling/Makefile @@ -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 diff --git a/Examples/MAX78002/ADC/Makefile b/Examples/MAX78002/ADC/Makefile index c920f1d359..18a370ad59 100644 --- a/Examples/MAX78002/ADC/Makefile +++ b/Examples/MAX78002/ADC/Makefile @@ -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 diff --git a/Examples/MAX78002/AES/Makefile b/Examples/MAX78002/AES/Makefile index c920f1d359..18a370ad59 100644 --- a/Examples/MAX78002/AES/Makefile +++ b/Examples/MAX78002/AES/Makefile @@ -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 diff --git a/Examples/MAX78002/ARM-DSP/arm_bayes_example/Makefile b/Examples/MAX78002/ARM-DSP/arm_bayes_example/Makefile index cc1c761374..5438998805 100644 --- a/Examples/MAX78002/ARM-DSP/arm_bayes_example/Makefile +++ b/Examples/MAX78002/ARM-DSP/arm_bayes_example/Makefile @@ -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 diff --git a/Examples/MAX78002/ARM-DSP/arm_class_marks_example/Makefile b/Examples/MAX78002/ARM-DSP/arm_class_marks_example/Makefile index cc1c761374..5438998805 100644 --- a/Examples/MAX78002/ARM-DSP/arm_class_marks_example/Makefile +++ b/Examples/MAX78002/ARM-DSP/arm_class_marks_example/Makefile @@ -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 diff --git a/Examples/MAX78002/ARM-DSP/arm_convolution_example/Makefile b/Examples/MAX78002/ARM-DSP/arm_convolution_example/Makefile index cc1c761374..5438998805 100644 --- a/Examples/MAX78002/ARM-DSP/arm_convolution_example/Makefile +++ b/Examples/MAX78002/ARM-DSP/arm_convolution_example/Makefile @@ -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 diff --git a/Examples/MAX78002/ARM-DSP/arm_dotproduct_example_f32/Makefile b/Examples/MAX78002/ARM-DSP/arm_dotproduct_example_f32/Makefile index cc1c761374..5438998805 100644 --- a/Examples/MAX78002/ARM-DSP/arm_dotproduct_example_f32/Makefile +++ b/Examples/MAX78002/ARM-DSP/arm_dotproduct_example_f32/Makefile @@ -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 diff --git a/Examples/MAX78002/ARM-DSP/arm_fft_bin_example/Makefile b/Examples/MAX78002/ARM-DSP/arm_fft_bin_example/Makefile index cc1c761374..5438998805 100644 --- a/Examples/MAX78002/ARM-DSP/arm_fft_bin_example/Makefile +++ b/Examples/MAX78002/ARM-DSP/arm_fft_bin_example/Makefile @@ -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 diff --git a/Examples/MAX78002/ARM-DSP/arm_fir_example/Makefile b/Examples/MAX78002/ARM-DSP/arm_fir_example/Makefile index cc1c761374..5438998805 100644 --- a/Examples/MAX78002/ARM-DSP/arm_fir_example/Makefile +++ b/Examples/MAX78002/ARM-DSP/arm_fir_example/Makefile @@ -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 diff --git a/Examples/MAX78002/ARM-DSP/arm_graphic_equalizer_example/Makefile b/Examples/MAX78002/ARM-DSP/arm_graphic_equalizer_example/Makefile index cc1c761374..5438998805 100644 --- a/Examples/MAX78002/ARM-DSP/arm_graphic_equalizer_example/Makefile +++ b/Examples/MAX78002/ARM-DSP/arm_graphic_equalizer_example/Makefile @@ -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 diff --git a/Examples/MAX78002/ARM-DSP/arm_linear_interp_example/Makefile b/Examples/MAX78002/ARM-DSP/arm_linear_interp_example/Makefile index cc1c761374..5438998805 100644 --- a/Examples/MAX78002/ARM-DSP/arm_linear_interp_example/Makefile +++ b/Examples/MAX78002/ARM-DSP/arm_linear_interp_example/Makefile @@ -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 diff --git a/Examples/MAX78002/ARM-DSP/arm_matrix_example/Makefile b/Examples/MAX78002/ARM-DSP/arm_matrix_example/Makefile index cc1c761374..5438998805 100644 --- a/Examples/MAX78002/ARM-DSP/arm_matrix_example/Makefile +++ b/Examples/MAX78002/ARM-DSP/arm_matrix_example/Makefile @@ -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 diff --git a/Examples/MAX78002/ARM-DSP/arm_signal_converge_example/Makefile b/Examples/MAX78002/ARM-DSP/arm_signal_converge_example/Makefile index cc1c761374..5438998805 100644 --- a/Examples/MAX78002/ARM-DSP/arm_signal_converge_example/Makefile +++ b/Examples/MAX78002/ARM-DSP/arm_signal_converge_example/Makefile @@ -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 diff --git a/Examples/MAX78002/ARM-DSP/arm_sin_cos_example/Makefile b/Examples/MAX78002/ARM-DSP/arm_sin_cos_example/Makefile index cc1c761374..5438998805 100644 --- a/Examples/MAX78002/ARM-DSP/arm_sin_cos_example/Makefile +++ b/Examples/MAX78002/ARM-DSP/arm_sin_cos_example/Makefile @@ -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 diff --git a/Examples/MAX78002/ARM-DSP/arm_svm_example/Makefile b/Examples/MAX78002/ARM-DSP/arm_svm_example/Makefile index cc1c761374..5438998805 100644 --- a/Examples/MAX78002/ARM-DSP/arm_svm_example/Makefile +++ b/Examples/MAX78002/ARM-DSP/arm_svm_example/Makefile @@ -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 diff --git a/Examples/MAX78002/ARM-DSP/arm_variance_example/Makefile b/Examples/MAX78002/ARM-DSP/arm_variance_example/Makefile index cc1c761374..5438998805 100644 --- a/Examples/MAX78002/ARM-DSP/arm_variance_example/Makefile +++ b/Examples/MAX78002/ARM-DSP/arm_variance_example/Makefile @@ -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 diff --git a/Examples/MAX78002/CNN/cifar-100-effnet2/Makefile b/Examples/MAX78002/CNN/cifar-100-effnet2/Makefile index cc1c761374..5438998805 100644 --- a/Examples/MAX78002/CNN/cifar-100-effnet2/Makefile +++ b/Examples/MAX78002/CNN/cifar-100-effnet2/Makefile @@ -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 diff --git a/Examples/MAX78002/CNN/facial_recognition/Makefile b/Examples/MAX78002/CNN/facial_recognition/Makefile index cc1c761374..5438998805 100644 --- a/Examples/MAX78002/CNN/facial_recognition/Makefile +++ b/Examples/MAX78002/CNN/facial_recognition/Makefile @@ -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 diff --git a/Examples/MAX78002/CNN/imagenet/Makefile b/Examples/MAX78002/CNN/imagenet/Makefile index cc1c761374..5438998805 100644 --- a/Examples/MAX78002/CNN/imagenet/Makefile +++ b/Examples/MAX78002/CNN/imagenet/Makefile @@ -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 diff --git a/Examples/MAX78002/CNN/kinetics/Makefile b/Examples/MAX78002/CNN/kinetics/Makefile index cc1c761374..5438998805 100644 --- a/Examples/MAX78002/CNN/kinetics/Makefile +++ b/Examples/MAX78002/CNN/kinetics/Makefile @@ -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 diff --git a/Examples/MAX78002/CNN/kws20_demo/Makefile b/Examples/MAX78002/CNN/kws20_demo/Makefile index cc1c761374..5438998805 100644 --- a/Examples/MAX78002/CNN/kws20_demo/Makefile +++ b/Examples/MAX78002/CNN/kws20_demo/Makefile @@ -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 diff --git a/Examples/MAX78002/CNN/mobilefacenet-112/Makefile b/Examples/MAX78002/CNN/mobilefacenet-112/Makefile index cc1c761374..5438998805 100644 --- a/Examples/MAX78002/CNN/mobilefacenet-112/Makefile +++ b/Examples/MAX78002/CNN/mobilefacenet-112/Makefile @@ -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 diff --git a/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/Makefile b/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/Makefile index cc1c761374..5438998805 100644 --- a/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/Makefile +++ b/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3/Makefile @@ -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 diff --git a/Examples/MAX78002/CRC/Makefile b/Examples/MAX78002/CRC/Makefile index c920f1d359..18a370ad59 100644 --- a/Examples/MAX78002/CRC/Makefile +++ b/Examples/MAX78002/CRC/Makefile @@ -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 diff --git a/Examples/MAX78002/CSI2/Makefile b/Examples/MAX78002/CSI2/Makefile index c920f1d359..18a370ad59 100644 --- a/Examples/MAX78002/CSI2/Makefile +++ b/Examples/MAX78002/CSI2/Makefile @@ -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 diff --git a/Examples/MAX78002/CameraIF/Makefile b/Examples/MAX78002/CameraIF/Makefile index c920f1d359..18a370ad59 100644 --- a/Examples/MAX78002/CameraIF/Makefile +++ b/Examples/MAX78002/CameraIF/Makefile @@ -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 diff --git a/Examples/MAX78002/CameraIF_Debayer/Makefile b/Examples/MAX78002/CameraIF_Debayer/Makefile index c920f1d359..18a370ad59 100644 --- a/Examples/MAX78002/CameraIF_Debayer/Makefile +++ b/Examples/MAX78002/CameraIF_Debayer/Makefile @@ -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 diff --git a/Examples/MAX78002/Coremark/Makefile b/Examples/MAX78002/Coremark/Makefile index c920f1d359..18a370ad59 100644 --- a/Examples/MAX78002/Coremark/Makefile +++ b/Examples/MAX78002/Coremark/Makefile @@ -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 diff --git a/Examples/MAX78002/DMA/Makefile b/Examples/MAX78002/DMA/Makefile index c920f1d359..18a370ad59 100644 --- a/Examples/MAX78002/DMA/Makefile +++ b/Examples/MAX78002/DMA/Makefile @@ -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 diff --git a/Examples/MAX78002/ECC/Makefile b/Examples/MAX78002/ECC/Makefile index c920f1d359..18a370ad59 100644 --- a/Examples/MAX78002/ECC/Makefile +++ b/Examples/MAX78002/ECC/Makefile @@ -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 diff --git a/Examples/MAX78002/EEPROM_Emulator/Makefile b/Examples/MAX78002/EEPROM_Emulator/Makefile index c920f1d359..18a370ad59 100644 --- a/Examples/MAX78002/EEPROM_Emulator/Makefile +++ b/Examples/MAX78002/EEPROM_Emulator/Makefile @@ -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 diff --git a/Examples/MAX78002/Flash/Makefile b/Examples/MAX78002/Flash/Makefile index c920f1d359..18a370ad59 100644 --- a/Examples/MAX78002/Flash/Makefile +++ b/Examples/MAX78002/Flash/Makefile @@ -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 diff --git a/Examples/MAX78002/Flash_CLI/Makefile b/Examples/MAX78002/Flash_CLI/Makefile index c920f1d359..18a370ad59 100644 --- a/Examples/MAX78002/Flash_CLI/Makefile +++ b/Examples/MAX78002/Flash_CLI/Makefile @@ -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 diff --git a/Examples/MAX78002/FreeRTOSDemo/Makefile b/Examples/MAX78002/FreeRTOSDemo/Makefile index c920f1d359..18a370ad59 100644 --- a/Examples/MAX78002/FreeRTOSDemo/Makefile +++ b/Examples/MAX78002/FreeRTOSDemo/Makefile @@ -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 diff --git a/Examples/MAX78002/GPIO/Makefile b/Examples/MAX78002/GPIO/Makefile index c920f1d359..18a370ad59 100644 --- a/Examples/MAX78002/GPIO/Makefile +++ b/Examples/MAX78002/GPIO/Makefile @@ -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 diff --git a/Examples/MAX78002/Hello_World/Makefile b/Examples/MAX78002/Hello_World/Makefile index c920f1d359..18a370ad59 100644 --- a/Examples/MAX78002/Hello_World/Makefile +++ b/Examples/MAX78002/Hello_World/Makefile @@ -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 diff --git a/Examples/MAX78002/Hello_World_Cpp/Makefile b/Examples/MAX78002/Hello_World_Cpp/Makefile index c920f1d359..18a370ad59 100644 --- a/Examples/MAX78002/Hello_World_Cpp/Makefile +++ b/Examples/MAX78002/Hello_World_Cpp/Makefile @@ -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 diff --git a/Examples/MAX78002/I2C/Makefile b/Examples/MAX78002/I2C/Makefile index c920f1d359..18a370ad59 100644 --- a/Examples/MAX78002/I2C/Makefile +++ b/Examples/MAX78002/I2C/Makefile @@ -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 diff --git a/Examples/MAX78002/I2C_MNGR/Makefile b/Examples/MAX78002/I2C_MNGR/Makefile index c920f1d359..18a370ad59 100644 --- a/Examples/MAX78002/I2C_MNGR/Makefile +++ b/Examples/MAX78002/I2C_MNGR/Makefile @@ -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 diff --git a/Examples/MAX78002/I2C_SCAN/Makefile b/Examples/MAX78002/I2C_SCAN/Makefile index c920f1d359..18a370ad59 100644 --- a/Examples/MAX78002/I2C_SCAN/Makefile +++ b/Examples/MAX78002/I2C_SCAN/Makefile @@ -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 diff --git a/Examples/MAX78002/I2C_Sensor/Makefile b/Examples/MAX78002/I2C_Sensor/Makefile index c920f1d359..18a370ad59 100644 --- a/Examples/MAX78002/I2C_Sensor/Makefile +++ b/Examples/MAX78002/I2C_Sensor/Makefile @@ -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 diff --git a/Examples/MAX78002/I2S/Makefile b/Examples/MAX78002/I2S/Makefile index c920f1d359..18a370ad59 100644 --- a/Examples/MAX78002/I2S/Makefile +++ b/Examples/MAX78002/I2S/Makefile @@ -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 diff --git a/Examples/MAX78002/I2S_DMA/Makefile b/Examples/MAX78002/I2S_DMA/Makefile index c920f1d359..18a370ad59 100644 --- a/Examples/MAX78002/I2S_DMA/Makefile +++ b/Examples/MAX78002/I2S_DMA/Makefile @@ -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 diff --git a/Examples/MAX78002/ICC/Makefile b/Examples/MAX78002/ICC/Makefile index c920f1d359..18a370ad59 100644 --- a/Examples/MAX78002/ICC/Makefile +++ b/Examples/MAX78002/ICC/Makefile @@ -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 diff --git a/Examples/MAX78002/ImgCapture/Makefile b/Examples/MAX78002/ImgCapture/Makefile index c920f1d359..18a370ad59 100644 --- a/Examples/MAX78002/ImgCapture/Makefile +++ b/Examples/MAX78002/ImgCapture/Makefile @@ -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 diff --git a/Examples/MAX78002/LP/Makefile b/Examples/MAX78002/LP/Makefile index c920f1d359..18a370ad59 100644 --- a/Examples/MAX78002/LP/Makefile +++ b/Examples/MAX78002/LP/Makefile @@ -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 diff --git a/Examples/MAX78002/LPCMP/Makefile b/Examples/MAX78002/LPCMP/Makefile index c920f1d359..18a370ad59 100644 --- a/Examples/MAX78002/LPCMP/Makefile +++ b/Examples/MAX78002/LPCMP/Makefile @@ -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 diff --git a/Examples/MAX78002/Library_Generate/Makefile b/Examples/MAX78002/Library_Generate/Makefile index c920f1d359..18a370ad59 100644 --- a/Examples/MAX78002/Library_Generate/Makefile +++ b/Examples/MAX78002/Library_Generate/Makefile @@ -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 diff --git a/Examples/MAX78002/Library_Use/Makefile b/Examples/MAX78002/Library_Use/Makefile index c920f1d359..18a370ad59 100644 --- a/Examples/MAX78002/Library_Use/Makefile +++ b/Examples/MAX78002/Library_Use/Makefile @@ -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 diff --git a/Examples/MAX78002/Pulse_Train/Makefile b/Examples/MAX78002/Pulse_Train/Makefile index c920f1d359..18a370ad59 100644 --- a/Examples/MAX78002/Pulse_Train/Makefile +++ b/Examples/MAX78002/Pulse_Train/Makefile @@ -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 diff --git a/Examples/MAX78002/QSPI/Makefile b/Examples/MAX78002/QSPI/Makefile index c920f1d359..18a370ad59 100644 --- a/Examples/MAX78002/QSPI/Makefile +++ b/Examples/MAX78002/QSPI/Makefile @@ -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 diff --git a/Examples/MAX78002/RTC/Makefile b/Examples/MAX78002/RTC/Makefile index c920f1d359..18a370ad59 100644 --- a/Examples/MAX78002/RTC/Makefile +++ b/Examples/MAX78002/RTC/Makefile @@ -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 diff --git a/Examples/MAX78002/RTC_Backup/Makefile b/Examples/MAX78002/RTC_Backup/Makefile index c920f1d359..18a370ad59 100644 --- a/Examples/MAX78002/RTC_Backup/Makefile +++ b/Examples/MAX78002/RTC_Backup/Makefile @@ -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 diff --git a/Examples/MAX78002/RV_ARM_Loader/Makefile b/Examples/MAX78002/RV_ARM_Loader/Makefile index c920f1d359..18a370ad59 100644 --- a/Examples/MAX78002/RV_ARM_Loader/Makefile +++ b/Examples/MAX78002/RV_ARM_Loader/Makefile @@ -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 diff --git a/Examples/MAX78002/SDHC_FAT/Makefile b/Examples/MAX78002/SDHC_FAT/Makefile index c920f1d359..18a370ad59 100644 --- a/Examples/MAX78002/SDHC_FAT/Makefile +++ b/Examples/MAX78002/SDHC_FAT/Makefile @@ -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 diff --git a/Examples/MAX78002/SDHC_Raw/Makefile b/Examples/MAX78002/SDHC_Raw/Makefile index c920f1d359..18a370ad59 100644 --- a/Examples/MAX78002/SDHC_Raw/Makefile +++ b/Examples/MAX78002/SDHC_Raw/Makefile @@ -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 diff --git a/Examples/MAX78002/SPI/Makefile b/Examples/MAX78002/SPI/Makefile index c920f1d359..18a370ad59 100644 --- a/Examples/MAX78002/SPI/Makefile +++ b/Examples/MAX78002/SPI/Makefile @@ -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 diff --git a/Examples/MAX78002/SPI_ControllerTarget/Makefile b/Examples/MAX78002/SPI_ControllerTarget/Makefile index c920f1d359..18a370ad59 100644 --- a/Examples/MAX78002/SPI_ControllerTarget/Makefile +++ b/Examples/MAX78002/SPI_ControllerTarget/Makefile @@ -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 diff --git a/Examples/MAX78002/SPI_MasterSlave/Makefile b/Examples/MAX78002/SPI_MasterSlave/Makefile index c920f1d359..18a370ad59 100644 --- a/Examples/MAX78002/SPI_MasterSlave/Makefile +++ b/Examples/MAX78002/SPI_MasterSlave/Makefile @@ -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 diff --git a/Examples/MAX78002/TFT_Demo/Makefile b/Examples/MAX78002/TFT_Demo/Makefile index c920f1d359..18a370ad59 100644 --- a/Examples/MAX78002/TFT_Demo/Makefile +++ b/Examples/MAX78002/TFT_Demo/Makefile @@ -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 diff --git a/Examples/MAX78002/TMR/Makefile b/Examples/MAX78002/TMR/Makefile index c920f1d359..18a370ad59 100644 --- a/Examples/MAX78002/TMR/Makefile +++ b/Examples/MAX78002/TMR/Makefile @@ -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 diff --git a/Examples/MAX78002/TRNG/Makefile b/Examples/MAX78002/TRNG/Makefile index c920f1d359..18a370ad59 100644 --- a/Examples/MAX78002/TRNG/Makefile +++ b/Examples/MAX78002/TRNG/Makefile @@ -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 diff --git a/Examples/MAX78002/Temp_Monitor/Makefile b/Examples/MAX78002/Temp_Monitor/Makefile index c920f1d359..18a370ad59 100644 --- a/Examples/MAX78002/Temp_Monitor/Makefile +++ b/Examples/MAX78002/Temp_Monitor/Makefile @@ -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 diff --git a/Examples/MAX78002/UART/Makefile b/Examples/MAX78002/UART/Makefile index c920f1d359..18a370ad59 100644 --- a/Examples/MAX78002/UART/Makefile +++ b/Examples/MAX78002/UART/Makefile @@ -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 diff --git a/Examples/MAX78002/USB/USB_CDCACM/Makefile b/Examples/MAX78002/USB/USB_CDCACM/Makefile index cc1c761374..5438998805 100644 --- a/Examples/MAX78002/USB/USB_CDCACM/Makefile +++ b/Examples/MAX78002/USB/USB_CDCACM/Makefile @@ -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 diff --git a/Examples/MAX78002/USB/USB_CompositeDevice_MSC_CDC/Makefile b/Examples/MAX78002/USB/USB_CompositeDevice_MSC_CDC/Makefile index cc1c761374..5438998805 100644 --- a/Examples/MAX78002/USB/USB_CompositeDevice_MSC_CDC/Makefile +++ b/Examples/MAX78002/USB/USB_CompositeDevice_MSC_CDC/Makefile @@ -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 diff --git a/Examples/MAX78002/USB/USB_CompositeDevice_MSC_HID/Makefile b/Examples/MAX78002/USB/USB_CompositeDevice_MSC_HID/Makefile index cc1c761374..5438998805 100644 --- a/Examples/MAX78002/USB/USB_CompositeDevice_MSC_HID/Makefile +++ b/Examples/MAX78002/USB/USB_CompositeDevice_MSC_HID/Makefile @@ -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 diff --git a/Examples/MAX78002/USB/USB_HIDKeyboard/Makefile b/Examples/MAX78002/USB/USB_HIDKeyboard/Makefile index cc1c761374..5438998805 100644 --- a/Examples/MAX78002/USB/USB_HIDKeyboard/Makefile +++ b/Examples/MAX78002/USB/USB_HIDKeyboard/Makefile @@ -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 diff --git a/Examples/MAX78002/USB/USB_MassStorage/Makefile b/Examples/MAX78002/USB/USB_MassStorage/Makefile index cc1c761374..5438998805 100644 --- a/Examples/MAX78002/USB/USB_MassStorage/Makefile +++ b/Examples/MAX78002/USB/USB_MassStorage/Makefile @@ -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 diff --git a/Examples/MAX78002/USB/USB_MassStorage_ThroughPut/Makefile b/Examples/MAX78002/USB/USB_MassStorage_ThroughPut/Makefile index cc1c761374..5438998805 100644 --- a/Examples/MAX78002/USB/USB_MassStorage_ThroughPut/Makefile +++ b/Examples/MAX78002/USB/USB_MassStorage_ThroughPut/Makefile @@ -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 diff --git a/Examples/MAX78002/WUT/Makefile b/Examples/MAX78002/WUT/Makefile index c920f1d359..18a370ad59 100644 --- a/Examples/MAX78002/WUT/Makefile +++ b/Examples/MAX78002/WUT/Makefile @@ -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 diff --git a/Examples/MAX78002/Watchdog/Makefile b/Examples/MAX78002/Watchdog/Makefile index c920f1d359..18a370ad59 100644 --- a/Examples/MAX78002/Watchdog/Makefile +++ b/Examples/MAX78002/Watchdog/Makefile @@ -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 diff --git a/Examples/MAX78002/WearLeveling/Makefile b/Examples/MAX78002/WearLeveling/Makefile index c920f1d359..18a370ad59 100644 --- a/Examples/MAX78002/WearLeveling/Makefile +++ b/Examples/MAX78002/WearLeveling/Makefile @@ -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