incubator-nuttx/arch/renesas/include
Jiuzhu Dong 5029712283 renesas/rx65n: add long type for all PRI*PTR
Error: wqueue/kwork_thread.c:202:3: error: format '%x' expects argument of type 'unsigned int',
 but argument 4 has type 'long unsigned int' [-Werror=format=]
    snprintf(args, 16, "0x%" PRIxPTR, (uintptr_t)wqueue);

Signed-off-by: Jiuzhu Dong <dongjiuzhu1@xiaomi.com>
2021-07-26 08:44:05 -07:00
..
m16c arch: Rename xxx_getsp to up_getsp 2021-06-09 10:20:02 -07:00
rx65n renesas/rx65n: add long type for all PRI*PTR 2021-07-26 08:44:05 -07:00
sh1 arch: Rename xxx_getsp to up_getsp 2021-06-09 10:20:02 -07:00
.gitignore Renesas .gitignore files added 2020-09-24 10:10:40 +01:00
README.txt Beginning to update comments to reflect new organization of the boards/ sub-directory. 2019-08-08 08:46:54 -06:00
arch.h arch: renesas: Author Gregory Nutt: update licenses to Apache 2021-03-31 08:48:51 -07:00
inttypes.h
irq.h arch: renesas: Author Gregory Nutt: update licenses to Apache 2021-03-31 08:48:51 -07:00
limits.h arch: renesas: Author Gregory Nutt: update licenses to Apache 2021-03-31 08:48:51 -07:00
setjmp.h Renesas/RX: add RX setjmp, ARCH_RENESAS_RX, and RX65N ioctl 2021-06-30 23:01:57 -05:00
sh1Plimits.h arch: renesas: Author Gregory Nutt: update licenses to Apache 2021-03-31 08:48:51 -07:00
sh1Ptypes.h arch: renesas: Author Gregory Nutt: update licenses to Apache 2021-03-31 08:48:51 -07:00
syscall.h arch: renesas: Author Gregory Nutt: update licenses to Apache 2021-03-31 08:48:51 -07:00
tls.h arch: Rename xxx_getsp to up_getsp 2021-06-09 10:20:02 -07:00
types.h arch: renesas: Author Gregory Nutt: update licenses to Apache 2021-03-31 08:48:51 -07:00

README.txt

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.