Skip to content

Commit 47d1b4d

Browse files
committed
Add defaults to global platforms.txt
1 parent 7777bd9 commit 47d1b4d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

platform.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ compiler.size.cmd=arm-none-eabi-size
5151
# this can be overriden in boards.txt
5252
build.float_flags=-mfloat-abi=hard -mfpu=fpv4-sp-d16 -u _printf_float
5353
build.debug_flags=-DCFG_DEBUG=0
54+
build.logger_flags=-DCFG_LOGGER=1
55+
build.sysview_flags=-DCFG_SYSVIEW=0
5456

5557
# common compiler for nrf
5658
rtos.path={build.core.path}/freertos
@@ -148,3 +150,4 @@ tools.bootburn.bootloader.pattern={program.burn_pattern}
148150
tools.bootburn.erase.params.verbose=
149151
tools.bootburn.erase.params.quiet=
150152
tools.bootburn.erase.pattern=
153+

0 commit comments

Comments
 (0)