aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs/shenzhou/nxwm/defconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-27 19:26:18 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-27 19:26:18 +0000
commit7dc357a4e6e33773044b59b75d585f672f9649f8 (patch)
tree08a035106ec09980447b03809137a5e01c9a4b2c /nuttx/configs/shenzhou/nxwm/defconfig
parentc3bc22f07cb203c5a577b80467c8469d2a5ae9cb (diff)
downloadpx4-firmware-7dc357a4e6e33773044b59b75d585f672f9649f8.tar.gz
px4-firmware-7dc357a4e6e33773044b59b75d585f672f9649f8.tar.bz2
px4-firmware-7dc357a4e6e33773044b59b75d585f672f9649f8.zip
STM32 fixes for DM9161 PHY; Enhancements for ADS7843e touchscreen controller
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5199 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/shenzhou/nxwm/defconfig')
-rw-r--r--nuttx/configs/shenzhou/nxwm/defconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/nuttx/configs/shenzhou/nxwm/defconfig b/nuttx/configs/shenzhou/nxwm/defconfig
index 29c83730e..b529907c1 100644
--- a/nuttx/configs/shenzhou/nxwm/defconfig
+++ b/nuttx/configs/shenzhou/nxwm/defconfig
@@ -359,6 +359,13 @@ CONFIG_RTC=y
CONFIG_INPUT=y
# CONFIG_INPUT_TSC2007 is not set
CONFIG_INPUT_ADS7843E=y
+# CONFIG_ADS7843E_MULTIPLE is not set
+CONFIG_ADS7843E_SPIMODE=0
+CONFIG_ADS7843E_FREQUENCY=100000
+# CONFIG_ADS7843E_SWAPXY is not set
+CONFIG_ADS7843E_THRESHX=12
+CONFIG_ADS7843E_THRESHY=12
+# CONFIG_INPUT_STMPE811 is not set
CONFIG_LCD=y
# CONFIG_LCD_NOGETRUN is not set
CONFIG_LCD_MAXCONTRAST=1
@@ -418,6 +425,11 @@ CONFIG_USART2_2STOP=0
# Networking Support
#
CONFIG_NET=y
+CONFIG_ARCH_HAVE_PHY=y
+# CONFIG_PHY_KS8721 is not set
+# CONFIG_PHY_DP83848C is not set
+# CONFIG_PHY_LAN8720 is not set
+CONFIG_PHY_DM9161=y
# CONFIG_NET_NOINTS is not set
CONFIG_NET_MULTIBUFFER=y
# CONFIG_NET_IPv6 is not set