mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-24 05:04:10 +08:00
[BSP] Add EMAC driver in lpc4088
This commit is contained in:
+2
-2
@@ -221,12 +221,12 @@
|
||||
#define SCS_Val 0x00000020
|
||||
#define CLKSRCSEL_Val 0x00000001
|
||||
#define PLL0_SETUP 1
|
||||
#define PLL0CFG_Val 0x0000000a
|
||||
#define PLL0CFG_Val 0x00000009
|
||||
#define PLL1_SETUP 1
|
||||
#define PLL1CFG_Val 0x00000023
|
||||
#define CCLKSEL_Val 0x00000101
|
||||
#define USBCLKSEL_Val 0x00000201
|
||||
#define EMCCLKSEL_Val 0x00000001
|
||||
#define EMCCLKSEL_Val 0x00000000
|
||||
#define PCLKSEL_Val 0x00000002
|
||||
#define SPIFICLKSEL_Val 0x00000002
|
||||
#define PCONP_Val 0x042887DE
|
||||
|
||||
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user