aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-04-07 12:34:26 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-04-07 12:34:26 +0000
commit74b8a1756b6f05878569c9934b436fde36c0f86e (patch)
treef7136d4f55a0eb51bc7ec21e30b831cb79c65c25
parentec36599e62379bb43d164a039e1e5a5b17bc131c (diff)
downloadChibiOS-74b8a1756b6f05878569c9934b436fde36c0f86e.tar.gz
ChibiOS-74b8a1756b6f05878569c9934b436fde36c0f86e.tar.bz2
ChibiOS-74b8a1756b6f05878569c9934b436fde36c0f86e.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1858 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--docs/src/eclipse.dox5
-rw-r--r--os/kernel/include/ch.h2
-rw-r--r--readme.txt1
3 files changed, 5 insertions, 3 deletions
diff --git a/docs/src/eclipse.dox b/docs/src/eclipse.dox
index 5b58bf5fe..f3d9b557a 100644
--- a/docs/src/eclipse.dox
+++ b/docs/src/eclipse.dox
@@ -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.
diff --git a/os/kernel/include/ch.h b/os/kernel/include/ch.h
index d84cc0310..32a024aa1 100644
--- a/os/kernel/include/ch.h
+++ b/os/kernel/include/ch.h
@@ -54,7 +54,7 @@
/**
* @brief Kernel version patch number.
*/
-#define CH_KERNEL_PATCH 4
+#define CH_KERNEL_PATCH 5
/*
* Common values.
diff --git a/readme.txt b/readme.txt
index f801c28a2..0ff0d9fd7 100644
--- a/readme.txt
+++ b/readme.txt
@@ -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