Description
Description
- Type: Bug
- Priority: Blocker
- Branch: https://github.com/ARMmbed/mbed-os/tree/feature_cmsis5
Bug
Target
nrf51_dk (but most likely all Nordic platforms requiring non standard systick)
We're trying to finalize CMSIS5/RTX2 (https://github.com/ARMmbed/mbed-os/tree/feature_cmsis5) update in next month, but we're having issues with Nordic platform. When executing tests (eg mbed test -n tests-mbedmicro-rtos-mbed-basic -m nrf51_dk -vv
) I'm getting a timeout. That's most likely due to changes in RTX API (https://github.com/ARMmbed/mbed-os/blob/feature_cmsis5/rtos/rtx2/TARGET_CORTEX_M/rtx_system.c#L212) Nordic HAL SysTick override needs to be updated (and validated) for CMSIS5/RTX2.
@pan- Can we ask Nordic guys to help us with the update? I'd rather have someone that knows the platform doing that as it's not enough just to rename the functions.