8f39ba6ae4
When supporting high-priority interrupts, updating the g_running_tasks within a high-priority interrupt may be cause problems. The g_running_tasks should only be updated when it is determined that a task context switch has occurred. Signed-off-by: zhangyuan21 <zhangyuan21@xiaomi.com> |
||
---|---|---|
.. | ||
common | ||
m16c | ||
rx65n | ||
sh1 | ||
.gitignore | ||
Makefile | ||
README.txt |
This directory provides a build area for all Renesas and legacy Hitachi architectures. The 'common' subdirectory contains source files shared by all Renesas architectures; Source files unique to a specific Renesas chip architecture are contained in a subdirectory named after the chip. At configuration time, additional directories will be linked here: 'board' will be a link to the boards/renesas/<chip>/<board>/src directory; 'chip' will be a link to the SH chip sub-directory.