From b797fc9591a6ea6ae11495142218e82fed5a69b2 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 9 Dec 2007 09:16:33 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@135 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'readme.txt') 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*. -- cgit v1.2.3