aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/Doxyfile_chm2
-rw-r--r--docs/Doxyfile_html2
-rw-r--r--docs/reports/STM32L152-32-GCC.txt30
-rw-r--r--os/kernel/include/ch.h4
-rw-r--r--readme.txt4
5 files changed, 23 insertions, 19 deletions
diff --git a/docs/Doxyfile_chm b/docs/Doxyfile_chm
index 7bd911db7..dd7717de8 100644
--- a/docs/Doxyfile_chm
+++ b/docs/Doxyfile_chm
@@ -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.3.3
+PROJECT_NUMBER = 2.3.4
# 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
diff --git a/docs/Doxyfile_html b/docs/Doxyfile_html
index 73981e6dd..f66d3afd2 100644
--- a/docs/Doxyfile_html
+++ b/docs/Doxyfile_html
@@ -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.3.3
+PROJECT_NUMBER = 2.3.4
# 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
diff --git a/docs/reports/STM32L152-32-GCC.txt b/docs/reports/STM32L152-32-GCC.txt
index 3c9370693..8c9b5e380 100644
--- a/docs/reports/STM32L152-32-GCC.txt
+++ b/docs/reports/STM32L152-32-GCC.txt
@@ -5,7 +5,11 @@ Settings: SYSCLK=48, ACR=0x11 (1 wait state)
*** ChibiOS/RT test suite
***
-*** Kernel: 2.3.3unstable
+*** Kern
+*** ChibiOS/RT test suite
+***
+*** Kernel: 2.3.4unstable
+*** Compiled: Oct 8 2011 - 16:20:37
*** Compiler: GCC 4.6.0
*** Architecture: ARMv7-M
*** Core Variant: Cortex-M3
@@ -99,51 +103,51 @@ Settings: SYSCLK=48, ACR=0x11 (1 wait state)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 11.1 (Benchmark, messages #1)
---- Score : 131582 msgs/S, 263164 ctxswc/S
+--- Score : 131586 msgs/S, 263172 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 11.2 (Benchmark, messages #2)
---- Score : 107944 msgs/S, 215888 ctxswc/S
+--- Score : 107947 msgs/S, 215894 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 11.3 (Benchmark, messages #3)
---- Score : 107944 msgs/S, 215888 ctxswc/S
+--- Score : 107947 msgs/S, 215894 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 11.4 (Benchmark, context switch)
---- Score : 454112 ctxswc/S
+--- Score : 454128 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 11.5 (Benchmark, threads, full cycle)
---- Score : 80216 threads/S
+--- Score : 79818 threads/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 11.6 (Benchmark, threads, create only)
---- Score : 114552 threads/S
+--- Score : 114145 threads/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 11.7 (Benchmark, mass reschedule, 5 threads)
---- Score : 33101 reschedules/S, 198606 ctxswc/S
+--- Score : 33102 reschedules/S, 198612 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 11.8 (Benchmark, round robin context switching)
---- Score : 229080 ctxswc/S
+--- Score : 229096 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 11.9 (Benchmark, I/O Queues throughput)
---- Score : 350672 bytes/S
+--- Score : 350684 bytes/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 11.10 (Benchmark, virtual timers set/reset)
---- Score : 344308 timers/S
+--- Score : 364000 timers/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 11.11 (Benchmark, semaphores wait/signal)
---- Score : 468312 wait+signal/S
+--- Score : 468332 wait+signal/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 11.12 (Benchmark, mutexes lock/unlock)
---- Score : 309196 lock+unlock/S
+--- Score : 309208 lock+unlock/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 11.13 (Benchmark, RAM footprint)
diff --git a/os/kernel/include/ch.h b/os/kernel/include/ch.h
index 35b01af2c..e751e0fc5 100644
--- a/os/kernel/include/ch.h
+++ b/os/kernel/include/ch.h
@@ -40,7 +40,7 @@
/**
* @brief Kernel version string.
*/
-#define CH_KERNEL_VERSION "2.3.3unstable"
+#define CH_KERNEL_VERSION "2.3.4unstable"
/**
* @name Kernel version
@@ -59,7 +59,7 @@
/**
* @brief Kernel version patch number.
*/
-#define CH_KERNEL_PATCH 3
+#define CH_KERNEL_PATCH 4
/** @} */
/*
diff --git a/readme.txt b/readme.txt
index 6d84090d6..58316233c 100644
--- a/readme.txt
+++ b/readme.txt
@@ -78,8 +78,8 @@
- FIX: Fixed halconf.h file corrupted in some STM32 demos (bug 3418626).
- NEW: Added memory copy functionality to the STM32 DMA driver.
- NEW: Implemented new makefile system for ARM GCC ports, now objects,
- listings and out files are generated into a "build" directory and not
- together with sources. Also implemented a simplified output log mode.
+ listings and output files are generated into a "build" directory and not
+ together with sources, also implemented a simplified output log mode.
Now makefiles and load script files are requirements and trigger a
rebuild if touched.
- CHANGE: Moved the STM32 DMA helper drivers files under the sub-family