From 866063387b0be473ff2c95b851d61a361cef49c3 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 13 Aug 2010 03:46:28 +0000 Subject: [PATCH] Oops.. last change backwared for 6918 and 6965 git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2847 42af7a65-404d-4744-a932-0658087f49c3 --- configs/eagle100/httpd/defconfig | 4 ++-- configs/eagle100/nettest/defconfig | 6 +++--- configs/eagle100/nsh/defconfig | 6 +++--- configs/eagle100/nxflat/defconfig | 6 +++--- configs/eagle100/ostest/defconfig | 6 +++--- configs/eagle100/thttpd/defconfig | 6 +++--- configs/lm3s6965-ek/nsh/defconfig | 6 +++--- configs/lm3s6965-ek/nx/defconfig | 7 +++---- configs/lm3s6965-ek/ostest/defconfig | 6 +++--- 9 files changed, 26 insertions(+), 27 deletions(-) diff --git a/configs/eagle100/httpd/defconfig b/configs/eagle100/httpd/defconfig index a538fbe652..c7b8d75444 100644 --- a/configs/eagle100/httpd/defconfig +++ b/configs/eagle100/httpd/defconfig @@ -88,7 +88,7 @@ CONFIG_ARCH_LEDS=y CONFIG_ARCH_CALIBRATION=n # -# Disable support for interrupts on GPIOH and GPIOJ which do not +# Disable support for interrupts on GPIOJ which does not # exist on the LM3S6918. Additional interrupt support can be # disabled if desired to reduce memory footprint. CONFIG_LM3S_DISABLE_GPIOA_IRQS=n @@ -98,7 +98,7 @@ CONFIG_LM3S_DISABLE_GPIOD_IRQS=n CONFIG_LM3S_DISABLE_GPIOE_IRQS=n CONFIG_LM3S_DISABLE_GPIOF_IRQS=n CONFIG_LM3S_DISABLE_GPIOG_IRQS=n -CONFIG_LM3S_DISABLE_GPIOH_IRQS=y +CONFIG_LM3S_DISABLE_GPIOH_IRQS=n CONFIG_LM3S_DISABLE_GPIOJ_IRQS=y # diff --git a/configs/eagle100/nettest/defconfig b/configs/eagle100/nettest/defconfig index 3f6540bdae..7dc147618e 100644 --- a/configs/eagle100/nettest/defconfig +++ b/configs/eagle100/nettest/defconfig @@ -1,7 +1,7 @@ ############################################################################ # configs/eagle100/nettest/defconfig # -# Copyright (C) 2009 Gregory Nutt. All rights reserved. +# Copyright (C) 2009-2010 Gregory Nutt. All rights reserved. # Author: Gregory Nutt # # Redistribution and use in source and binary forms, with or without @@ -88,7 +88,7 @@ CONFIG_ARCH_LEDS=y CONFIG_ARCH_CALIBRATION=n # -# Disable support for interrupts on GPIOH and GPIOJ which do not +# Disable support for interrupts on GPIOJ which does not # exist on the LM3S6918. Additional interrupt support can be # disabled if desired to reduce memory footprint. CONFIG_LM3S_DISABLE_GPIOA_IRQS=n @@ -98,7 +98,7 @@ CONFIG_LM3S_DISABLE_GPIOD_IRQS=n CONFIG_LM3S_DISABLE_GPIOE_IRQS=n CONFIG_LM3S_DISABLE_GPIOF_IRQS=n CONFIG_LM3S_DISABLE_GPIOG_IRQS=n -CONFIG_LM3S_DISABLE_GPIOH_IRQS=y +CONFIG_LM3S_DISABLE_GPIOH_IRQS=n CONFIG_LM3S_DISABLE_GPIOJ_IRQS=y # diff --git a/configs/eagle100/nsh/defconfig b/configs/eagle100/nsh/defconfig index 601d8f3ff1..4e4b462ee7 100644 --- a/configs/eagle100/nsh/defconfig +++ b/configs/eagle100/nsh/defconfig @@ -1,7 +1,7 @@ ############################################################################ # configs/eagle100/nsh/defconfig # -# Copyright (C) 2009 Gregory Nutt. All rights reserved. +# Copyright (C) 2009-2010 Gregory Nutt. All rights reserved. # Author: Gregory Nutt # # Redistribution and use in source and binary forms, with or without @@ -88,7 +88,7 @@ CONFIG_ARCH_LEDS=y CONFIG_ARCH_CALIBRATION=n # -# Disable support for interrupts on GPIOH and GPIOJ which do not +# Disable support for interrupts on GPIOJ which does not # exist on the LM3S6918. Additional interrupt support can be # disabled if desired to reduce memory footprint. CONFIG_LM3S_DISABLE_GPIOA_IRQS=n @@ -98,7 +98,7 @@ CONFIG_LM3S_DISABLE_GPIOD_IRQS=n CONFIG_LM3S_DISABLE_GPIOE_IRQS=n CONFIG_LM3S_DISABLE_GPIOF_IRQS=n CONFIG_LM3S_DISABLE_GPIOG_IRQS=n -CONFIG_LM3S_DISABLE_GPIOH_IRQS=y +CONFIG_LM3S_DISABLE_GPIOH_IRQS=n CONFIG_LM3S_DISABLE_GPIOJ_IRQS=y # diff --git a/configs/eagle100/nxflat/defconfig b/configs/eagle100/nxflat/defconfig index 83f6a4ae50..d18eedd5c6 100644 --- a/configs/eagle100/nxflat/defconfig +++ b/configs/eagle100/nxflat/defconfig @@ -1,7 +1,7 @@ ############################################################################ # configs/eagle100/nxflat/defconfig # -# Copyright (C) 2009 Gregory Nutt. All rights reserved. +# Copyright (C) 2009-2010 Gregory Nutt. All rights reserved. # Author: Gregory Nutt # # Redistribution and use in source and binary forms, with or without @@ -88,7 +88,7 @@ CONFIG_ARCH_LEDS=y CONFIG_ARCH_CALIBRATION=n # -# Disable support for interrupts on GPIOH and GPIOJ which do not +# Disable support for interrupts on GPIOJ which does not # exist on the LM3S6918. Additional interrupt support can be # disabled if desired to reduce memory footprint. CONFIG_LM3S_DISABLE_GPIOA_IRQS=n @@ -98,7 +98,7 @@ CONFIG_LM3S_DISABLE_GPIOD_IRQS=n CONFIG_LM3S_DISABLE_GPIOE_IRQS=n CONFIG_LM3S_DISABLE_GPIOF_IRQS=n CONFIG_LM3S_DISABLE_GPIOG_IRQS=n -CONFIG_LM3S_DISABLE_GPIOH_IRQS=y +CONFIG_LM3S_DISABLE_GPIOH_IRQS=n CONFIG_LM3S_DISABLE_GPIOJ_IRQS=y # diff --git a/configs/eagle100/ostest/defconfig b/configs/eagle100/ostest/defconfig index b0caf0cf98..9f3b479ba2 100644 --- a/configs/eagle100/ostest/defconfig +++ b/configs/eagle100/ostest/defconfig @@ -1,7 +1,7 @@ ############################################################################ # configs/eagle100/ostest/defconfig # -# Copyright (C) 2009 Gregory Nutt. All rights reserved. +# Copyright (C) 2009-2010 Gregory Nutt. All rights reserved. # Author: Gregory Nutt # # Redistribution and use in source and binary forms, with or without @@ -88,7 +88,7 @@ CONFIG_ARCH_LEDS=y CONFIG_ARCH_CALIBRATION=n # -# Disable support for interrupts on GPIOH and GPIOJ which do not +# Disable support for interrupts on GPIOJ which does not # exist on the LM3S6918. Additional interrupt support can be # disabled if desired to reduce memory footprint. CONFIG_LM3S_DISABLE_GPIOA_IRQS=n @@ -98,7 +98,7 @@ CONFIG_LM3S_DISABLE_GPIOD_IRQS=n CONFIG_LM3S_DISABLE_GPIOE_IRQS=n CONFIG_LM3S_DISABLE_GPIOF_IRQS=n CONFIG_LM3S_DISABLE_GPIOG_IRQS=n -CONFIG_LM3S_DISABLE_GPIOH_IRQS=y +CONFIG_LM3S_DISABLE_GPIOH_IRQS=n CONFIG_LM3S_DISABLE_GPIOJ_IRQS=y # diff --git a/configs/eagle100/thttpd/defconfig b/configs/eagle100/thttpd/defconfig index 3e081290dd..6f381e922d 100644 --- a/configs/eagle100/thttpd/defconfig +++ b/configs/eagle100/thttpd/defconfig @@ -1,7 +1,7 @@ ############################################################################ # configs/eagle100/thttpd/defconfig # -# Copyright (C) 2009 Gregory Nutt. All rights reserved. +# Copyright (C) 2009-2010 Gregory Nutt. All rights reserved. # Author: Gregory Nutt # # Redistribution and use in source and binary forms, with or without @@ -88,7 +88,7 @@ CONFIG_ARCH_LEDS=y CONFIG_ARCH_CALIBRATION=n # -# Disable support for interrupts on GPIOH and GPIOJ which do not +# Disable support for interrupts on GPIOJ which does not # exist on the LM3S6918. Additional interrupt support can be # disabled if desired to reduce memory footprint. CONFIG_LM3S_DISABLE_GPIOA_IRQS=n @@ -98,7 +98,7 @@ CONFIG_LM3S_DISABLE_GPIOD_IRQS=n CONFIG_LM3S_DISABLE_GPIOE_IRQS=n CONFIG_LM3S_DISABLE_GPIOF_IRQS=n CONFIG_LM3S_DISABLE_GPIOG_IRQS=n -CONFIG_LM3S_DISABLE_GPIOH_IRQS=y +CONFIG_LM3S_DISABLE_GPIOH_IRQS=n CONFIG_LM3S_DISABLE_GPIOJ_IRQS=y # diff --git a/configs/lm3s6965-ek/nsh/defconfig b/configs/lm3s6965-ek/nsh/defconfig index 12975b4928..66c0fbed6c 100755 --- a/configs/lm3s6965-ek/nsh/defconfig +++ b/configs/lm3s6965-ek/nsh/defconfig @@ -94,8 +94,8 @@ CONFIG_LM3S_BUILDROOT=y CONFIG_LM3S_DFU=y # -# Disable support for interrupts on GPIOJ which does not -# exist on the LM3S6918. Additional interrupt support can be +# Disable support for interrupts on GPIOH and GPIOJ which do not +# exist on the LM3S6B96. Additional interrupt support can be # disabled if desired to reduce memory footprint. CONFIG_LM3S_DISABLE_GPIOA_IRQS=n CONFIG_LM3S_DISABLE_GPIOB_IRQS=n @@ -104,7 +104,7 @@ CONFIG_LM3S_DISABLE_GPIOD_IRQS=n CONFIG_LM3S_DISABLE_GPIOE_IRQS=n CONFIG_LM3S_DISABLE_GPIOF_IRQS=n CONFIG_LM3S_DISABLE_GPIOG_IRQS=n -CONFIG_LM3S_DISABLE_GPIOH_IRQS=n +CONFIG_LM3S_DISABLE_GPIOH_IRQS=y CONFIG_LM3S_DISABLE_GPIOJ_IRQS=y # diff --git a/configs/lm3s6965-ek/nx/defconfig b/configs/lm3s6965-ek/nx/defconfig index 0c9e2bbd0e..9efda7b071 100755 --- a/configs/lm3s6965-ek/nx/defconfig +++ b/configs/lm3s6965-ek/nx/defconfig @@ -94,8 +94,8 @@ CONFIG_LM3S_BUILDROOT=y CONFIG_LM3S_DFU=y # -# Disable support for interrupts on GPIOJ which does not -# exist on the LM3S6918. Additional interrupt support can be +# Disable support for interrupts on GPIOH and GPIOJ which do not +# exist on the LM3S6B96. Additional interrupt support can be # disabled if desired to reduce memory footprint. CONFIG_LM3S_DISABLE_GPIOA_IRQS=n CONFIG_LM3S_DISABLE_GPIOB_IRQS=n @@ -104,10 +104,9 @@ CONFIG_LM3S_DISABLE_GPIOD_IRQS=n CONFIG_LM3S_DISABLE_GPIOE_IRQS=n CONFIG_LM3S_DISABLE_GPIOF_IRQS=n CONFIG_LM3S_DISABLE_GPIOG_IRQS=n -CONFIG_LM3S_DISABLE_GPIOH_IRQS=n +CONFIG_LM3S_DISABLE_GPIOH_IRQS=y CONFIG_LM3S_DISABLE_GPIOJ_IRQS=y - # # LM3S6965 specific serial device driver settings # diff --git a/configs/lm3s6965-ek/ostest/defconfig b/configs/lm3s6965-ek/ostest/defconfig index 4b61f21129..e1f85c3d07 100755 --- a/configs/lm3s6965-ek/ostest/defconfig +++ b/configs/lm3s6965-ek/ostest/defconfig @@ -94,8 +94,8 @@ CONFIG_LM3S_BUILDROOT=y CONFIG_LM3S_DFU=y # -# Disable support for interrupts on GPIOJ which does not -# exist on the LM3S6918. Additional interrupt support can be +# Disable support for interrupts on GPIOH and GPIOJ which do not +# exist on the LM3S6B96. Additional interrupt support can be # disabled if desired to reduce memory footprint. CONFIG_LM3S_DISABLE_GPIOA_IRQS=n CONFIG_LM3S_DISABLE_GPIOB_IRQS=n @@ -104,7 +104,7 @@ CONFIG_LM3S_DISABLE_GPIOD_IRQS=n CONFIG_LM3S_DISABLE_GPIOE_IRQS=n CONFIG_LM3S_DISABLE_GPIOF_IRQS=n CONFIG_LM3S_DISABLE_GPIOG_IRQS=n -CONFIG_LM3S_DISABLE_GPIOH_IRQS=n +CONFIG_LM3S_DISABLE_GPIOH_IRQS=y CONFIG_LM3S_DISABLE_GPIOJ_IRQS=y #