FreeRTOS-Kernel/portable/ThirdParty/GCC
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
..
ARC_EM_HS Synopsys ARC port, adding support for ARC EM and HS cores -- continued from PR #8. (#28) 2020-03-24 11:54:03 -07:00
ATmega Removing vPortEndScheduler() implementation, since it's not implemented according to spec. (#61) 2020-05-27 14:08:44 -07:00
Posix Fix Linux port Valgrind errors (#56) 2020-04-28 14:42:34 -07:00
RISC-V Re-sync with upstream and stripping away none kernel related. 2020-02-10 13:45:57 -08:00
Xtensa_ESP32 Xtensa_ESP32: Change _iram_end to _iram_text_end 2020-02-28 15:15:47 -08:00