From c551488703229d82e25488a6e8e1d3b9415d78aa Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 5 Nov 2010 02:18:32 +0000 Subject: [PATCH] Fix excepion handling reg save git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3074 42af7a65-404d-4744-a932-0658087f49c3 --- configs/avr32dev1/README.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configs/avr32dev1/README.txt b/configs/avr32dev1/README.txt index 98e65c231e..8b3cc271ad 100755 --- a/configs/avr32dev1/README.txt +++ b/configs/avr32dev1/README.txt @@ -432,4 +432,8 @@ Where 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. +