commit | cf23b312c3508607a9f6c08a1415dfbb738d3986 | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Wed Oct 19 09:04:02 2022 -0700 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Oct 20 09:59:42 2022 +0200 |
tree | f105592effae1271b42e9fc78024c2b074fe0e79 | |
parent | 6ee7294ac26d5500207185fccc0a02e10148525b [diff] |
lib: picolib: put stdio variables into libc partition This adds the necessary modifier to the stdin/stdout/stderr variables in picolib, and putting into the z_libc_partition. This allows userspace applications to utilize these variables for console I/O. Fixes #51343 Signed-off-by: Daniel Leung <daniel.leung@intel.com>