aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-12-09 09:16:33 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-12-09 09:16:33 +0000
commitb797fc9591a6ea6ae11495142218e82fed5a69b2 (patch)
tree935df71c668ab80a5fe2d8e6f1b0e53c19e1b841 /readme.txt
parent62458fc5d52e57dc7ce2493b9b78f2a03319fe7c (diff)
downloadChibiOS-b797fc9591a6ea6ae11495142218e82fed5a69b2.tar.gz
ChibiOS-b797fc9591a6ea6ae11495142218e82fed5a69b2.tar.bz2
ChibiOS-b797fc9591a6ea6ae11495142218e82fed5a69b2.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@135 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 61b5347d1..c1dbc7eaf 100644
--- a/readme.txt
+++ b/readme.txt
@@ -39,6 +39,13 @@ AVR-AT90CANx-GCC - Port on AVR AT90CAN128, not complete yet.
*** Releases ***
*****************************************************************************
+*** 0.4.5 ***
+- Moved the serial IRQ handlers and VIC vectors initialization inside the
+ serial drivers. Now the serial-related code is all inside the driver.
+- Moved all the other interrupt handlers from chcore2.s into chcore.c as
+ inline asm code. The interrupt code now is faster because one less call
+ level.
+
*** 0.4.4 ***
- Fixed a very important bug in the preemption ARM code, important enough to
make this update *mandatory*.