未验证 提交 c7183603 编写于 作者: lymzzyh's avatar lymzzyh 提交者: GitHub

Merge pull request #1352 from balanceTWK/master

[BSP][imxrt1052] update rtconfig.h Kconfig
...@@ -235,7 +235,7 @@ menu "Select iic drivers" ...@@ -235,7 +235,7 @@ menu "Select iic drivers"
config RT_USING_I2C1 config RT_USING_I2C1
bool "USING I2C1" bool "USING I2C1"
select RT_USING_I2C select RT_USING_I2C
default n default y
if RT_USING_I2C1 if RT_USING_I2C1
config RT_USING_I2C1_BITOPS config RT_USING_I2C1_BITOPS
select RT_USING_I2C_BITOPS select RT_USING_I2C_BITOPS
......
...@@ -209,6 +209,11 @@ ...@@ -209,6 +209,11 @@
#define LPSPI4_SCK_GPIO_1 #define LPSPI4_SCK_GPIO_1
#define LPSPI4_SDO_GPIO_1 #define LPSPI4_SDO_GPIO_1
#define LPSPI4_SDI_GPIO_1 #define LPSPI4_SDI_GPIO_1
/* Select iic drivers */
#define LPI2C_CLOCK_SOURCE_DIVIDER 4
#define RT_USING_I2C1
#define RT_USING_SDRAM #define RT_USING_SDRAM
#define RT_USING_RTC_HP #define RT_USING_RTC_HP
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册