More progress on the Wildfire STM32 port

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5121 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2012-09-09 21:48:25 +00:00
parent a9bff67ba8
commit 3800458aa5
11 changed files with 1382 additions and 768 deletions
+6 -1
View File
@@ -3294,5 +3294,10 @@
script).
* configs/fire-stm32v2: Configuration for the M3 Wildfire board. I
don't know very much about this board other than is has an
STM32F103VET chip, LCD, touchscreen, and ENC28J60 network.
STM32F103VET6 chip, LCD, touchscreen, and ENC28J60 network. Very
little is in place on the initial check-in.
* configs/shenzhou: Coding for the Shenzhou board port is complete,
but tested has been deferred until I get the right tools.
* arch/arc/include/stm32/chip.h and arch/arm/src/stm32/chip.h:
Add support for the STM32F103VET6.