mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
examples/gnrc_minimal: use picolibc
On `samr21-xpro` this saves 5624 bytes of ROM and 108 bytes of RAM.
This commit is contained in:
parent
cff8e862b8
commit
69dd791cbd
@ -26,6 +26,9 @@ USEMODULE += gnrc_icmpv6_echo
|
||||
# Use minimal standard PRNG
|
||||
USEMODULE += prng_minstd
|
||||
|
||||
# Use picolibc when available
|
||||
FEATURES_OPTIONAL += picolibc
|
||||
|
||||
CFLAGS += -DLOG_LEVEL=LOG_NONE # disable log output
|
||||
# Set GNRC_PKTBUF_SIZE via CFLAGS if not being set via Kconfig.
|
||||
ifndef CONFIG_GNRC_PKTBUF_SIZE
|
||||
|
Loading…
Reference in New Issue
Block a user