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
5aef8dd1ad
zephyr
/
samples
/
task_profiler
/
sample_microkernel_app
/
Makefile
6 lines
98 B
Makefile
Raw
Normal View
History
Unescape
Escape
samples: adds task_profiler application, code and scripts This patches includes - a profiler file/Makefile that can be added to an application to enable kernel event logger flush over UART - a nanokernel and a microkernel sample application permitting to exercise the profiler - scripts permitting to get kernel event profiler data over UART console and post-process this data Origin: Original Change-Id: Icacf4354c526c7f780b11371e9c28c87e6461eb8 Signed-off-by: Fabrice Olivero <fabrice.olivero@intel.com>
2016-04-21 20:44:26 +08:00
MDEF_FILE
=
prj.mdef
BOARD
?=
qemu_x86
task profiler: project configuration files clean up The sample applications for task profiling requires a default project configuration file that can be used as reference for any other board. Quark SE dev board has some optional optimizations that can be added using the prj_quark_se_devboard.conf file. Some redundant symbols were removed to simplify the reading of the configuration. Jira: ZEP-698 Change-Id: I71d584d4454392e740f8b7a2c2f47206b76c3abf Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@intel.com>
2016-09-10 00:44:46 +08:00
CONF_FILE
?=
prj.conf
samples: adds task_profiler application, code and scripts This patches includes - a profiler file/Makefile that can be added to an application to enable kernel event logger flush over UART - a nanokernel and a microkernel sample application permitting to exercise the profiler - scripts permitting to get kernel event profiler data over UART console and post-process this data Origin: Original Change-Id: Icacf4354c526c7f780b11371e9c28c87e6461eb8 Signed-off-by: Fabrice Olivero <fabrice.olivero@intel.com>
2016-04-21 20:44:26 +08:00
i
n
c
l
u
d
e
$
{
Z
E
P
H
Y
R
_
B
A
S
E
}
/
M
a
k
e
f
i
l
e
.
i
n
c