summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/teensy
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-07-04 19:52:43 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-07-04 19:52:43 +0000
commitba776e228d693d6f08c4b915419fcd1fd7a4d8a6 (patch)
tree607e66f3ee85b6c32111e9161665f034a188fe6e /nuttx/configs/teensy
parent85d8c570c8c397a9e5c31500d56215e11ade7526 (diff)
Add stm32/nsh2 config; Add option to use any TTY for NSH console
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@3743 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/teensy')
-rw-r--r--nuttx/configs/teensy/README.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/configs/teensy/README.txt b/nuttx/configs/teensy/README.txt
index 5b32e21b35..fc1c8a9e37 100644
--- a/nuttx/configs/teensy/README.txt
+++ b/nuttx/configs/teensy/README.txt
@@ -540,3 +540,9 @@ Where <subdir> is one of the following:
for more information. NOTE: THIS CONFIGURATION HAS NOT YET BEEN
DEBUGGED AND DOES NOT WORK!!! ISSUES: (1) THE SPI DRIVER IS UNTESTED,
(2) THE USB DRIVER IS UNTESTED, AND (3) THE RAM USAGE MIGHT BE EXCESSIVE.
+
+ Update 7/11: (1) The SPI/SD driver has been verified, however, (2) I
+ believe that the current teensy/usbstorage configuration uses too
+ much SRAM for the system to behave sanely. A lower memory footprint
+ version of the mass storage driver will be required before this can
+ be debugged