mjson icon indicating copy to clipboard operation
mjson copied to clipboard

Added conditional include of sdk provided alloca for nrf52 boards

Open KamiNeko opened this issue 2 years ago • 0 comments

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.

KamiNeko avatar Jul 19 '23 06:07 KamiNeko