-
Hello, Finally, when I was comparing west build reports (memory map) I noticed bunch of new low-level functions that were not there before And plenty of other with "exception" in name or other exception-suggesting names. Does anyone have any idea what maybe pulling those functions in or suggestions what to check next? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello, after bisecting for better part of the day I pinned this issue down to commit 28b22b2 which disables Newlib Nano by default. |
Beta Was this translation helpful? Give feedback.
Hello, after bisecting for better part of the day I pinned this issue down to commit 28b22b2 which disables Newlib Nano by default.
However interesting part is that newlib.rst says that if HAS_NEWLIB_LIBC_NANO=y then NEWLIB_LIBC_NANO should be selected by default. This is not happening for me.