Skip to content

core: Fixes for proper core compatibility#203

Open
soburi wants to merge 1 commit into
zephyrproject-rtos:nextfrom
soburi:improve_core_compat
Open

core: Fixes for proper core compatibility#203
soburi wants to merge 1 commit into
zephyrproject-rtos:nextfrom
soburi:improve_core_compat

Conversation

@soburi

@soburi soburi commented Jul 5, 2026

Copy link
Copy Markdown
Member

Adding include math.h for improve core compatibility.

Copilot AI review requested due to automatic review settings July 5, 2026 00:59

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR improves Arduino core compatibility for the Zephyr-based core by ensuring common math functions are available when consumers include Arduino.h, aligning with typical Arduino-core expectations.

Changes:

  • Add a direct #include <math.h> to the core’s primary public header to make math APIs available transitively.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Adding include math.h for improve core compatibility.

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
@soburi soburi force-pushed the improve_core_compat branch from 399fd9f to 53b0ecb Compare July 5, 2026 14:31
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.

3 participants