samples: remove unused MDEF file
This is a nanokernel sample and the MDEF file is not being used at all. Change-Id: I344adfa9394329258144de88521764974238f6a3 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
f720bb12a7
commit
6ab9701330
2 changed files with 0 additions and 12 deletions
|
@ -1,5 +1,4 @@
|
|||
BOARD ?= arduino_101_sss
|
||||
VPFILE = prj.mdef
|
||||
KERNEL_TYPE = nano
|
||||
CONF_FILE = prj.conf
|
||||
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
% Application : Hello demo
|
||||
|
||||
% TASK NAME PRIO ENTRY STACK GROUPS
|
||||
% ==================================
|
||||
TASK TASKA 7 taskA 2048 [EXE]
|
||||
TASK TASKB 7 taskB 2048 [EXE]
|
||||
|
||||
% SEMA NAME
|
||||
% =============
|
||||
SEMA TASKASEM
|
||||
SEMA TASKBSEM
|
Loading…
Add table
Add a link
Reference in a new issue