Cellular interface makes use of the platform header to abstract FreeRTOS dependency.
In this PR:
Move the following FreeRTOS functions and data structure to platform and add CELLULAR_CONFIG_PLATFORM_FREERTOS for backward compatibility. Default to 1 to define the following macros.
Description
Cellular interface makes use of the platform header to abstract FreeRTOS dependency.
In this PR:
CELLULAR_CONFIG_PLATFORM_FREERTOS
for backward compatibility. Default to 1 to define the following macros.CELLULAR_CONFIG_ASSERT
config. Default value isconfigASSERT
Test Steps
N/A
Checklist:
I have modified and/or added unit-tests to cover the code changes in this Pull Request.Related Issue
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.