summaryrefslogtreecommitdiff
path: root/nuttx/configs/avr32dev1
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-11-05 02:18:32 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-11-05 02:18:32 +0000
commit553a6de16c1865d6c4c75f4df2b885e10555f4d9 (patch)
tree907030b0e3707e1fb64b37c4f1904d430d5eb203 /nuttx/configs/avr32dev1
parent019a4a61f0173e09a532d47c0979367cae365d0c (diff)
downloadpx4-nuttx-553a6de16c1865d6c4c75f4df2b885e10555f4d9.tar.gz
px4-nuttx-553a6de16c1865d6c4c75f4df2b885e10555f4d9.tar.bz2
px4-nuttx-553a6de16c1865d6c4c75f4df2b885e10555f4d9.zip
Fix excepion handling reg save
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3074 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/avr32dev1')
-rwxr-xr-xnuttx/configs/avr32dev1/README.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/configs/avr32dev1/README.txt b/nuttx/configs/avr32dev1/README.txt
index 98e65c231..8b3cc271a 100755
--- a/nuttx/configs/avr32dev1/README.txt
+++ b/nuttx/configs/avr32dev1/README.txt
@@ -432,4 +432,8 @@ Where <subdir> is one of the following:
This configuration directory, performs a simple OS test using
examples/ostest.
+ NOTE: Round-robin scheduling is disabled in this test because
+ the RR test in examples/ostest declares data structures that
+ are too large for the poor little uc3 SRAM.
+