diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2007-09-22 14:12:10 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2007-09-22 14:12:10 +0000 |
commit | b9f42fa67094f231eaf219750ed03098f36b11fa (patch) | |
tree | ab5a24e0e8be33bebab0ae9f9d85dd602328da2f | |
parent | cfdef89c7180aa2846afb0a96371dba87ee6714c (diff) | |
download | ChibiOS-b9f42fa67094f231eaf219750ed03098f36b11fa.tar.gz ChibiOS-b9f42fa67094f231eaf219750ed03098f36b11fa.tar.bz2 ChibiOS-b9f42fa67094f231eaf219750ed03098f36b11fa.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@19 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | readme.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index b93d7bdc4..cda64a64b 100644 --- a/readme.txt +++ b/readme.txt @@ -32,6 +32,8 @@ LPC214x-GCC - ChibiOS/RT port for ARM7 LPC2148, the demo targets the *** 0.2.0 ***
- Introduced support for ARM in thumb mode.
+- Optimized context switching when thumb-interworking is not required, one
+ less instruction.
- Minor fixes to the ARM demo.
*** 0.1.1 ***
|