Skip to content

Commit

Permalink
fixup! dist/testbed-support: remove iotlab wsn430 mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
aabadie committed Jul 10, 2020
1 parent 8de8503 commit 0db7128
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dist/testbed-support/makefile.iotlab.single.inc.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# * reset
# * term
#
# Tested on m3/a8-m3/wsn430/samr21/arduino-zero nodes
# Tested on m3/a8-m3/samr21/arduino-zero nodes
#
# It can be run:
# * From your computer by setting IOTLAB_NODE to the full url like
Expand Down Expand Up @@ -92,8 +92,8 @@ else
_NODES_DEPLOYED = $(shell iotlab-experiment --jmespath='"0"' --format='" ".join' get $(_IOTLAB_EXP_ID) --deployment)
_NODES_LIST_OPTION = --nodes
_NODES_FLASH_OPTION = --flash
ifneq (,$(filter-out wsn430-% firefly,$(BOARD)))
# All boards in IoT-LAB except firefly and WSN430 can be flashed using $(BINFILE).
ifneq (firefly,$(BOARD))
# All boards in IoT-LAB except firefly can be flashed using $(BINFILE).
# On IoT-LAB, firefly only accepts $(ELFFILE) and WSN320 boards on accept $(HEXFILE).
# Using $(BINFILE) speeds up the firmware upload since the file is much
# smaller than an elffile.
Expand Down Expand Up @@ -175,7 +175,7 @@ _STDIN_EQ_0 = grep 0

ifneq (iotlab-a8-m3,$(BOARD))

# M3 and wsn430 nodes
# M3 nodes
FLASHER = iotlab-node
RESET = iotlab-node
_NODE_FMT = --jmespath='keys(@)[0]' --format='int'
Expand Down

0 comments on commit 0db7128

Please sign in to comment.