[bsp/raspi3-64]use hw timer1 and hw timer3

This commit is contained in:
bigmagic 2020-02-28 18:05:33 +08:00
parent ff10eaed9c
commit 972f28476c
2 changed files with 2 additions and 1 deletions

View File

@ -467,7 +467,7 @@ CONFIG_BSP_USING_PIN=y
CONFIG_BSP_USING_CORETIMER=y
CONFIG_BSP_USING_SYSTIMER=y
CONFIG_RT_USING_SYSTIMER1=y
# CONFIG_RT_USING_SYSTIMER3 is not set
CONFIG_RT_USING_SYSTIMER3=y
# CONFIG_BSP_USING_I2C is not set
# CONFIG_BSP_USING_SPI is not set
# CONFIG_BSP_USING_WDT is not set

View File

@ -196,6 +196,7 @@
#define BSP_USING_CORETIMER
#define BSP_USING_SYSTIMER
#define RT_USING_SYSTIMER1
#define RT_USING_SYSTIMER3
#define BSP_USING_SDIO
#define BSP_USING_SDIO0