mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
tools/iotlab-testbed: rename deprecated flash/reset-m3 subcommands
This commit is contained in:
parent
ebbe2c2aa1
commit
3c8cfd45f1
@ -206,8 +206,8 @@ else
|
||||
FLASHER = iotlab-ssh
|
||||
RESET = iotlab-ssh
|
||||
_NODE_FMT = --jmespath='keys(values(@)[0])[0]' --fmt='int'
|
||||
FFLAGS = $(_NODE_FMT) $(_IOTLAB_EXP_ID) flash-m3 $(_IOTLAB_NODELIST) $(FLASHFILE)
|
||||
RESET_FLAGS = $(_NODE_FMT) $(_IOTLAB_EXP_ID) reset-m3 $(_IOTLAB_NODELIST)
|
||||
FFLAGS = $(_NODE_FMT) $(_IOTLAB_EXP_ID) flash $(_IOTLAB_NODELIST) $(FLASHFILE)
|
||||
RESET_FLAGS = $(_NODE_FMT) $(_IOTLAB_EXP_ID) reset $(_IOTLAB_NODELIST)
|
||||
|
||||
TERMPROG = ssh
|
||||
ifeq (,$(IOT_LAB_FRONTEND_FQDN))
|
||||
|
Loading…
Reference in New Issue
Block a user