STM32W flasher utilities for Linux and Windows merged into a single folder.
This commit is contained in:
parent
02175b5e17
commit
7a48110067
|
@ -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
|
||||
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue