From df7de36516b3625d97a14c9dd5f6492c32ee3acb Mon Sep 17 00:00:00 2001 From: Jiang Yufan Date: Tue, 22 Aug 2023 14:03:59 +0800 Subject: [PATCH] HardwareTimer Kconfig update --- .../board/edu-riscv64/third_party_driver/timer/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Ubiquitous/XiZi_IIoT/board/edu-riscv64/third_party_driver/timer/Kconfig b/Ubiquitous/XiZi_IIoT/board/edu-riscv64/third_party_driver/timer/Kconfig index fdc67b1ac..375f43f1c 100644 --- a/Ubiquitous/XiZi_IIoT/board/edu-riscv64/third_party_driver/timer/Kconfig +++ b/Ubiquitous/XiZi_IIoT/board/edu-riscv64/third_party_driver/timer/Kconfig @@ -1,7 +1,7 @@ if BSP_USING_HWTIMER config HWTIMER_BUS_NAME_1 string "hwtimer bus name" - default "hwtim1" + default "timer0" menuconfig ENABLE_TIM1 bool "enable TIM1" @@ -10,10 +10,10 @@ if BSP_USING_HWTIMER if ENABLE_TIM1 config HWTIMER_1_DEVICE_NAME_1 string "TIM1 dev name" - default "hwtim1_dev1" + default "timer0_dev0" config HWTIMER_DRIVER_NAME_1 string "TIM1 drv name" - default "hwtim1_drv" + default "timer0_drv" endif endif