zephyr/samples/microkernel/test/test_map_priv/prj.mdef
Daniel Leung 971eb0ef44 samples/microkernel: add test for private memory maps
This adds unit test for microkernel private memory maps.
The code piggybacks to the public memory map test (by
including the same source file), so any updates to
the test will be applied to both.

Note that the prj.mdef are different for both tests, since
the private memory maps test move the memory maps inside
source code. So, both mdef files will need to be updated at
the same time.

Change-Id: Ia7f65f55b61d9fb0d42ba58d63662e914d69194e
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2016-02-05 20:15:18 -05:00

22 lines
624 B
Plaintext

% Application : test microkernel map APIs
% Please keep this in-sync with ../test_map/prj.mdef
% except those specified below
% TASK NAME PRIO ENTRY STACK GROUPS
% ===================================================
TASK REGRESSTASK 5 RegressionTask 2048 [EXE]
TASK HELPERTASK 7 HelperTask 2048 [EXE]
% MAP MAP_LgBlks is defined within the source file,
% so keep it commented out here.
%
% MAP NAME BLOCKS BLOCKSIZE
% ================================
% MAP MAP_LgBlks 2 1024
% SEMA NAME
% ====================
SEMA SEM_HELPERDONE
SEMA SEM_REGRESSDONE