zephyr/subsys/testsuite
Andrew Boie 7707060959 userspace: get rid of app section placeholders
We used to leave byte-long placeholder symbols to ensure
that empty application memory sections did not cause
build errors that were very difficult to understand.

Now we use some relatively portable inline assembly to
generate a symbol, but don't take up any extra space.

The malloc and libc partitions are now only instantiated
if there is some data to put in them.

Fixes: #13923

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2019-03-04 08:05:16 -08:00
..
coverage tests: move tests/coverage to subsys/testsuite 2019-03-04 08:24:42 -05:00
include libc: fix CONFIG_STDOUT_CONSOLE semantics 2019-02-26 08:00:33 -06:00
ztest userspace: get rid of app section placeholders 2019-03-04 08:05:16 -08:00
CMakeLists.txt tests: move testsuite and configs into subsys/ 2019-02-22 08:58:40 -05:00
Kconfig kconfig: Remove redundant 'default n' properties 2019-02-27 09:25:22 +01:00
unittest.cmake tests: move testsuite and configs into subsys/ 2019-02-22 08:58:40 -05:00