summaryrefslogtreecommitdiff
path: root/nuttx/arch/avr
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-09 15:43:18 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-09 15:43:18 +0000
commit78c6aa16fdd3926e15fa16ebab33ea416031ac11 (patch)
tree9c993b977665a0c00e06690f81a26a760d61831a /nuttx/arch/avr
parent7d909957bf5f3b984d2be3779b02b55d7f42e4bb (diff)
downloadpx4-nuttx-78c6aa16fdd3926e15fa16ebab33ea416031ac11.tar.gz
px4-nuttx-78c6aa16fdd3926e15fa16ebab33ea416031ac11.tar.bz2
px4-nuttx-78c6aa16fdd3926e15fa16ebab33ea416031ac11.zip
Reconfigured Shenzhou to use JTAG. Misc Kconfig changes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5118 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/avr')
-rw-r--r--nuttx/arch/avr/src/at32uc3/Kconfig2
-rw-r--r--nuttx/arch/avr/src/at90usb/Kconfig2
-rw-r--r--nuttx/arch/avr/src/atmega/Kconfig2
-rw-r--r--nuttx/arch/avr/src/avr/Kconfig2
-rw-r--r--nuttx/arch/avr/src/avr32/Kconfig2
5 files changed, 10 insertions, 0 deletions
diff --git a/nuttx/arch/avr/src/at32uc3/Kconfig b/nuttx/arch/avr/src/at32uc3/Kconfig
index 4c3bd28c6..fcb9f8405 100644
--- a/nuttx/arch/avr/src/at32uc3/Kconfig
+++ b/nuttx/arch/avr/src/at32uc3/Kconfig
@@ -4,4 +4,6 @@
#
if ARCH_AT32UC3
+comment "AT32U3 Configuration Options"
+
endif
diff --git a/nuttx/arch/avr/src/at90usb/Kconfig b/nuttx/arch/avr/src/at90usb/Kconfig
index 78cd6d059..8f9978a52 100644
--- a/nuttx/arch/avr/src/at90usb/Kconfig
+++ b/nuttx/arch/avr/src/at90usb/Kconfig
@@ -4,4 +4,6 @@
#
if ARCH_AT90USB
+comment "AT90USB Configuration Options"
+
endif
diff --git a/nuttx/arch/avr/src/atmega/Kconfig b/nuttx/arch/avr/src/atmega/Kconfig
index f0004d7fe..145b525df 100644
--- a/nuttx/arch/avr/src/atmega/Kconfig
+++ b/nuttx/arch/avr/src/atmega/Kconfig
@@ -4,5 +4,7 @@
#
if ARCH_ATMEGA
+comment "ATMega Configuration Options"
+
endif
diff --git a/nuttx/arch/avr/src/avr/Kconfig b/nuttx/arch/avr/src/avr/Kconfig
index 1b21ce810..99228aa2c 100644
--- a/nuttx/arch/avr/src/avr/Kconfig
+++ b/nuttx/arch/avr/src/avr/Kconfig
@@ -4,4 +4,6 @@
#
if ARCH_FAMILY_AVR
+comment "AVR Configuration Options"
+
endif
diff --git a/nuttx/arch/avr/src/avr32/Kconfig b/nuttx/arch/avr/src/avr32/Kconfig
index ca1fcd2bf..12cc033cb 100644
--- a/nuttx/arch/avr/src/avr32/Kconfig
+++ b/nuttx/arch/avr/src/avr32/Kconfig
@@ -4,4 +4,6 @@
#
if ARCH_FAMILY_AVR32
+comment "AVR32 Configuration Options"
+
endif