This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
FreeRTOS-Kernel/portable/ThirdParty
Yuhui Zheng f602be2a90
Removing vPortEndScheduler() implementation, since it's not implemented according to spec. (#61)
Refer to https://www.freertos.org/a00133.html.
The issue with the implementation is that, if only stop kernel tick the program will keep executing current task.
The desired behavior is to at least return/jump to the next instruction after vTaskStartScheduler().

Signed-off-by: Yuhui Zheng <10982575+yuhui-zheng@users.noreply.github.com>
2020-05-27 14:08:44 -07:00
..
CDK/T-HEAD_CK802 Re-sync with upstream and stripping away none kernel related. 2020-02-10 13:45:57 -08:00
GCC Removing vPortEndScheduler() implementation, since it's not implemented according to spec. (#61) 2020-05-27 14:08:44 -07:00
XCC/Xtensa Re-sync with upstream and stripping away none kernel related. 2020-02-10 13:45:57 -08:00