Adjust directory structure

This commit is contained in:
Zhao_Jiasheng
2021-06-03 17:38:11 +08:00
parent 92301257f3
commit 89a2236b18
1993 changed files with 40 additions and 0 deletions
@@ -0,0 +1,19 @@
if BSP_USING_HWTIMER
config HWTIMER_BUS_NAME_2
string "hwtimer bus name"
default "hwtim2"
menuconfig ENABLE_TIM2
bool "enable TIM2"
default y
if ENABLE_TIM2
config HWTIMER_2_DEVICE_NAME_2
string "TIM2 dev name"
default "hwtim2_dev2"
config HWTIMER_DRIVER_NAME_2
string "TIM2 drv name"
default "hwtim2_drv"
endif
endif