summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/teensy
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-06-17 22:03:20 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-06-17 22:03:20 +0000
commitc62c4c3ecb570888c5c8e0787802f401e83a66a4 (patch)
tree87740e93bfb0a2278940052bed3033e8416a1ea2 /nuttx/configs/teensy
parent99fa731668b9599146fd607d25e809205122662f (diff)
Fix AVR clock setup; add SPI driver
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@3721 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/teensy')
-rwxr-xr-xnuttx/configs/teensy/include/board.h4
-rwxr-xr-xnuttx/configs/teensy/nsh/defconfig2
2 files changed, 4 insertions, 2 deletions
diff --git a/nuttx/configs/teensy/include/board.h b/nuttx/configs/teensy/include/board.h
index ecaaa91dfa..9e9c1205f1 100755
--- a/nuttx/configs/teensy/include/board.h
+++ b/nuttx/configs/teensy/include/board.h
@@ -49,8 +49,10 @@
/* Configuration ************************************************************/
/* Clocking *****************************************************************/
+/* Assume default CLKDIV8 fuse setting is overridden to CLKDIV1 */
-#define BOARD_CPU_CLOCK 16000000 /* F_CPU = 16MHz */
+#define BOARD_XTAL_FREQ 16000000 /* 16MHz crystal */
+#define BOARD_CPU_CLOCK BOARD_XTAL_FREQ /* F_CPU = 16MHz */
/* LED definitions **********************************************************/
/* The Teensy++ 2.0 has a single on-board LEDs connected to PortD, Pin 6 */
diff --git a/nuttx/configs/teensy/nsh/defconfig b/nuttx/configs/teensy/nsh/defconfig
index f9bb1927c2..95010358d6 100755
--- a/nuttx/configs/teensy/nsh/defconfig
+++ b/nuttx/configs/teensy/nsh/defconfig
@@ -792,7 +792,7 @@ CONFIG_BOOT_COPYTORAM=n
CONFIG_CUSTOM_STACK=n
CONFIG_STACK_POINTER=
CONFIG_IDLETHREAD_STACKSIZE=512
-CONFIG_USERMAIN_STACKSIZE=512
+CONFIG_USERMAIN_STACKSIZE=1024
CONFIG_PTHREAD_STACK_MIN=256
CONFIG_PTHREAD_STACK_DEFAULT=512
CONFIG_HEAP_BASE=