zephyr/tests
Andrew Boie b54355050d REVERTME: bluetooth: tests: disable some tests
bluetooth/shell and bluetooth/tester need to be disabled on
galileo and minnowboard respectively. On these platforms,
the IRQ for the UART console and the H4 are the same IRQ line.
IRQ_CONNECT() is being called on the same IRQ line twice, and
it's only through linker luck that these tests work at all
since one driver will "win" when the mapping is set up at build
time by gen_idt.

gen_idt was supposed to break the build in this situation but
was bugged. The next patch in the series fixes gen_idt.

Change-Id: Ib4a42b57181731121dfad50606c8362a9fd0277d
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2016-03-03 10:24:25 +00:00
..
benchmark boards: remove obsolete CTB board 2016-02-17 17:07:08 +00:00
bluetooth REVERTME: bluetooth: tests: disable some tests 2016-03-03 10:24:25 +00:00
crypto move include directory for tests cases to tests/ 2016-02-11 18:08:08 +00:00
include move include directory for tests cases to tests/ 2016-02-11 18:08:08 +00:00
kernel test: Add nanokernel test_sleep project 2016-02-23 10:48:54 -05:00
net/buf move net/buf test under tests/ 2016-02-11 13:08:44 -05:00