From e5a84b6b75674729e74fa02f87e8600709440f3c Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 25 Jan 2008 10:43:05 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@186 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index d50bff9e9..7b305facb 100644 --- a/readme.txt +++ b/readme.txt @@ -48,7 +48,7 @@ AVR-AT90CANx-GCC - Port on AVR AT90CAN128, not complete yet. not acceptable. - Removed the test case for chMsgSendTimeout() from the test suite. - Space saved by reorganizing the timeout code into a single scheduler - function. + function chSchGoSleepTimeoutS(). - Space optimizations in the semaphores code. - The API chThdSleepUntil() become a macro saving some more code space. - Because all the above changes the kernel code (ARM) is over 700 bytes