diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-04-03 15:28:26 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-04-03 15:28:26 +0000 |
commit | 8f0fb6e02eb6d94587232e2e9ed06bb1580c0f23 (patch) | |
tree | 34d2f43dcd7090e4a271a4af12b1b5a6543201b7 | |
parent | d3dd89159710e86296860de415f8314500ecbf97 (diff) | |
download | ChibiOS-8f0fb6e02eb6d94587232e2e9ed06bb1580c0f23.tar.gz ChibiOS-8f0fb6e02eb6d94587232e2e9ed06bb1580c0f23.tar.bz2 ChibiOS-8f0fb6e02eb6d94587232e2e9ed06bb1580c0f23.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1843 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | readme.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/readme.txt b/readme.txt index 768ebbc4e..05f52ee85 100644 --- a/readme.txt +++ b/readme.txt @@ -66,6 +66,8 @@ and ARMv7-M architecture (Cortex-M0/M1/M3/M4 so far). The new port also
allow to easily add to new Cortex-M implementations by simply adding a
parameters file (cmparams.h).
+- NEW: Embedded Artists LPCxpresso Base Board support files added.
+- NEW: LPC111x support, drivers (Serial, PAL, HAL) and demo.
- NEW: The port layer now can "capture" the implementation of individual
scheduler API functions in order to provide architecture-optimized
versions. This is done because further scheduler optimizations are
@@ -93,8 +95,7 @@ reduced instruction set of the Cortex-M0 (there are two code paths now,
both optimized).
- CHANGE: Modified the SysTick initialization for STM32 to use the system
- clock rather than the external clock, also modified the initialization
- code to use the CMSIS macros rather than the ST header macros.
+ clock rather than the external clock.
- CHANGE: Exiting from a chCondWaitTimeout() because a timeout now does not
re-acquire the mutex, ownership is lost.
- CHANGE: The module documentation has been moved from the kernel.dox file
|