nuttx/arch/renesas/include
Xiang Xiao e7d9260014 arch: Customize the typedef of size_t instead of intptr_t
To ensure size_t same as toolchain definition in the first place and rename CXX_NEWLONG to ARCH_SIZET_LONG.  The change also check whether __SIZE_TYPE__ exist before CONFIG_ARCH_SIZET_LONG so our definition can align with toolchain(gcc/clang) definition automatically.
2020-02-18 07:15:19 -06:00
..
m16c arch: Customize the typedef of size_t instead of intptr_t 2020-02-18 07:15:19 -06:00
rx65n arch: Customize the typedef of size_t instead of intptr_t 2020-02-18 07:15:19 -06:00
sh1 arch: Customize the typedef of size_t instead of intptr_t 2020-02-18 07:15:19 -06:00
arch.h
inttypes.h
irq.h Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
limits.h
README.txt Beginning to update comments to reflect new organization of the boards/ sub-directory. 2019-08-08 08:46:54 -06:00
sh1Plimits.h
sh1Ptypes.h
syscall.h Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
types.h

This directory contains header files common to all SH architectures.
Sub-directories within this directory contain header files unique to
specific SH chip architectures.  At configuration time, additional
directories will be linked here: 'build' will be a link to the
boards/renesas/<chip>/<board>/include directory; 'chip' will be a link to
the SH chip sub-directory.