nuttx/arch/renesas/src
chao an 7aa45305b7 fs/inode: remove all unnecessary check for filep/inode
Since VFS layer already contains sanity checks, so remove unnecessary lower half checks

Signed-off-by: chao an <anchao@xiaomi.com>
2023-08-29 09:47:11 +08:00
..
common arch: update g_running_tasks when context switch occurred 2023-08-01 09:35:18 -07:00
m16c arch: Save sigdeliver into xcp in the case of signal self delevery 2023-05-17 11:53:18 -06:00
rx65n fs/inode: remove all unnecessary check for filep/inode 2023-08-29 09:47:11 +08:00
sh1 arch: Save sigdeliver into xcp in the case of signal self delevery 2023-05-17 11:53:18 -06:00
.gitignore Renesas .gitignore files added 2020-09-24 10:10:40 +01:00
Makefile libc: Move math library from libs/libc/math to libs/libm/libm 2023-02-23 10:40:07 +02: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.