Add skeleton for LPC17xx ethernet driver

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3056 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2010-10-29 15:02:22 +00:00
parent cb2d690719
commit aa2ab5691c
4 changed files with 681 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
############################################################################
# dm320/Make.defs
#
# Copyright (C) 2007 Gregory Nutt. All rights reserved.
# Copyright (C) 2007, 2010 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <spudmonkey@racsa.co.cr>
#
# Redistribution and use in source and binary forms, with or without
+1 -1
View File
@@ -1,7 +1,7 @@
############################################################################
# arch/arm/src/lm3s/Make.defs
#
# Copyright (C) 2009 Gregory Nutt. All rights reserved.
# Copyright (C) 2009-2010 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <spudmonkey@racsa.co.cr>
#
# Redistribution and use in source and binary forms, with or without
+4
View File
@@ -72,3 +72,7 @@ endif
ifeq ($(CONFIG_LPC17_GPDMA),y)
CHIP_CSRCS += lpc17_gpdma.c
endif
ifdef CONFIG_NET
CHIP_CSRCS += lpc17_ethernet.c
endif
File diff suppressed because it is too large Load Diff