From 81a6458087801c73384f6d03eace650d0ea90828 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 24 Oct 2007 12:12:43 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@62 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'readme.txt') diff --git a/readme.txt b/readme.txt index 61ae140a4..833f79e88 100644 --- a/readme.txt +++ b/readme.txt @@ -47,6 +47,10 @@ AVR-AT90CANx-GCC - Port on AVR AT90CAN128, not complete yet. - Fixed a minor problem in the interrupt initialization code for the LPC214x demo, regrouped the VIC code into vic.c/vic.h. - Fixed a bug into the LPC2148 serial driver (limited to the serial port 2). +- Implemented HW transmit FIFO preloading in the LPC2142 serial driver in + order to minimize the number of interrupts generated, it is possible to + disable the feature and return to the old code which is a bit smaller, see + the configuration parameters in ./ARM7-LPC214x/GCC/lpc214x_serial.h. *** 0.3.4 *** - Fixed a problem in chVTSetI(). -- cgit v1.2.3