contrib/jenkins.sh: lower trace to make bl fit

We keep running out of rom space, so reduce tracing to nothing for alle
dfu targets, and let's hope newer gcc versions stop producing more
code...

Change-Id: I7d2947c84097035bed00ad489a175d614b4c388e
This commit is contained in:
Eric Wild
2021-09-26 17:24:49 +02:00
committed by Hoernchen
parent 1f75e3881c
commit 301aec51f7
2 changed files with 2 additions and 6 deletions

View File

@@ -50,6 +50,7 @@ APP ?= dfu
# Defines which are the available memory targets for the SAM3S-EK board.
ifeq ($(APP), dfu)
MEMORIES ?= flash dfu
TRACE_LEVEL ?= 0
else
MEMORIES ?= dfu
endif