dcd disconnect/connect for transdimension ip

This commit is contained in:
hathach
2020-04-16 16:56:16 +07:00
parent e5dc0902a0
commit a009775745
2 changed files with 17 additions and 2 deletions

View File

@@ -50,3 +50,7 @@ JLINK_IF = swd
# flash by copying bin file to DAP Mass Storage
flash: $(BUILD)/$(BOARD)-firmware.bin
cp $< /media/$(USER)/RT1015-EVK/
# flash using pyocd
#flash: $(BUILD)/$(BOARD)-firmware.hex
# pyocd flash -b MIMXRT1015-EVK $<