git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1858 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
ec36599e62
commit
74b8a1756b
|
@ -97,8 +97,9 @@
|
||||||
* Simply follow the YAGARTO installation guide. Linux/MACOS users have several
|
* Simply follow the YAGARTO installation guide. Linux/MACOS users have several
|
||||||
* other options:
|
* other options:
|
||||||
* - Download the latest CodeSourcery free Linux package.
|
* - Download the latest CodeSourcery free Linux package.
|
||||||
* - Build it yourself, Liam recommended a build script here:
|
* - Build it yourself, Liam recommended a build script
|
||||||
* http://github.com/esden/summon-arm-toolchain, it looks interesting.
|
* <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
|
* Make sure that the compiler binaries directory is listed in the PATH
|
||||||
* variable or Eclipse would not be able to locate it.
|
* variable or Eclipse would not be able to locate it.
|
||||||
|
|
|
@ -54,7 +54,7 @@
|
||||||
/**
|
/**
|
||||||
* @brief Kernel version patch number.
|
* @brief Kernel version patch number.
|
||||||
*/
|
*/
|
||||||
#define CH_KERNEL_PATCH 4
|
#define CH_KERNEL_PATCH 5
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Common values.
|
* Common values.
|
||||||
|
|
|
@ -60,6 +60,7 @@
|
||||||
- FIX: Removed some "dead" code in the ARMv7-M files.
|
- FIX: Removed some "dead" code in the ARMv7-M files.
|
||||||
- NEW: LPC13xx support, drivers (Serial, PAL, HAL) and demo.
|
- NEW: LPC13xx support, drivers (Serial, PAL, HAL) and demo.
|
||||||
- CHANGE: Renamed LPC111x port and platform in LPC11xx.
|
- CHANGE: Renamed LPC111x port and platform in LPC11xx.
|
||||||
|
- CHANGE: Small documentation fixes and improvements.
|
||||||
|
|
||||||
*** 1.5.4 ***
|
*** 1.5.4 ***
|
||||||
- FIX: Fixed broken CH_CURRP_REGISTER_CACHE option in the ARM7 port (bug
|
- FIX: Fixed broken CH_CURRP_REGISTER_CACHE option in the ARM7 port (bug
|
||||||
|
|
Loading…
Reference in New Issue