We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7777bd9 commit 47d1b4dCopy full SHA for 47d1b4d
platform.txt
@@ -51,6 +51,8 @@ compiler.size.cmd=arm-none-eabi-size
51
# this can be overriden in boards.txt
52
build.float_flags=-mfloat-abi=hard -mfpu=fpv4-sp-d16 -u _printf_float
53
build.debug_flags=-DCFG_DEBUG=0
54
+build.logger_flags=-DCFG_LOGGER=1
55
+build.sysview_flags=-DCFG_SYSVIEW=0
56
57
# common compiler for nrf
58
rtos.path={build.core.path}/freertos
@@ -148,3 +150,4 @@ tools.bootburn.bootloader.pattern={program.burn_pattern}
148
150
tools.bootburn.erase.params.verbose=
149
151
tools.bootburn.erase.params.quiet=
152
tools.bootburn.erase.pattern=
153
+
0 commit comments