aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-05-24 13:51:52 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-05-24 13:51:52 +0000
commitc95d2b04d53e87a508ec502adc0f907fdd6de631 (patch)
treee1b25919dc41e69ecfbcc85a20d90ec56034c9a6 /readme.txt
parentd6eb57b8ea6c73a694cff33ded801af9e25ecff7 (diff)
downloadChibiOS-c95d2b04d53e87a508ec502adc0f907fdd6de631.tar.gz
ChibiOS-c95d2b04d53e87a508ec502adc0f907fdd6de631.tar.bz2
ChibiOS-c95d2b04d53e87a508ec502adc0f907fdd6de631.zip
Increased default main stack size for all the ARMx demos.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@988 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 72e5b56e9..51a7c96bd 100644
--- a/readme.txt
+++ b/readme.txt
@@ -127,6 +127,9 @@ GNU-Linux-GCC - ChibiOS/RT simulator for x86 Linux systems, it is
CH_USE_QUEUES_HALFDUPLEX, CH_USE_SEMAPHORES_TIMEOUT configuration options.
- CHANGE: Made CH_DBG_THREADS_PROFILING default to TRUE in all demos because
the changes to the function test_cpu_pulse().
+- CHANGE: Increased main stack size to 1KiB for all the ARMx demos, 2KiB for
+ the C++ LPC2148 demo. This should make things easier for unexperienced
+ users.
*** 1.2.0 ***
- Added license exception text to the 1.2.0 branch.