SAM4L: GPIO interrupts are not yet supported; can't compile sam_gpioirq.c yet

This commit is contained in:
Gregory Nutt 2015-07-03 09:33:52 -06:00
parent bd69415963
commit 3e04194edd
3 changed files with 5 additions and 4 deletions

View File

@ -927,6 +927,7 @@ config SAM34_HAVE_GPIOF_IRQ
config SAM34_GPIO_IRQ
bool "GPIO pin interrupts"
depends on !ARCH_CHIP_SAM4L
---help---
Enable support for interrupting GPIO pins

View File

@ -101,8 +101,8 @@ endif
# Required SAM3/4 files
CHIP_ASRCS =
CHIP_CSRCS = sam_allocateheap.c sam_gpioirq.c sam_irq.c sam_lowputc.c
CHIP_CSRCS += sam_serial.c sam_start.c
CHIP_CSRCS = sam_allocateheap.c sam_irq.c sam_lowputc.c sam_serial.c
CHIP_CSRCS += sam_start.c
# Configuration-dependent SAM3/4 files
@ -125,7 +125,7 @@ endif
ifeq ($(CONFIG_ARCH_CHIP_SAM4L),y)
CHIP_CSRCS += sam4l_clockconfig.c sam4l_periphclks.c sam4l_gpio.c
else
CHIP_CSRCS += sam_clockconfig.c sam_gpio.c
CHIP_CSRCS += sam_clockconfig.c sam_gpio.c sam_gpioirq.c
endif
ifeq ($(CONFIG_BUILD_PROTECTED),y)

@ -1 +1 @@
Subproject commit 93f51860e7fbeb984ce9424b878bf2e7235c1c5f
Subproject commit a78d478e6f91e08438cb19538797ae5a573da96c