aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-10-18 09:58:54 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-10-18 09:58:54 +0000
commitdbe47e931ac6c9ffa72d861f283dd661fc289d65 (patch)
tree1dbf54cf3baeaca61f09e53ad37c39b171a6afd2
parentb3fb08cb7e2025069a62156c0b760bc537a1c2c6 (diff)
downloadChibiOS-dbe47e931ac6c9ffa72d861f283dd661fc289d65.tar.gz
ChibiOS-dbe47e931ac6c9ffa72d861f283dd661fc289d65.tar.bz2
ChibiOS-dbe47e931ac6c9ffa72d861f283dd661fc289d65.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@478 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--docs/Doxyfile2
-rw-r--r--docs/Performance.odsbin18787 -> 0 bytes
-rw-r--r--docs/index.html2
-rw-r--r--docs/reports/AT91SAM7X-48-ARM.txt75
-rw-r--r--docs/reports/AT91SAM7X-48-THUMB.txt75
-rw-r--r--docs/reports/LPC2148-48-ARM.txt75
-rw-r--r--docs/reports/LPC2148-48-THUMB.txt75
-rw-r--r--docs/reports/MSP430F1611-0.75.txt75
-rw-r--r--docs/reports/STM32F103-48.txt75
-rw-r--r--docs/reports/STM32F103-72.txt75
-rw-r--r--readme.txt4
11 files changed, 531 insertions, 2 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile
index bfff6abf3..e8f1138c3 100644
--- a/docs/Doxyfile
+++ b/docs/Doxyfile
@@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = ChibiOS/RT
-PROJECT_NUMBER = "0.7.2 beta"
+PROJECT_NUMBER = "0.7.3 beta"
OUTPUT_DIRECTORY = .
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
diff --git a/docs/Performance.ods b/docs/Performance.ods
deleted file mode 100644
index cd17a8ced..000000000
--- a/docs/Performance.ods
+++ /dev/null
Binary files differ
diff --git a/docs/index.html b/docs/index.html
index 78bf64068..2675e51cf 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -12,7 +12,7 @@
</tr>
<tr>
<td style="text-align: center; vertical-align: top; width: 150px;">Current
-Version 0.7.2<br>
+Version 0.7.3<br>
-<br>
<a href="http://sourceforge.net/projects/chibios/" rel="me" target="_top">Project on SourceForge</a><br>
<a href="html/index.html" target="_top" rel="me">Documentation</a><br>
diff --git a/docs/reports/AT91SAM7X-48-ARM.txt b/docs/reports/AT91SAM7X-48-ARM.txt
new file mode 100644
index 000000000..ce810b41e
--- /dev/null
+++ b/docs/reports/AT91SAM7X-48-ARM.txt
@@ -0,0 +1,75 @@
+***************************************************************************
+Kernel: ChibiOS/RT 0.7.2
+Compiler: GCC 4.3.2 (YAGARTO 28.09.2008)
+Options: -O2 -fomit-frame-pointer -mabi=apcs-gnu
+Settings: MCK=48.054857, MC_FMR = AT91C_MC_FWS_1FWS (1 wait state)
+***************************************************************************
+
+---------------------------------------------------------------------------
+--- Test Case 1 (Ready List, priority enqueuing test #1)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 2 (Ready List, priority enqueuing test #2)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 3 (Semaphores, FIFO enqueuing test)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 4 (Semaphores, timeout test)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 5 (Mutexes, priority enqueuing test)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 6 (Mutexes, priority inheritance, simple case)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 7 (Mutexes, priority inheritance, complex case)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 8 (Messages, dispatch test)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 9 (Heap, allocation and fragmentation test)
+--- Size : 62452 bytes, not fragmented
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 10 (Memory Pools, allocation and enqueuing test)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 11 (Dynamic APIs, threads creation from heap)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 12 (Dynamic APIs, threads creation from memory pool)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 13 (Benchmark, context switch #1, optimal)
+--- Score : 114945 msgs/S, 229890 ctxswc/S
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 14 (Benchmark, context switch #2, empty ready list)
+--- Score : 90221 msgs/S, 180442 ctxswc/S
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 15 (Benchmark, context switch #3, 4 threads in ready list)
+--- Score : 90221 msgs/S, 180442 ctxswc/S
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 16 (Benchmark, threads creation/termination, worst case)
+--- Score : 66878 threads/S
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 17 (Benchmark, threads creation/termination, optimal)
+--- Score : 92312 threads/S
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 18 (Benchmark, mass reschedulation, 5 threads)
+--- Score : 27850 reschedulations/S, 167100 ctxswc/S
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 19 (Benchmark, I/O Queues throughput)
+--- Score : 240464 bytes/S
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+
+Final result: SUCCESS
diff --git a/docs/reports/AT91SAM7X-48-THUMB.txt b/docs/reports/AT91SAM7X-48-THUMB.txt
new file mode 100644
index 000000000..6174b16f1
--- /dev/null
+++ b/docs/reports/AT91SAM7X-48-THUMB.txt
@@ -0,0 +1,75 @@
+***************************************************************************
+Kernel: ChibiOS/RT 0.7.2
+Compiler: GCC 4.3.2 (YAGARTO 28.09.2008)
+Options: -Os -fomit-frame-pointer -mabi=apcs-gnu
+Settings: MCK=48.054857, MC_FMR = AT91C_MC_FWS_1FWS (1 wait state)
+***************************************************************************
+
+---------------------------------------------------------------------------
+--- Test Case 1 (Ready List, priority enqueuing test #1)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 2 (Ready List, priority enqueuing test #2)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 3 (Semaphores, FIFO enqueuing test)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 4 (Semaphores, timeout test)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 5 (Mutexes, priority enqueuing test)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 6 (Mutexes, priority inheritance, simple case)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 7 (Mutexes, priority inheritance, complex case)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 8 (Messages, dispatch test)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 9 (Heap, allocation and fragmentation test)
+--- Size : 62340 bytes, not fragmented
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 10 (Memory Pools, allocation and enqueuing test)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 11 (Dynamic APIs, threads creation from heap)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 12 (Dynamic APIs, threads creation from memory pool)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 13 (Benchmark, context switch #1, optimal)
+--- Score : 96410 msgs/S, 192820 ctxswc/S
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 14 (Benchmark, context switch #2, empty ready list)
+--- Score : 83600 msgs/S, 167200 ctxswc/S
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 15 (Benchmark, context switch #3, 4 threads in ready list)
+--- Score : 83600 msgs/S, 167200 ctxswc/S
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 16 (Benchmark, threads creation/termination, worst case)
+--- Score : 70014 threads/S
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 17 (Benchmark, threads creation/termination, optimal)
+--- Score : 98192 threads/S
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 18 (Benchmark, mass reschedulation, 5 threads)
+--- Score : 27610 reschedulations/S, 165660 ctxswc/S
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 19 (Benchmark, I/O Queues throughput)
+--- Score : 241216 bytes/S
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+
+Final result: SUCCESS
diff --git a/docs/reports/LPC2148-48-ARM.txt b/docs/reports/LPC2148-48-ARM.txt
new file mode 100644
index 000000000..c97b82ae3
--- /dev/null
+++ b/docs/reports/LPC2148-48-ARM.txt
@@ -0,0 +1,75 @@
+***************************************************************************
+Kernel: ChibiOS/RT 0.7.2
+Compiler: GCC 4.3.2 (YAGARTO 28.09.2008)
+Options: -O2 -fomit-frame-pointer -mabi=apcs-gnu -falign-functions=16
+Settings: CCLK=48, MAMCR=2, MAMTIM=3 (3 wait states)
+***************************************************************************
+
+---------------------------------------------------------------------------
+--- Test Case 1 (Ready List, priority enqueuing test #1)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 2 (Ready List, priority enqueuing test #2)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 3 (Semaphores, FIFO enqueuing test)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 4 (Semaphores, timeout test)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 5 (Mutexes, priority enqueuing test)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 6 (Mutexes, priority inheritance, simple case)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 7 (Mutexes, priority inheritance, complex case)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 8 (Messages, dispatch test)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 9 (Heap, allocation and fragmentation test)
+--- Size : 28116 bytes, not fragmented
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 10 (Memory Pools, allocation and enqueuing test)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 11 (Dynamic APIs, threads creation from heap)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 12 (Dynamic APIs, threads creation from memory pool)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 13 (Benchmark, context switch #1, optimal)
+--- Score : 144453 msgs/S, 288906 ctxswc/S
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 14 (Benchmark, context switch #2, empty ready list)
+--- Score : 111980 msgs/S, 223960 ctxswc/S
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 15 (Benchmark, context switch #3, 4 threads in ready list)
+--- Score : 111979 msgs/S, 223958 ctxswc/S
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 16 (Benchmark, threads creation/termination, worst case)
+--- Score : 86464 threads/S
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 17 (Benchmark, threads creation/termination, optimal)
+--- Score : 118939 threads/S
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 18 (Benchmark, mass reschedulation, 5 threads)
+--- Score : 35870 reschedulations/S, 215220 ctxswc/S
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 19 (Benchmark, I/O Queues throughput)
+--- Score : 341232 bytes/S
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+
+Final result: SUCCESS
diff --git a/docs/reports/LPC2148-48-THUMB.txt b/docs/reports/LPC2148-48-THUMB.txt
new file mode 100644
index 000000000..93dae7113
--- /dev/null
+++ b/docs/reports/LPC2148-48-THUMB.txt
@@ -0,0 +1,75 @@
+***************************************************************************
+Kernel: ChibiOS/RT 0.7.2
+Compiler: GCC 4.3.2 (YAGARTO 28.09.2008)
+Options: -Os -fomit-frame-pointer -mabi=apcs-gnu -falign-functions=16
+Settings: CCLK=48, MAMCR=2, MAMTIM=3 (3 wait states)
+***************************************************************************
+
+---------------------------------------------------------------------------
+--- Test Case 1 (Ready List, priority enqueuing test #1)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 2 (Ready List, priority enqueuing test #2)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 3 (Semaphores, FIFO enqueuing test)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 4 (Semaphores, timeout test)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 5 (Mutexes, priority enqueuing test)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 6 (Mutexes, priority inheritance, simple case)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 7 (Mutexes, priority inheritance, complex case)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 8 (Messages, dispatch test)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 9 (Heap, allocation and fragmentation test)
+--- Size : 27988 bytes, not fragmented
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 10 (Memory Pools, allocation and enqueuing test)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 11 (Dynamic APIs, threads creation from heap)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 12 (Dynamic APIs, threads creation from memory pool)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 13 (Benchmark, context switch #1, optimal)
+--- Score : 98911 msgs/S, 197822 ctxswc/S
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 14 (Benchmark, context switch #2, empty ready list)
+--- Score : 83525 msgs/S, 167050 ctxswc/S
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 15 (Benchmark, context switch #3, 4 threads in ready list)
+--- Score : 83526 msgs/S, 167052 ctxswc/S
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 16 (Benchmark, threads creation/termination, worst case)
+--- Score : 70158 threads/S
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 17 (Benchmark, threads creation/termination, optimal)
+--- Score : 100582 threads/S
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 18 (Benchmark, mass reschedulation, 5 threads)
+--- Score : 28222 reschedulations/S, 169332 ctxswc/S
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 19 (Benchmark, I/O Queues throughput)
+--- Score : 242376 bytes/S
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+
+Final result: SUCCESS
diff --git a/docs/reports/MSP430F1611-0.75.txt b/docs/reports/MSP430F1611-0.75.txt
new file mode 100644
index 000000000..af86353ba
--- /dev/null
+++ b/docs/reports/MSP430F1611-0.75.txt
@@ -0,0 +1,75 @@
+***************************************************************************
+Kernel: ChibiOS/RT 0.7.2
+Compiler: GCC 3.2.3 (MSPGCC)
+Options: -O2 -fomit-frame-pointer
+Settings: MCLK=DCOCLK 750Khz
+***************************************************************************
+
+---------------------------------------------------------------------------
+--- Test Case 1 (Ready List, priority enqueuing test #1)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 2 (Ready List, priority enqueuing test #2)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 3 (Semaphores, FIFO enqueuing test)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 4 (Semaphores, timeout test)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 5 (Mutexes, priority enqueuing test)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 6 (Mutexes, priority inheritance, simple case)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 7 (Mutexes, priority inheritance, complex case)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 8 (Messages, dispatch test)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 9 (Heap, allocation and fragmentation test)
+--- Size : 0 bytes, fragmented, test skipped
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 10 (Memory Pools, allocation and enqueuing test)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 11 (Dynamic APIs, threads creation from heap)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 12 (Dynamic APIs, threads creation from memory pool)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 13 (Benchmark, context switch #1, optimal)
+--- Score : 1892 msgs/S, 3784 ctxswc/S
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 14 (Benchmark, context switch #2, empty ready list)
+--- Score : 1577 msgs/S, 3154 ctxswc/S
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 15 (Benchmark, context switch #3, 4 threads in ready list)
+--- Score : 1577 msgs/S, 3154 ctxswc/S
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 16 (Benchmark, threads creation/termination, worst case)
+--- Score : 1157 threads/S
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 17 (Benchmark, threads creation/termination, optimal)
+--- Score : 1521 threads/S
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 18 (Benchmark, mass reschedulation, 5 threads)
+--- Score : 498 reschedulations/S, 2988 ctxswc/S
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 19 (Benchmark, I/O Queues throughput)
+--- Score : 5432 bytes/S
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+
+Final result: SUCCESS
diff --git a/docs/reports/STM32F103-48.txt b/docs/reports/STM32F103-48.txt
new file mode 100644
index 000000000..5e20f0277
--- /dev/null
+++ b/docs/reports/STM32F103-48.txt
@@ -0,0 +1,75 @@
+***************************************************************************
+Kernel: ChibiOS/RT 0.7.2
+Compiler: GCC 4.3.2 (YAGARTO 28.09.2008)
+Options: -O2 -fomit-frame-pointer -mabi=apcs-gnu -falign-functions=16
+Settings: SYSCLK=48, ACR=0x11 (1 wait state)
+***************************************************************************
+
+---------------------------------------------------------------------------
+--- Test Case 1 (Ready List, priority enqueuing test #1)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 2 (Ready List, priority enqueuing test #2)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 3 (Semaphores, FIFO enqueuing test)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 4 (Semaphores, timeout test)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 5 (Mutexes, priority enqueuing test)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 6 (Mutexes, priority inheritance, simple case)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 7 (Mutexes, priority inheritance, complex case)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 8 (Messages, dispatch test)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 9 (Heap, allocation and fragmentation test)
+--- Size : 17324 bytes, not fragmented
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 10 (Memory Pools, allocation and enqueuing test)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 11 (Dynamic APIs, threads creation from heap)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 12 (Dynamic APIs, threads creation from memory pool)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 13 (Benchmark, context switch #1, optimal)
+--- Score : 160572 msgs/S, 321144 ctxswc/S
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 14 (Benchmark, context switch #2, empty ready list)
+--- Score : 134029 msgs/S, 268058 ctxswc/S
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 15 (Benchmark, context switch #3, 4 threads in ready list)
+--- Score : 134029 msgs/S, 268058 ctxswc/S
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 16 (Benchmark, threads creation/termination, worst case)
+--- Score : 105399 threads/S
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 17 (Benchmark, threads creation/termination, optimal)
+--- Score : 137112 threads/S
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 18 (Benchmark, mass reschedulation, 5 threads)
+--- Score : 42051 reschedulations/S, 252306 ctxswc/S
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 19 (Benchmark, I/O Queues throughput)
+--- Score : 377572 bytes/S
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+
+Final result: SUCCESS
diff --git a/docs/reports/STM32F103-72.txt b/docs/reports/STM32F103-72.txt
new file mode 100644
index 000000000..6d1918e65
--- /dev/null
+++ b/docs/reports/STM32F103-72.txt
@@ -0,0 +1,75 @@
+***************************************************************************
+Kernel: ChibiOS/RT 0.7.2
+Compiler: GCC 4.3.2 (YAGARTO 28.09.2008)
+Options: -O2 -fomit-frame-pointer -mabi=apcs-gnu -falign-functions=16
+Settings: SYSCLK=72, ACR=0x12 (2 wait states)
+***************************************************************************
+
+---------------------------------------------------------------------------
+--- Test Case 1 (Ready List, priority enqueuing test #1)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 2 (Ready List, priority enqueuing test #2)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 3 (Semaphores, FIFO enqueuing test)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 4 (Semaphores, timeout test)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 5 (Mutexes, priority enqueuing test)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 6 (Mutexes, priority inheritance, simple case)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 7 (Mutexes, priority inheritance, complex case)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 8 (Messages, dispatch test)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 9 (Heap, allocation and fragmentation test)
+--- Size : 17324 bytes, not fragmented
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 10 (Memory Pools, allocation and enqueuing test)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 11 (Dynamic APIs, threads creation from heap)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 12 (Dynamic APIs, threads creation from memory pool)
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 13 (Benchmark, context switch #1, optimal)
+--- Score : 216994 msgs/S, 433988 ctxswc/S
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 14 (Benchmark, context switch #2, empty ready list)
+--- Score : 178662 msgs/S, 357324 ctxswc/S
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 15 (Benchmark, context switch #3, 4 threads in ready list)
+--- Score : 178663 msgs/S, 357326 ctxswc/S
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 16 (Benchmark, threads creation/termination, worst case)
+--- Score : 141108 threads/S
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 17 (Benchmark, threads creation/termination, optimal)
+--- Score : 187046 threads/S
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 18 (Benchmark, mass reschedulation, 5 threads)
+--- Score : 55768 reschedulations/S, 334608 ctxswc/S
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+--- Test Case 19 (Benchmark, I/O Queues throughput)
+--- Score : 489476 bytes/S
+--- Result: SUCCESS
+---------------------------------------------------------------------------
+
+Final result: SUCCESS
diff --git a/readme.txt b/readme.txt
index 4395ba1f3..f4d8b4499 100644
--- a/readme.txt
+++ b/readme.txt
@@ -73,6 +73,10 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
*** Releases ***
*****************************************************************************
+*** 0.7.3 ***
+- Removed the performance spreadsheet (it was *very* old) and added a
+ directory containing the test reports ./docs/reports.
+
*** 0.7.2 ***
- NEW: Added a serial driver to the MSP430 port, the MSP430 port now has been
tested on hardware and passes the test suite.