Skip to content
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

Added conditional include of sdk provided alloca for nrf52 boards #64

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

KamiNeko
Copy link

On Nordic nRF52 boards there is no standard implementation of alloca, so we need to include it from <sdk_alloca.h> that is provided in the nRF52 SDK. On these projects you typically also define the NRF52 macro that is used in the SDK. This way we can check if we are running on the SDK and can include the missing alloca() implementation.

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.

1 participant