@@ -11,7 +11,7 @@ config NEWLIB_ENABLE
11
11
12
12
choice NEWLIB_LIBRARY_LEVEL
13
13
prompt "newlib level"
14
- default NEWLIB_LIBRARY_LEVEL_NANO
14
+ default NEWLIB_LIBRARY_LEVEL_FLOAT_NANO
15
15
depends on NEWLIB_ENABLE
16
16
help
17
17
Choose newlib library level.
@@ -26,15 +26,29 @@ config NEWLIB_LIBRARY_LEVEL_NANO
26
26
bool "nano"
27
27
help
28
28
The newlib library which has been compiled with so-called "nano"
29
+ formatting option. This option doesn't support 64-bit integer formats, C99
30
+ features and float formats, such as positional arguments.
31
+
32
+ For more details about "nano" formatting option, please see newlib readme file,
33
+ search for '--enable-newlib-nano-formatted-io':
34
+ https://sourceware.org/newlib/README
35
+
36
+ If you do not need 64-bit integer formatting support, C99 features and float,
37
+ select this option.
38
+
39
+ config NEWLIB_LIBRARY_LEVEL_FLOAT_NANO
40
+ bool "float nano"
41
+ help
42
+ The newlib library which has been compiled with so-called "float nano"
29
43
formatting option. This option doesn't support 64-bit integer formats and C99
30
- features, such as positional arguments.
44
+ features, but support float formats, such as positional arguments.
31
45
32
46
For more details about "nano" formatting option, please see newlib readme file,
33
47
search for '--enable-newlib-nano-formatted-io':
34
48
https://sourceware.org/newlib/README
35
49
36
- If you do not need 64-bit integer formatting support or C99 features, select this
37
- option.
50
+ If you do not need 64-bit integer formatting support and C99 features, but need float formats,
51
+ select this option.
38
52
39
53
endchoice
40
54
0 commit comments