mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-03-27 09:32:28 +08:00
[nxp 1170] Update network (#6299)
* 增加千兆网络配置 * 适配最新1170SDK2.12版本 * 增加MAC层驱动配置
This commit is contained in:
@@ -340,9 +340,9 @@
|
||||
/* @brief Support Interrupt Coalesce */
|
||||
#define FSL_FEATURE_ENET_HAS_INTERRUPT_COALESCE (1)
|
||||
/* @brief Queue Size. */
|
||||
#define FSL_FEATURE_ENET_QUEUE (1)
|
||||
#define FSL_FEATURE_ENET_QUEUE (3)
|
||||
/* @brief Has AVB Support. */
|
||||
#define FSL_FEATURE_ENET_HAS_AVB (0)
|
||||
#define FSL_FEATURE_ENET_HAS_AVB (1)
|
||||
/* @brief Has Timer Pulse Width control. */
|
||||
#define FSL_FEATURE_ENET_HAS_TIMER_PWCONTROL (1)
|
||||
/* @brief Has Extend MDIO Support. */
|
||||
|
||||
@@ -43,6 +43,9 @@ if GetDepend(['BSP_USING_SDIO']):
|
||||
if GetDepend(['BSP_USING_SDRAM']):
|
||||
src += ['MIMXRT1176/drivers/fsl_semc.c']
|
||||
|
||||
if GetDepend(['BSP_USING_ETH']):
|
||||
src += ['MIMXRT1176/drivers/fsl_enet.c']
|
||||
|
||||
if rtconfig.PLATFORM in ['gcc']:
|
||||
group = DefineGroup('Libraries', src, depend = [''], CPPPATH = path, ASFLAGS = '$ASFLAGS -D __STARTUP_CLEAR_BSS')
|
||||
else:
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user