zephyr/tests
Andrew Boie 0f669132a0 kernel: remove gdb_server
This is unmaintained and currently has no known users. It was
added to support a Wind River project. If in the future we need it
again, we should re-introduce it with an exception-based mechanism
for catching out-of-bounds memory queries from the debugger.

The mem_safe subsystem is also removed, it is only used by the
GDB server. If its functionality is needed in the future, it
shoudl be replaced with an exception-based mechanism.

The _image_{ram, rom, text}_{start, end} linker variables have
been left in place, they will be re-purposed and expanded to
support memory protection.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2017-06-19 14:29:40 -04:00
..
benchmarks test: fix misspellings 2017-06-17 22:34:45 -04:00
bluetooth tests: rename test directory test_bluetooth -> bluetooth 2017-06-17 10:34:24 -04:00
booting/stub license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
compliance tests/compiance/checkpatch: force the format to 'email' 2016-11-10 19:30:32 +00:00
crypto linker: move all linker headers to include/linker 2017-06-18 09:24:04 -05:00
drivers tests: move ipm test to drivers 2017-06-19 09:01:14 -04:00
include tests: convert to using newly introduced integer sized types 2017-04-21 09:53:49 -05:00
kernel kernel: remove gdb_server 2017-06-19 14:29:40 -04:00
lib/json tests: json: add tests for arrays of objects 2017-06-08 15:11:23 -04:00
net linker: move all linker headers to include/linker 2017-06-18 09:24:04 -05:00
power tests: use K_THREAD_STACK_DEFINE macros 2017-06-09 18:53:28 -04:00
shell tests: Add shell tests 2017-06-09 18:54:27 -04:00
subsys tests: use K_THREAD_STACK_DEFINE macros 2017-06-09 18:53:28 -04:00
unit net: buf: Move net_buf_pool objects to dedicated linker area 2017-06-16 17:05:06 +03:00
ztest test: fix misspellings 2017-06-17 22:34:45 -04:00
Kconfig tests: Introduced new config option to add extra stack size for tests. 2017-02-13 11:39:03 -08:00
Makefile
Makefile.test