Skip to content

Commit

Permalink
TEST ME: Why was this board setting TERMFLAGS it does not make sense …
Browse files Browse the repository at this point in the history
…here. boards/nz32-sc151: do not blindly set TERMFLAGS

The board should globally set `TERMFLAGS` without a RIOT_TERMINAL
condition. Also I do no think there is a good reason for this.

This also removes the export of TERM* variables and should make it work
with the other RIOT_TERMINAL.
  • Loading branch information
cladmi committed Feb 28, 2019
1 parent 685f315 commit d17b130
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion boards/nz32-sc151/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export RESET = # dfu-util has no support for resetting the device

HEXFILE = $(BINFILE)
export FFLAGS = -d $(ID) -a 0 -s 0x08000000:leave -D "$(HEXFILE)"
export TERMFLAGS = -p $(PORT)

# setup serial terminal
include $(RIOTMAKE)/tools/serial.inc.mk

0 comments on commit d17b130

Please sign in to comment.