aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-10-24 12:12:43 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-10-24 12:12:43 +0000
commit81a6458087801c73384f6d03eace650d0ea90828 (patch)
tree7dc32312846fa8666de8db976c1734c82204e00b /readme.txt
parentc95d9e14831c7ebddfa17079fc6ae5217ed7242f (diff)
downloadChibiOS-81a6458087801c73384f6d03eace650d0ea90828.tar.gz
ChibiOS-81a6458087801c73384f6d03eace650d0ea90828.tar.bz2
ChibiOS-81a6458087801c73384f6d03eace650d0ea90828.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@62 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt4
1 files changed, 4 insertions, 0 deletions
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().