summaryrefslogtreecommitdiff
path: root/nuttx/configs/teensy/nsh
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-20 19:07:22 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-20 19:07:22 +0000
commite23fb305e00f5c2cca3d5eaa898c556030e92076 (patch)
tree1bc28778644e4a632c0c92435bf09e9040a5309d /nuttx/configs/teensy/nsh
parenteae3888f7401c8085488eed1c4c8c843a4a41c8f (diff)
downloadpx4-nuttx-e23fb305e00f5c2cca3d5eaa898c556030e92076.tar.gz
px4-nuttx-e23fb305e00f5c2cca3d5eaa898c556030e92076.tar.bz2
px4-nuttx-e23fb305e00f5c2cca3d5eaa898c556030e92076.zip
Add a USB mass storage example for AVR
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3727 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/teensy/nsh')
-rwxr-xr-xnuttx/configs/teensy/nsh/defconfig2
-rwxr-xr-xnuttx/configs/teensy/nsh/ld.script2
-rwxr-xr-xnuttx/configs/teensy/nsh/setenv.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/configs/teensy/nsh/defconfig b/nuttx/configs/teensy/nsh/defconfig
index f9bb1927c..259186552 100755
--- a/nuttx/configs/teensy/nsh/defconfig
+++ b/nuttx/configs/teensy/nsh/defconfig
@@ -1,7 +1,7 @@
############################################################################
# configs/teensy/nsh/defconfig
#
-# Copyright (C) 2010 Gregory Nutt. All rights reserved.
+# Copyright (C) 2011 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <spudmonkey@racsa.co.cr>
#
# Redistribution and use in source and binary forms, with or without
diff --git a/nuttx/configs/teensy/nsh/ld.script b/nuttx/configs/teensy/nsh/ld.script
index dce4d499f..272b24ea8 100755
--- a/nuttx/configs/teensy/nsh/ld.script
+++ b/nuttx/configs/teensy/nsh/ld.script
@@ -1,5 +1,5 @@
/**************************************************************************************
- * configs/teensy/teensy/ld.script
+ * configs/teensy/nsh/ld.script
*
* Copyright (C) 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
diff --git a/nuttx/configs/teensy/nsh/setenv.sh b/nuttx/configs/teensy/nsh/setenv.sh
index fd0d1675c..9d232e53e 100755
--- a/nuttx/configs/teensy/nsh/setenv.sh
+++ b/nuttx/configs/teensy/nsh/setenv.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# configs/teensy/teensy/setenv.sh
+# configs/teensy/nsh/setenv.sh
#
# Copyright (C) 2011 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <spudmonkey@racsa.co.cr>