Fix docker build
This commit is contained in:
parent
48147a39df
commit
765dc27b15
@ -95,7 +95,7 @@ flashboot: bootloader.hex
|
|||||||
STM32_Programmer_CLI -c port=SWD -halt -d bootloader.hex -rst
|
STM32_Programmer_CLI -c port=SWD -halt -d bootloader.hex -rst
|
||||||
|
|
||||||
flash-firmware:
|
flash-firmware:
|
||||||
arm-none-eabi-size -A solo.elf
|
$(SZ) -A solo.elf
|
||||||
solo program aux enter-bootloader
|
solo program aux enter-bootloader
|
||||||
solo program bootloader solo.hex
|
solo program bootloader solo.hex
|
||||||
|
|
||||||
|
@ -66,7 +66,7 @@ all: $(TARGET).elf
|
|||||||
|
|
||||||
%.elf: $(OBJ)
|
%.elf: $(OBJ)
|
||||||
$(CC) $^ $(HW) $(LDFLAGS) -o $@
|
$(CC) $^ $(HW) $(LDFLAGS) -o $@
|
||||||
arm-none-eabi-size $@
|
$(SZ) $@
|
||||||
|
|
||||||
%.hex: %.elf
|
%.hex: %.elf
|
||||||
$(CP) -O ihex $^ $(TARGET).hex
|
$(CP) -O ihex $^ $(TARGET).hex
|
||||||
|
Loading…
x
Reference in New Issue
Block a user