aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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