zephyr/tests/benchmark/object_footprint
Anas Nashif 179ce1c891 boards: remove obsolete board basic_minuteia
This board is not being used or tested and does not actually
run on any hardware, remove it in favor of well supported boards
for this CPU.

Jira: ZEP-850
Change-Id: I01c825c7eb44d6c321f2ffb88e8899da528921dc
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-09-22 22:09:34 +00:00
..
src nanokernel: deprecate dynamic IRQs 2016-04-15 16:02:12 +00:00
.gitignore object-footprint: gitignore generated output 2016-03-29 11:07:55 +00:00
Kconfig Cleanup whitespace in Kconfig files 2016-05-25 13:28:07 -05:00
Makefile boards: remove obsolete board basic_minuteia 2016-09-22 22:09:34 +00:00
README.txt move benchmark applications to tests/benchmark/ 2016-02-11 13:08:44 -05:00
prj00.conf move benchmark applications to tests/benchmark/ 2016-02-11 13:08:44 -05:00
prj01.conf move benchmark applications to tests/benchmark/ 2016-02-11 13:08:44 -05:00
prj02.conf move benchmark applications to tests/benchmark/ 2016-02-11 13:08:44 -05:00
prj03.conf move benchmark applications to tests/benchmark/ 2016-02-11 13:08:44 -05:00
prj04.conf move benchmark applications to tests/benchmark/ 2016-02-11 13:08:44 -05:00
prj05.conf move benchmark applications to tests/benchmark/ 2016-02-11 13:08:44 -05:00
prj06.conf move benchmark applications to tests/benchmark/ 2016-02-11 13:08:44 -05:00
prj07.conf move benchmark applications to tests/benchmark/ 2016-02-11 13:08:44 -05:00
prj08.conf move benchmark applications to tests/benchmark/ 2016-02-11 13:08:44 -05:00
prj09.conf move benchmark applications to tests/benchmark/ 2016-02-11 13:08:44 -05:00
prj10.conf nanokernel: deprecate dynamic IRQs 2016-04-15 16:02:12 +00:00
prj11.conf nanokernel: deprecate dynamic IRQs 2016-04-15 16:02:12 +00:00
run.sh move benchmark applications to tests/benchmark/ 2016-02-11 13:08:44 -05:00

README.txt

Title: Nanokernel Object Footprint Measurement

Description:
This sample builds multiple kernels with different configurations
starting with a minimal kernel that basically does nothing and
adds features one by one to measure the minimal footprint for the
various supported kernel objects and features.

Usage:

Execute ./run.sh which will build all configurations and will create
a text file with the footprint results for each configuration.