osd-contiki/cpu
Benoît Thébaudeau 1a696eb123 cc2538: gpio: Clear the power-up interrupts in the port ISRs
The pending GPIO power-up interrupts have to be cleared in the ISRs in order not
to re-trigger the interrupts and the wake-up events.

The power-up interrupts of all pins are cleared for each port in the
corresponding port ISR. This is done after calling the registered callbacks so
that the callbacks can know which pin woke up the SoC. This is done after
clearing the regular interrupt in order to avoid getting a new wake-up interrupt
without the regular interrupt in the case of a new wake-up edge occurring
between the two clears.

Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
2013-11-26 22:20:05 +01:00
..
6502 Replaced web configurator with target-based ethconfig. 2013-11-21 21:57:42 +01:00
arm Makefile.include: support make clean all 2013-06-20 17:45:41 -05:00
avr Removed old unused timetable code 2013-11-19 08:29:23 +01:00
cc253x Fix cc2530 UART1 init bug 2013-08-09 16:09:12 +01:00
cc2430 Disable SDCC warnings 110 and 126 2013-08-09 15:57:49 +01:00
cc2538 cc2538: gpio: Clear the power-up interrupts in the port ISRs 2013-11-26 22:20:05 +01:00
mc1322x mc1322x: make uart buffer sizes configurable from contiki-conf.h 2013-07-04 14:09:40 -04:00
msp430 Makefile.include: support make clean all 2013-06-20 17:45:41 -05:00
native Added the const keyword to functions that use the tcpip_set_outputfunc(), which now takes a const argument 2013-11-18 23:26:37 +01:00
pic32 pic32 minor cleanups 2013-05-17 14:32:39 +02:00
stm32w108 Better error message in case of wrong CPUREV value 2013-10-17 12:33:36 +02:00
x86 avoid unnecessary symbols.c/h copying 2012-03-26 23:00:43 +02:00