[BSP] Add EMAC driver in lpc4088

This commit is contained in:
Bernard Xiong
2015-10-15 23:14:27 +08:00
parent 6809547491
commit 8f607deff3
13 changed files with 1382 additions and 131 deletions
+1 -1
View File
@@ -18,6 +18,6 @@ elif rtconfig.CROSS_TOOL == 'keil':
elif rtconfig.CROSS_TOOL == 'iar':
src += ['NXP/LPC407x_8x_177x_8x/Source/Templates/IAR/startup_LPC407x_8x_177x_8x.s']
group = DefineGroup('CMSIS', src, depend = [''], CPPPATH = CPPPATH, CPPDEFINES = CPPDEFINES)
group = DefineGroup('Libraries', src, depend = [''], CPPPATH = CPPPATH, CPPDEFINES = CPPDEFINES)
Return('group')