Start of 2.5.0.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3892 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2012-01-28 18:54:40 +00:00
parent af7f1b1023
commit bd959fa31c
5 changed files with 6 additions and 9 deletions

View File

@ -31,7 +31,7 @@ PROJECT_NAME = ChibiOS/RT
# This could be handy for archiving the generated documentation or
# if some version control system is used.
PROJECT_NUMBER = 2.4.0
PROJECT_NUMBER = 2.5.0
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer

View File

@ -31,7 +31,7 @@ PROJECT_NAME = ChibiOS/RT
# This could be handy for archiving the generated documentation or
# if some version control system is used.
PROJECT_NUMBER = 2.4.0
PROJECT_NUMBER = 2.5.0
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer

View File

@ -40,7 +40,7 @@
/**
* @brief Kernel version string.
*/
#define CH_KERNEL_VERSION "2.4.0"
#define CH_KERNEL_VERSION "2.5.0"
/**
* @name Kernel version
@ -54,7 +54,7 @@
/**
* @brief Kernel version minor number.
*/
#define CH_KERNEL_MINOR 4
#define CH_KERNEL_MINOR 5
/**
* @brief Kernel version patch number.

View File

@ -77,6 +77,8 @@
*** Releases ***
*****************************************************************************
*** 2.5.0 ***
*** 2.3.5 ***
- FIX: Fixed RTC compile problem on STM32F103 (bug 3468445).
- FIX: Fixed PWM with TIM1 and TIM8 broken in STM32 HAL (bug 3458947).

View File

@ -5,11 +5,6 @@ X = In progress, some work done.
? = Not sure if worth the effort or useful at all.
N = Decided against.
Current Pipeline (2.4.0):
* Complete test cycle.
* Complete documentation cycle.
X Release.
Version 2.4.1
X STM32F2 validation (so far testing done on STM32F4 only).
X Revision of the RTCv2 driver implementation.