zephyr/tests/kernel
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
..
alert/alert_api tests: alert_api: fix code style 2017-06-19 09:01:14 -04:00
arm_irq_vector_table tests: arm_irq_vector_table: fix code style 2017-06-19 09:01:14 -04:00
arm_runtime_nmi tests: arm_runtime_nmi: fix code style 2017-06-19 09:01:14 -04:00
bitfield tests: bitfield: fix code style 2017-06-19 09:01:14 -04:00
common tests: common: fix code style 2017-06-19 09:01:14 -04:00
context test: fix misspellings 2017-06-17 22:34:45 -04:00
critical tests: critical: fix code style 2017-06-19 09:01:14 -04:00
errno tests: use K_THREAD_STACK_DEFINE macros 2017-06-09 18:53:28 -04:00
fatal tests: use K_THREAD_STACK_DEFINE macros 2017-06-09 18:53:28 -04:00
fifo/fifo_api tests: fifo: fix code style 2017-06-19 09:01:14 -04:00
fp_sharing tests: fp_sharing: fix code style 2017-06-19 09:01:14 -04:00
gen_isr_table tests: convert to using newly introduced integer sized types 2017-04-21 09:53:49 -05:00
irq_offload tests: convert to using newly introduced integer sized types 2017-04-21 09:53:49 -05:00
libs tests: convert to using newly introduced integer sized types 2017-04-21 09:53:49 -05:00
lifo/lifo_api tests: rename test directory for lifo 2017-06-19 09:01:14 -04:00
mbox/mbox_api tests: mbox: fix code style 2017-06-19 09:01:14 -04:00
mem_heap/mheap_api_concept tests: mem_heap: fix code style 2017-06-19 09:01:14 -04:00
mem_pool tests: mem_pool_threadsafe: fix code style 2017-06-19 09:01:14 -04:00
mem_slab tests: mslab_threadsafe: fix code style 2017-06-19 09:01:14 -04:00
msgq/msgq_api tests: use K_THREAD_STACK_DEFINE macros 2017-06-09 18:53:28 -04:00
multilib
mutex tests: mutex_api: fix code style 2017-06-19 09:01:14 -04:00
obj_tracing tests: obj_tracing: fix code style 2017-06-19 09:01:14 -04:00
pending tests: pending: fix code style 2017-06-19 09:01:14 -04:00
pipe/pipe_api tests: pipe: fix style 2017-06-19 09:01:14 -04:00
poll tests: poll: fix code style 2017-06-19 09:01:14 -04:00
profiling/profiling_api tests: profiling_api: fix code style 2017-06-19 09:01:14 -04:00
queue tests: queue: fix code style 2017-06-19 09:01:14 -04:00
semaphore/sema_api tests: use K_THREAD_STACK_DEFINE macros 2017-06-09 18:53:28 -04:00
sleep tests: sleep: rename test directory 2017-06-19 09:01:14 -04:00
sprintf tests: convert to using newly introduced integer sized types 2017-04-21 09:53:49 -05:00
stack/stack_api tests: use K_THREAD_STACK_DEFINE macros 2017-06-09 18:53:28 -04:00
stackprot tests: use K_THREAD_STACK_DEFINE macros 2017-06-09 18:53:28 -04:00
static_idt test: fix misspellings 2017-06-17 22:34:45 -04:00
systhreads tests: convert to using newly introduced integer sized types 2017-04-21 09:53:49 -05:00
test_build
threads tests: schedule_api: fix style 2017-06-19 09:01:14 -04:00
tickless tests: put tickless tests together 2017-06-19 09:01:14 -04:00
timer tests: timer_monotonic: fix style 2017-06-19 09:01:14 -04:00
workq tests: workq_api: rename test directory 2017-06-19 09:01:14 -04:00
xip boards: Add support for the CC3220SF_LAUNCHXL board 2017-04-28 15:06:41 -05:00