1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/makefiles/libc
Keith Packard 8c67544e7d picolibc: USE_MODULE += printf_float for float printf/scanf code [v2]
This makes RIOT use the integer-only printf/scanf code by default and
includes a new make parameter to select the full floating point
version. This saves about 6kB of text space when building hello-world
for the microbit board.

Signed-off-by: Keith Packard <keithp@keithp.com>

----

v2:
	Use USEMODULE=printf_float instead of separate parameter
2020-08-24 08:26:16 -07:00
..
newlib.mk make/newlib: remove use of export for LINKFLAGS 2020-01-02 09:51:40 +01:00
picolibc.mk picolibc: USE_MODULE += printf_float for float printf/scanf code [v2] 2020-08-24 08:26:16 -07:00