summaryrefslogtreecommitdiff
path: root/nuttx/configs/micropendous3/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-17 15:17:28 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-17 15:17:28 +0000
commitdd1702a98798f19b90e4e8d0bf8f513bd904e4f4 (patch)
tree1d05a89c7c2e4fe9631bfbdfcf1c8d5460bb785d /nuttx/configs/micropendous3/README.txt
parent9f16736bd90a3baeb6635c6f527798635bfd8dd3 (diff)
downloadpx4-nuttx-dd1702a98798f19b90e4e8d0bf8f513bd904e4f4.tar.gz
px4-nuttx-dd1702a98798f19b90e4e8d0bf8f513bd904e4f4.tar.bz2
px4-nuttx-dd1702a98798f19b90e4e8d0bf8f513bd904e4f4.zip
Add Teensy NSH config; remove unusable AVR ostest configs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3718 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/micropendous3/README.txt')
-rw-r--r--nuttx/configs/micropendous3/README.txt18
1 files changed, 0 insertions, 18 deletions
diff --git a/nuttx/configs/micropendous3/README.txt b/nuttx/configs/micropendous3/README.txt
index c80cf6be2..1787f7288 100644
--- a/nuttx/configs/micropendous3/README.txt
+++ b/nuttx/configs/micropendous3/README.txt
@@ -528,21 +528,3 @@ Where <subdir> is one of the following:
24816 978 308 26102 65f6 nuttx
Strings are in SRAM.
-
- ostest:
- This configuration directory, performs a simple OS test using
- apps/examples/ostest. NOTE: The OS test is quite large. In order
- to get it to fit within AVR memory constraints, it will probably be
- necessary to disable some OS features.
-
- As currently configured, This example will not fit into FLASH
- or smaller AT90USB devices (or into the RAM of *any* AT90USB
- devices).
-
- FLASH/SRAM Requirements (as of 6/12/2011):
-
- $ avr-elf-size nuttx
- text data bss dec hex filename
- 67386 15583 10414 93383 16cc7 nuttx
-
- Strings are in SRAM.