]> rtime.felk.cvut.cz Git - rtems-devel.git/commit
Network enabled template application.
authorPavel Pisa <pisa@cmp.felk.cvut.cz>
Tue, 6 Aug 2013 13:33:36 +0000 (15:33 +0200)
committerPavel Pisa <pisa@cmp.felk.cvut.cz>
Tue, 6 Aug 2013 13:33:36 +0000 (15:33 +0200)
commit6e225be470a6688d94cf4915bc47b3c6877a25dd
tree50ecab0d7149db3eae8a3c37cf994d251564e7da
parent396ae37a0235fcc0f5a2eba1448ad360d635e6ec
Network enabled template application.

Build of network example is controlled by specification of

  CONFIG_OC_APP_APPNET=y

in config.omk file in the project top directory.

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