Go to file
Qiu Peiyang 0c87784c84 tests/gpio: fix test GPIO_INT_EDGE bug
When test GPIO_INT_EDGE, there is no code to skip GPIO_INT_LEVEL
and jump to the end of the function. So GPIO_INT_LEVEL will
always be checked (Besides, it't always true), even if it's
testing GPIO_INT_EDGE, which will cause GPIO_INT_EDGE cases fail.

Add a goto statement for GPIO_INT_EDGE to skip GPIO_INT_LEVEL.

Jira: ZEP-1685

Change-Id: I10ce21c04c49f34aafdc2cd2f60f3e5377d6f1f5
Signed-off-by: Qiu Peiyang <peiyangx.qiu@intel.com>
2017-02-12 01:04:09 +00:00
.known-issues
arch pinmux: fix default pinmux driver for quark_se_ss 2017-02-12 00:32:13 +00:00
boards Merge "Merge arm branch into master" 2017-02-11 04:00:58 +00:00
doc doc: update make clean to remove doxygen folder 2017-02-09 23:52:02 +00:00
drivers Merge "Merge arm branch into master" 2017-02-11 04:00:58 +00:00
dts dts: hexiwear: fix fixup to use correct define 2017-02-11 07:00:38 +00:00
ext clock control:stm32: provide STM32Cube LL based driver 2017-02-10 14:47:41 -06:00
include mvic: include stdint for uint32_t 2017-02-11 07:00:40 +00:00
kernel dts: Add support for Device Tree 2017-02-10 18:13:58 +00:00
lib newlib: make sure the chain of includes has generated_dts_board.h 2017-02-11 07:00:39 +00:00
misc
samples tests: net: whitelist boards for telnet server 2017-02-11 07:00:39 +00:00
scripts add curie_ble board for all curie based boards 2017-02-11 07:20:03 +05:30
subsys kernel: Add OpenOCD support 2017-02-11 03:57:19 +00:00
tests tests/gpio: fix test GPIO_INT_EDGE bug 2017-02-12 01:04:09 +00:00
.checkpatch.conf
.gitattributes
.gitignore
.gitreview
.mailmap
defaults.tc
Kbuild dts: Add support for Device Tree 2017-02-10 18:13:58 +00:00
Kconfig
Kconfig.zephyr
LICENSE
MAINTAINERS
Makefile gen_isr_tables: New static interrupt build mechanism 2017-02-11 01:27:58 +00:00
Makefile.inc
Makefile.test
zephyr-env.sh