From 9683fd11ac0025209f1e2104ad108e4dc3ab71c7 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 14 Feb 2009 07:27:00 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@761 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index 859d8cd2b..f346d20c6 100644 --- a/readme.txt +++ b/readme.txt @@ -80,8 +80,8 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process, - FIX: Removed unused field mp_grow in the MemoryPool structure (backported in stable branch). - NEW: Added to the STM32 demo makefile an option to build ChibiOS/RT with the - full STM32 FWLib 2.03. **NOTE** that, except for the compile option, the - library is not used by the OS nor supported (backported in stable branch). + full STM32 FWLib 2.03. **NOTE**, except for the makefile option, the + library is not used by the OS nor required (backported in stable branch). - NEW: Better separation between the port code and the system APIs, now an architecture-specific "driver" contains all the port related code. Port functions/macros are no more directly exposed as APIs to the user code.