nuttx/arch/risc-v/include
YAMAMOTO Takashi 723cc14009 risc-v: Switch int64_t from long long to long
So that it matches what the toolchain expects.

    spacetanuki% riscv64-unknown-elf-gcc --version
    riscv64-unknown-elf-gcc (SiFive GCC 8.3.0-2019.08.0) 8.3.0
    Copyright (C) 2018 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions.  There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

    spacetanuki% riscv64-unknown-elf-gcc -dM -E - < /dev/null | grep UINT64_TYPE
    #define __UINT64_TYPE__ long unsigned int
    spacetanuki%
2020-11-19 00:49:56 -08:00
..
fe310 Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
gap8 arch/risc-v/include: Fix nxstyle warnings 2020-10-10 14:24:52 +01:00
k210 arch/risc-v/include: Fix nxstyle warnings 2020-10-10 14:24:52 +01:00
litex Add support for Litex VexRiscV. 2020-03-21 06:01:56 +00:00
nr5m100 arch: Fix included directed -> included directly 2020-04-05 22:31:15 +01:00
rv32im Add and fix CSR macros listed in RISC-V spec V1.10. 2020-09-21 07:35:56 -07:00
rv64gc arch/risc-v/include: Fix nxstyle warnings 2020-10-10 14:24:52 +01:00
.gitignore Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
arch.h Fix nxstyle complaints 2020-05-06 21:56:40 -06:00
elf.h ELF64 support (#220) 2020-02-07 17:10:23 -06:00
inttypes.h risc-v: Switch int64_t from long long to long 2020-11-19 00:49:56 -08:00
irq.h arch: Fix included directed -> included directly 2020-04-05 22:31:15 +01:00
limits.h Squashed commit of the following: 2019-12-31 09:06:20 -06:00
spinlock.h arch/risc-v/include: Fix nxstyle warnings 2020-10-10 14:24:52 +01:00
stdarg.h arch/risc-v/include: Fix nxstyle warnings 2020-10-10 14:24:52 +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 risc-v: Switch int64_t from long long to long 2020-11-19 00:49:56 -08:00