HRTimer 配置
驱动配置
在 Luban-Lite 根目录下执行 scons
--menuconfig,进入 menuconfig 的功能配置界面,按如下选择(配置只打开了 HRTimer0,作为示例):
Board options --->
[*] Using HRTimer0
[ ] Using HRTimer1
[ ] Using HRTimer2
当使用 RT-Thread 内核的时候,HRTimer 驱动需要依赖 Thread 的 hwtimer 设备驱动框架,也是在 menuconfig 界面中打开:
Rt-Thread options --->
RT-Thread Components --->
Device Drivers --->
[*] Using hardware timer device drivers
提示:
为了简化使用,Using HRTimerx 会自动打开 RT-Thread 的 hwtimer 设备驱动框架。
