aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-05-27 09:30:20 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-05-27 09:30:20 +0000
commitd8e1d5a103aa5cd43e4d7e2437448327aa06ff08 (patch)
tree155d45d623093cdd96cd104b6fe25eb69f6981a0 /readme.txt
parente13185058d7fdb390de10325a21730ab3b0d3ded (diff)
downloadChibiOS-d8e1d5a103aa5cd43e4d7e2437448327aa06ff08.tar.gz
ChibiOS-d8e1d5a103aa5cd43e4d7e2437448327aa06ff08.tar.bz2
ChibiOS-d8e1d5a103aa5cd43e4d7e2437448327aa06ff08.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@310 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 3e09a40a0..0566d3458 100644
--- a/readme.txt
+++ b/readme.txt
@@ -39,6 +39,8 @@ ARM7-LPC214x-G++ - Yet another LPC214X demo but this one is done using
ChibiOS/RT users.
ARM7-AT91SAM7X-GCC - Port for Atmel AT91SAM7X256. The demo program targets
the Olimex SAM7-EX256 board.
+ARM7-AT91SAM7X-WEB-GCC - Port for Atmel AT91SAM7X256. The web demo program
+ targets the Olimex SAM7-EX256 board.
ARMCM3-ST32F103-GCC - ARM Cortex-M3 port. The demo targets the Olimex
STM32-P103 board.
AVR-AVRmega128-GCC - Port on AVRmega128. A special thanks to Vladimir for
@@ -72,6 +74,9 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
*****************************************************************************
*** 0.6.5 ***
+- NEW: Web server demo for the AT91SAM7X256, the demo integrates the uIP
+ stack and its demo applications.
+- NEW: EMAC driver added to the AT91SAM7X port.
- FIX: Small fix to the ARM7 startup files. It used a short jump in the reset
vector and that could fail in some memory configurations.