aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-05-06 10:23:42 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-05-06 10:23:42 +0000
commit2639f00ffae4016d01da40a5ad16ad73a6e8ac1b (patch)
treeccd1fb9af16719a4503846aa59b16c9bf010ec8a /readme.txt
parent69d5678c74d005a388a9906a74570937c0d98ac9 (diff)
downloadChibiOS-2639f00ffae4016d01da40a5ad16ad73a6e8ac1b.tar.gz
ChibiOS-2639f00ffae4016d01da40a5ad16ad73a6e8ac1b.tar.bz2
ChibiOS-2639f00ffae4016d01da40a5ad16ad73a6e8ac1b.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4166 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/readme.txt b/readme.txt
index 5280282da..b2e82e762 100644
--- a/readme.txt
+++ b/readme.txt
@@ -159,20 +159,20 @@
- NEW: Added handling of input 2 to the STM32 ICU driver (contributed by
Fabio).
- NEW: STM32 Ethernet driver completed. Added STM32F107 and STM32F407
- lwIP demos.
+ lwIP demos (backported to 2.4.1).
- NEW: lwIP related code is not centralized into a single place, no need to
- duplicate the code in each application or demo.
+ duplicate the code in each application or demo (backported to 2.4.1).
- CHANGE: Kernel memory pools now do not check the alignment of the inserted
objects, it is responsibility of the application to insert properly
aligned objects.
- CHANGE: The PORT_INT_REQUIRED_STACK parameter for the Cortex-Mx ports has
been increased to 32 from 16 because the stack frame sizes are increased
when compiling with optimizations disabled, which is common during
- debugging. In order to save RAM trim back this value when compilung with
- optimizations enabled.
+ debugging. In order to save RAM trim back this value when compiling with
+ optimizations enabled (backported to 2.4.1).
- CHANGE: Macros icuGetWidthI() and icuGetPeriodI() renamed to icuGetWidth()
and icuGetPeriod().
-- CHANGE: Renamed Ethernet driver in AT91 HAL ETHD1.
+- CHANGE: Renamed Ethernet driver in AT91 HAL ETHD1 (backported to 2.4.1).
*** 2.3.5 ***
- FIX: Fixed RTC compile problem on STM32F103 (bug 3468445).