STM32W flasher utilities for Linux and Windows merged into a single folder.

This commit is contained in:
Salvatore Pitrulli 2011-05-10 15:16:13 +02:00 committed by unknown
parent 02175b5e17
commit 7a48110067
22 changed files with 2 additions and 3 deletions

View File

@ -163,13 +163,12 @@ endif
FLASHER = $(CONTIKI)/tools/stm32w/stm32w_flasher/linux/stm32w_flasher
FLASHER = $(CONTIKI)/tools/stm32w/stm32w_flasher/stm32w_flasher
# Check if we are running under Windows
ifdef OS
ifneq (,$(findstring Windows,$(OS)))
FLASHER = $(CONTIKI)/tools/stm32w/stm32w_flasher/win/stm32w_flasher
FLASHER = $(CONTIKI)/tools/stm32w/stm32w_flasher/stm32w_flasher.exe
endif
endif