Completes coding of the STM32 F4 Ethernet driver

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4161 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2011-12-11 18:25:08 +00:00
parent 8c1436b4a6
commit 0d20925085
3 changed files with 420 additions and 82 deletions
+1
View File
@@ -2252,3 +2252,4 @@
because CodeSourcery doesn't support hard flowing point!) because CodeSourcery doesn't support hard flowing point!)
* arch/arm/src/stm32/chip/stm32_eth.h: Add Ethernet register definitions * arch/arm/src/stm32/chip/stm32_eth.h: Add Ethernet register definitions
for the STM32 F4. for the STM32 F4.
* arch/arm/srcm/stm32/stm32_eth.c: Adds an Ethernet driver for the STM32 F4.
File diff suppressed because it is too large Load Diff
+9 -1
View File
@@ -419,4 +419,12 @@ Where <subdir> is one of the following:
examples/ostest. By default, this project assumes that you are examples/ostest. By default, this project assumes that you are
using the DFU bootloader. using the DFU bootloader.
CONFIG_STM32_BUILDROOT=y : CodeSourcery under Windows CONFIG_STM32_CODESOURCERYW=y : CodeSourcery under Windows
nsh:
---
Configures the NuttShell (nsh) located at apps/examples/nsh. The
Configuration enables both the serial and telnet NSH interfaces.
CONFIG_STM32_CODESOURCERYW=y : CodeSourcery under Windows