parent
0ad7359b03
commit
537beefa70
|
@ -4,7 +4,7 @@ from building import *
|
|||
|
||||
cwd = os.path.join(str(Dir('#')), 'drivers')
|
||||
|
||||
# add the general drvers.
|
||||
# add the general drivers.
|
||||
src = Split("""
|
||||
board.c
|
||||
stm32f10x_it.c
|
||||
|
@ -12,19 +12,19 @@ led.c
|
|||
usart.c
|
||||
""")
|
||||
|
||||
# add Ethernet drvers.
|
||||
# add Ethernet drivers.
|
||||
if GetDepend('RT_USING_LWIP'):
|
||||
src += ['dm9000a.c']
|
||||
|
||||
# add Ethernet drvers.
|
||||
# add Ethernet drivers.
|
||||
if GetDepend('RT_USING_DFS'):
|
||||
src += ['sdcard.c']
|
||||
|
||||
# add Ethernet drvers.
|
||||
# add Ethernet drivers.
|
||||
if GetDepend('RT_USING_RTC'):
|
||||
src += ['rtc.c']
|
||||
|
||||
# add Ethernet drvers.
|
||||
# add Ethernet drivers.
|
||||
if GetDepend('RT_USING_RTGUI'):
|
||||
src += ['touch.c']
|
||||
if rtconfig.RT_USING_LCD_TYPE == 'ILI932X':
|
||||
|
|
Loading…
Reference in New Issue