nuttx/arch/renesas/include
Xiang Xiao 4fbbd2e3bf arch: Move PRIxMAX and SCNxMAX definition to include/stdint.h
like other related macro(e.g. INTMAX_MIN, INTMAX_MAX...)

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Change-Id: I8863599960b1a9b1c22ae9c35735a379a4c745b0
2020-06-10 08:24:47 +02:00
..
m16c arch: Move PRIxMAX and SCNxMAX definition to include/stdint.h 2020-06-10 08:24:47 +02:00
rx65n arch: Move PRIxMAX and SCNxMAX definition to include/stdint.h 2020-06-10 08:24:47 +02:00
sh1 arch: Move PRIxMAX and SCNxMAX definition to include/stdint.h 2020-06-10 08:24:47 +02:00
arch.h arch/: Implement up_tls_info() for the rest of the architectures. 2020-05-06 21:56:40 -06:00
inttypes.h Add architecture-specific inttypes.h 2016-10-27 16:01:38 -04:00
irq.h arch: Fix included directed -> included directly 2020-04-05 22:31:15 +01:00
limits.h Rename arch/sh to arch/renesas 2016-08-06 13:33:41 -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
sh1Plimits.h Rename arch/sh to arch/renesas 2016-08-06 13:33:41 -06:00
sh1Ptypes.h arch: Fix included directed -> included directly 2020-04-05 22:31:15 +01:00
syscall.h arch: Fix included directed -> included directly 2020-04-05 22:31:15 +01:00
tls.h Remove CONFIG_TLS 2020-05-07 12:04:16 -06:00
types.h arch: Fix included directed -> included directly 2020-04-05 22:31:15 +01:00

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.