Skip to content

picolibc: Update to version proposed for Zephyr main #977

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: v0.17-branch
Choose a base branch
from

Conversation

keith-packard
Copy link
Contributor

Fast forward to upstream version containing a fix for a C++ incompatibility where isinf and isnan were incorrectly declared as C functions.

This version also contains another useful change to disable the picolibc malloc implementation when built as a Zephyr module. This should improve error messages with Zephyr projects which use malloc but fail to define CONFIG_COMMON_LIBC_MALLOC.

There are also minor cleanups in a few math functions in how FE_INEXACT exceptions are generated and AArch32 A-profile aeabi memcpy functions.

Zephyr PR for this same version:

https://github.com/zephyrproject-rtos/zephyr/pull/93529

Fast forward to upstream version containing a fix for a C++
incompatibility where isinf and isnan were incorrectly declared as C
functions.

This version also contains another useful change to disable the
picolibc malloc implementation when built as a Zephyr module. This
should improve error messages with Zephyr projects which use malloc
but fail to define CONFIG_COMMON_LIBC_MALLOC.

There are also minor cleanups in a few math functions in how
FE_INEXACT exceptions are generated and AArch32 A-profile aeabi memcpy
functions.

Zephyr PR for this same version:

	zephyrproject-rtos/zephyr#93529

Signed-off-by: Keith Packard <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants