zephyr/tests
Benjamin Walsh 0e6aebf2c9 tests/mem_safe: place test buffers at the edges of RAM
This test checks if it can write at the edges of RAM within the kernel
image. The problem is that this memory is not meant to be trampled on.

With the help of custom linker scripts, place 32-byte buffers at those
edges.

Only linker scripts for QEMU on x86 and Cortex-M3 are provided, to avoid
having to maintain too many of them, in case the reference linker
scripts in the kernel change.

JIRA: ZEP-707

Change-Id: Icd5d680ce2cf064cce083c3d244a196e292bd453
Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
2016-09-15 09:42:24 -04:00
..
benchmark boards: ia32_pci is long gone, use galileo instead 2016-09-12 12:28:46 +00:00
bluetooth Bluetooth: tester: Add L2CAP init method 2016-09-07 09:08:47 +00:00
compliance
crypto tinycrypt: Rename current tests to avoid confusions with new algorithms 2016-09-15 10:34:05 +00:00
drivers samples: move pci tests to tests/ 2016-09-12 12:26:06 +00:00
filesystem/fat_fs tests: move test code from samples to tests 2016-09-14 15:34:17 +00:00
include tests: Allow tc_util to use printf when requested 2016-06-29 05:19:26 +00:00
kernel tests/mem_safe: place test buffers at the edges of RAM 2016-09-15 09:42:24 -04:00
net tests: Add simple CoAP tests 2016-09-12 12:25:24 +00:00
defaults.tc testcases: introduce defaults to build/deploy/evaluate 2016-07-23 18:31:18 +00:00