We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a6c3fa commit dc311caCopy full SHA for dc311ca
bricks/stm32/stm32.mk
@@ -658,7 +658,7 @@ $(BUILD)/%.dfu: $(BUILD)/%.bin
658
$(Q)$(PYTHON) $(DFU) -b $(TEXT0_ADDR):$< $@
659
660
deploy: $(BUILD)/firmware.zip
661
- $(Q)$(PYBRICKSDEV) flash $<
+ $(Q)$(PYBRICKSDEV) flash $< --name $(PBIO_PLATFORM)
662
663
deploy-dfu-%: $(BUILD)/%.dfu
664
$(ECHO) "Writing $< to the board"
0 commit comments