This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
555c60631a
zephyr
/
tests
/
legacy
/
kernel
/
test_mem_safe
/
prj_qemu_x86.conf
5 lines
101 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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-08-16 05:27:24 +08:00
CONFIG_MEM_SAFE=y
CONFIG_MEM_SAFE_NUM_EXTRA_REGIONS=2
CONFIG_CACHE_FLUSHING=y
kernel: add LEGACY_KERNEL option Add global option for legacy configurations and enable by default for backward compatibility. Disable option on tests and keep it on legacy samples and tests. Jira: ZEP-964 Change-Id: I0831e2aa74d438b1ac74eb762186cb220a504beb Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-01-07 21:43:32 +08:00
CONFIG_LEGACY_KERNEL=y