diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-02-14 07:27:00 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-02-14 07:27:00 +0000 |
commit | 9683fd11ac0025209f1e2104ad108e4dc3ab71c7 (patch) | |
tree | d13096b3ef68e1ce782475c786127d936238dc00 | |
parent | ad864b4aa18a775109b9f41c8a6bf5e7e4dbea3d (diff) | |
download | ChibiOS-9683fd11ac0025209f1e2104ad108e4dc3ab71c7.tar.gz ChibiOS-9683fd11ac0025209f1e2104ad108e4dc3ab71c7.tar.bz2 ChibiOS-9683fd11ac0025209f1e2104ad108e4dc3ab71c7.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@761 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | readme.txt | 4 |
1 files 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.
|