From 2639f00ffae4016d01da40a5ad16ad73a6e8ac1b Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 6 May 2012 10:23:42 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4166 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 10 +++++----- 1 file 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).