aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-10-27 07:37:32 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-10-27 07:37:32 +0000
commit5eeed3ddb57efd621240097b87129c49ed6185a6 (patch)
treeeba377111af2976af54e8f33ed132290bcc473b6 /readme.txt
parentfb49ce4f3aae2a481be29d030b26a1485d6227de (diff)
downloadChibiOS-5eeed3ddb57efd621240097b87129c49ed6185a6.tar.gz
ChibiOS-5eeed3ddb57efd621240097b87129c49ed6185a6.tar.bz2
ChibiOS-5eeed3ddb57efd621240097b87129c49ed6185a6.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@67 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index 50182db84..4ca08701f 100644
--- a/readme.txt
+++ b/readme.txt
@@ -51,7 +51,8 @@ AVR-AT90CANx-GCC - Port on AVR AT90CAN128, not complete yet.
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.
-- Some more work done on the AVR port, not tested yet.
+- Some more work done on the AVR port, it is almost complete but not tested
+ yet because my JTAG probe broke...
*** 0.3.4 ***
- Fixed a problem in chVTSetI().