nuttx/arch/arm64/src
hujun5 6e71527af2 arch/arm64: 64 bit platform compile error reported
compile error log:
common/arm64_arch_timer.c: In function 'arm64_tick_max_delay':
common/arm64_arch_timer.c:178:12: error: conversion from 'long unsigned int' to 'clock_t' {aka 'unsigned int'} changes value from '18446744073709551615' to '4294967295' [-Werror=overflow]
  178 |   *ticks = UINT64_MAX;
      |            ^~~~~~~~~~

Signed-off-by: hujun5 <hujun5@xiaomi.com>
2023-05-10 09:06:59 +02:00
..
a64 arm64: Updating ARCH_EARLY_PRINT support 2023-05-09 21:00:48 +08:00
common arch/arm64: 64 bit platform compile error reported 2023-05-10 09:06:59 +02:00
fvp-v8r arch/arm64: merge serial_pl011.c and qemu_serial.c 2023-05-10 09:06:59 +02:00
qemu arch/arm64: merge serial_pl011.c and qemu_serial.c 2023-05-10 09:06:59 +02:00
.gitignore
Makefile arm64/makefile: preprocess link script to make configure more flexibly 2023-05-09 20:48:33 +08:00
Toolchain.defs arm64: ARMv8-r(Cortex-R82) support 2023-03-01 13:23:48 +08:00