nuttx/arch/renesas/include/rx65n
YAMAMOTO Takashi 6ee85aef07 rx65n: Fix int32_t to match the compiler
root@212cf3f52994:/tools# rx-elf-gcc -dM -E - < /dev/null | grep "__INT.*_TYPE__"|sort
    #define __INT16_TYPE__ short int
    #define __INT32_TYPE__ long int
    #define __INT64_TYPE__ long long int
    #define __INT8_TYPE__ signed char
    #define __INTMAX_TYPE__ long long int
    #define __INTPTR_TYPE__ long int
    #define __INT_FAST16_TYPE__ int
    #define __INT_FAST32_TYPE__ int
    #define __INT_FAST64_TYPE__ long long int
    #define __INT_FAST8_TYPE__ int
    #define __INT_LEAST16_TYPE__ short int
    #define __INT_LEAST32_TYPE__ long int
    #define __INT_LEAST64_TYPE__ long long int
    #define __INT_LEAST8_TYPE__ signed char
    root@212cf3f52994:/tools#
2020-11-19 00:49:56 -08:00
..
arch.h arch/: Implement up_tls_info() for the rest of the architectures. 2020-05-06 21:56:40 -06:00
inttypes.h rx65n: Fix int32_t to match the compiler 2020-11-19 00:49:56 -08:00
iodefine.h RX65N RTC Driver added 2020-03-03 08:30:49 -06:00
irq.h Add RX65N SPI (RSPI) driver support 2020-09-29 09:09:55 -03:00
limits.h Board specific code moved to boards directory and ipv6 support added 2020-05-13 06:46:44 -06:00
types.h rx65n: Fix int32_t to match the compiler 2020-11-19 00:49:56 -08:00