]> rtime.felk.cvut.cz Git - rtems-devel.git/commit
appsmptest: include simple application to test RTEMS SMP capabilities.
authorPavel Pisa <pisa@cmp.felk.cvut.cz>
Sun, 4 Sep 2016 14:45:40 +0000 (16:45 +0200)
committerPavel Pisa <pisa@cmp.felk.cvut.cz>
Sun, 4 Sep 2016 14:45:40 +0000 (16:45 +0200)
commited88b855399a4f66900e4f5d82b9e3951de88cec
tree4c0e3509907889a46c01a6b2edb0e7cb3cfecdc1
parentbdbb41b7f3c3d1e9a4c339dd0866e33a009e4050
appsmptest: include simple application to test RTEMS SMP capabilities.

It requires at least two CPU cores to start.

Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
rtems-omk-template/Makefile.omk
rtems-omk-template/appsmptest/Makefile [new file with mode: 0644]
rtems-omk-template/appsmptest/Makefile.omk [new file with mode: 0644]
rtems-omk-template/appsmptest/app_def.h [new file with mode: 0644]
rtems-omk-template/appsmptest/init.c [new file with mode: 0644]
rtems-omk-template/appsmptest/system.h [new file with mode: 0644]
rtems-omk-template/appsmptest/task_1.c [new file with mode: 0644]