mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #10176 from smlng/pr/lora-box/flasherflags
lorabox: add port to flasher parameters
This commit is contained in:
commit
aa784b5ed5
@ -21,6 +21,6 @@ HEXFILE = $(BINFILE)
|
||||
# -u: use sector by sector erase
|
||||
# -S: swap RTS and DTR
|
||||
# -l 0x1ff: amount of sectors to erase
|
||||
FFLAGS += -e -u -S -l 0x1ff -w $(BINFILE)
|
||||
FFLAGS += -p $(PORT) -e -u -S -l 0x1ff -w $(BINFILE)
|
||||
|
||||
TERMFLAGS += --set-rts 0
|
||||
|
Loading…
Reference in New Issue
Block a user