nuttx/arch/renesas/src
Xiang Xiao 94da3e4c3a arch: Remove critical section inside up_schedule_sigaction
since nxsig_tcbdispatch already hold it for us

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Change-Id: I2fe6ad840bdca3ec0eaa76a9af3b6929c7d5a721
2021-01-22 08:34:07 +01:00
..
common arch & sched: task: Fix up_exit() and nxtask_exit() for SMP 2020-12-21 23:29:56 -06:00
m16c arch: Remove critical section inside up_schedule_sigaction 2021-01-22 08:34:07 +01:00
rx65n arch: Remove critical section inside up_schedule_sigaction 2021-01-22 08:34:07 +01:00
sh1 arch: Remove critical section inside up_schedule_sigaction 2021-01-22 08:34:07 +01:00
.gitignore Renesas .gitignore files added 2020-09-24 10:10:40 +01:00
Makefile arch/*/src/Makefile: Generate dependencies for head files. 2020-12-15 21:00:52 -06:00
README.txt Beginning to update comments to reflect new organization of the boards/ sub-directory. 2019-08-08 08:46:54 -06:00

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.