git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1858 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2010-04-07 12:34:26 +00:00
parent ec36599e62
commit 74b8a1756b
3 changed files with 5 additions and 3 deletions

View File

@ -97,8 +97,9 @@
* Simply follow the YAGARTO installation guide. Linux/MACOS users have several
* other options:
* - Download the latest CodeSourcery free Linux package.
* - Build it yourself, Liam recommended a build script here:
* http://github.com/esden/summon-arm-toolchain, it looks interesting.
* - Build it yourself, Liam recommended a build script
* <a href="http://github.com/esden/summon-arm-toolchain" target="_blank">
* here</a>, it looks interesting.
* .
* Make sure that the compiler binaries directory is listed in the PATH
* variable or Eclipse would not be able to locate it.

View File

@ -54,7 +54,7 @@
/**
* @brief Kernel version patch number.
*/
#define CH_KERNEL_PATCH 4
#define CH_KERNEL_PATCH 5
/*
* Common values.

View File

@ -60,6 +60,7 @@
- FIX: Removed some "dead" code in the ARMv7-M files.
- NEW: LPC13xx support, drivers (Serial, PAL, HAL) and demo.
- CHANGE: Renamed LPC111x port and platform in LPC11xx.
- CHANGE: Small documentation fixes and improvements.
*** 1.5.4 ***
- FIX: Fixed broken CH_CURRP_REGISTER_CACHE option in the ARM7 port (bug