nuttx/arch/risc-v/src/k210
Masayuki Ishikawa 5e7d48f4b0 arch: k210: Fix k210 timer on QEMU 6.1 or later
Summary:
- I noticed that 'sleep 1' on nsh took 10 seconds on QEMU-6.1,
  though the old version (e.g. QEMU-5.2) works correctly.
- I think we should implement PLL for the QEMU environment.
  However, this fix works as a tentative solution.

Impact:
- K210 on QEMU only

Tested
- Tested with QEMU-7.1

Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
2023-04-06 00:54:08 -07:00
..
hardware arch: risc-v: Introduce RISCV_IPI macro for SMP 2022-10-07 14:49:29 +08:00
chip.h RISC-V: Add setintstack for k210 and qemu 2022-04-12 01:59:35 +08:00
k210_allocateheap.c
k210_clockconfig.c arch: k210: Add a workaround for clock stabilization 2022-06-13 11:42:59 +08:00
k210_clockconfig.h
k210_config.h
k210_fpioa.c
k210_fpioa.h
k210_gpiohs.c
k210_gpiohs.h
k210_head.S Remove the tail spaces from all files except Documentation 2023-02-26 13:24:24 -08:00
k210_irq_dispatch.c arch/risc-v: Move epc adjustment to riscv_doirq 2022-04-10 00:52:04 +08:00
k210_irq.c assert: switch from ASSERT(0/false) to PANIC 2023-01-26 10:15:34 +08:00
k210_lowputc.c
k210_lowputc.h
k210_memorymap.h arch: Change the linker generated symbols from uint32_t to uint8_t * 2022-09-24 21:26:56 +02:00
k210_serial.c drivers/serial: Fix docstrings on UART interrupt handlers 2023-02-07 04:41:36 +08:00
k210_start.c Remove the unnessary empty line after label 2022-09-30 17:54:56 +02:00
k210_timerisr.c arch: k210: Fix k210 timer on QEMU 6.1 or later 2023-04-06 00:54:08 -07:00
k210_userspace.c
k210_userspace.h
k210.h
Kconfig
Make.defs arch/risc-v: Unify common source include 2022-05-31 07:59:33 +03:00