aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-08-22 08:31:32 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-08-22 08:31:32 +0000
commit24cad7ea0d6f06d892fd10c49fea06a7dde50fb9 (patch)
tree1040e2044e2bc0609f95fc3d62c6f5b579738972 /readme.txt
parentf23670b728189b4549091d355e38218b31c0a0ad (diff)
downloadChibiOS-24cad7ea0d6f06d892fd10c49fea06a7dde50fb9.tar.gz
ChibiOS-24cad7ea0d6f06d892fd10c49fea06a7dde50fb9.tar.bz2
ChibiOS-24cad7ea0d6f06d892fd10c49fea06a7dde50fb9.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3245 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 8de57cda7..ed9718089 100644
--- a/readme.txt
+++ b/readme.txt
@@ -89,6 +89,11 @@
(backported to 2.2.4).
- FIX: Fixed timeout problem in the lwIP interface layer (bug 3302420)
(backported to 2.2.4).
+- NEW: Added a kernel-only Cortex-Mx demo as reference project for users not
+ interested in the HAL but just want to use the ChibiOS/RT kernel.
+ The demo is named ARMCM3-GENERIC-KERNEL and is defaulted to the STM32, in
+ order to use it on other families or on the ARM Cortex-M0 just change the
+ inclusion paths in the makefile.
- NEW: Integrated new FatFs version 0.8b.
- NEW: Added a new hook THREAD_CONTEXT_SWITCH_HOOK() that allows to insert
code just before a context switch. For example this hook could be used