未验证 提交 44b815d8 编写于 作者: o777788's avatar o777788 提交者: GitHub

[imxrt]消除编译警告;修正板级配置信息 (#6363)

* add ignore files and directories

* 消除编译警告;修正板级配置信息
上级 d25bf469
......@@ -132,7 +132,7 @@ menu "Onboard Peripheral Drivers"
default 2
config PHY_USING_KSZ8081
bool "i.MX RT1064EVK uses ksz8081 phy"
bool "i.MX RT1052EVK uses ksz8081 phy"
default y
if PHY_USING_KSZ8081
......
......@@ -559,8 +559,8 @@ static void imxrt_dma_tx_config(struct imxrt_uart *uart)
uint32_t GetUartSrcFreq(LPUART_Type *uart_base)
{
uint32_t freq;
uint32_t base = (uint32_t) uart_base;
#ifdef SOC_IMXRT1170_SERIES
uint32_t base = (uint32_t) uart_base;
switch (base)
{
case LPUART1_BASE:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册