### If PORT is defined, override to keep backward compatibility
ifdefPORT
...
...
@@ -81,7 +66,8 @@ endif
### Variable that expands into a pattern rule to upload to a given MOTE.
### Requires $(MOTE) to be defined
### $$$$ Double escapes $s that need to be passed to the shell - once for when make parses UPLOAD_RULE, and once for when the expanded rule is parsed by make.
### $$$$ Double escapes $s that need to be passed to the shell - once for when
### make parses UPLOAD_RULE, and once for when the expanded rule is parsed by make.
defineUPLOAD_RULE
%.$(MOTE):%.bin %.elf
@echo"Flashing $(MOTE)"
...
...
@@ -94,10 +80,8 @@ endef
### Create an upload rule for every MOTE connected