boards/nucleo-f302r8/qenco: Disable CONFIG_LIBC_FLOATINGPOINT to free up flash space
The board has got only 64KB of flash, and is on the limit. Removing printf floating point support frees up ~3kB of flash. Signed-off-by: Jukka Laitinen <jukka.laitinen@tii.ae>
This commit is contained in:
parent
0ea2c0d17b
commit
c325ab98c4
1 changed files with 0 additions and 1 deletions
|
|
@ -78,7 +78,6 @@ CONFIG_EXAMPLES_QENCODER_MAXPOS=8192
|
|||
CONFIG_FILE_STREAM=y
|
||||
CONFIG_INIT_ENTRYPOINT="nsh_main"
|
||||
CONFIG_INTELHEX_BINARY=y
|
||||
CONFIG_LIBC_FLOATINGPOINT=y
|
||||
CONFIG_LIBC_LONG_LONG=y
|
||||
CONFIG_LIBM_TOOLCHAIN=y
|
||||
CONFIG_LINE_MAX=80
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue