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
This commit is contained in:
parent
534823946f
commit
866063387b
@ -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
|
||||
|
||||
#
|
||||
|
@ -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 <spudmonkey@racsa.co.cr>
|
||||
#
|
||||
# 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
|
||||
|
||||
#
|
||||
|
@ -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 <spudmonkey@racsa.co.cr>
|
||||
#
|
||||
# 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
|
||||
|
||||
#
|
||||
|
@ -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 <spudmonkey@racsa.co.cr>
|
||||
#
|
||||
# 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
|
||||
|
||||
#
|
||||
|
@ -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 <spudmonkey@racsa.co.cr>
|
||||
#
|
||||
# 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
|
||||
|
||||
#
|
||||
|
@ -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 <spudmonkey@racsa.co.cr>
|
||||
#
|
||||
# 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
|
||||
|
||||
#
|
||||
|
@ -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
|
||||
|
||||
#
|
||||
|
@ -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
|
||||
#
|
||||
|
@ -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
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user