Statistics
| Branch: | Revision:

amiro-apps / apps / HelloWorld @ e66111dc

# Date Author Comment
e66111dc 2020-07-06 13:52 Svenja Kenneweg

Argument from node functions is now printed

a33cec74 2020-07-04 16:51 Svenja Kenneweg

Fixed some small errors, extended hello world application so that argument is printed (not finished)

358e7de5 2020-06-29 19:43 Svenja Kenneweg

Wrote hello world functions for all three node functions (loop, shutdown, setup) for testing.

fdf47c5d 2020-06-25 16:05 Svenja Kenneweg

Code for testing the urtware:
nodes are now initialized

5d321afa 2020-06-24 16:37 Svenja Kenneweg

Some code to test the urtware (not finished)

6d4ba740 2020-05-20 13:35 Thomas Schöpping

Overhaul to the new µRtWare interface.
Rework of several settings and build chain.

f25c513d 2019-01-07 11:59 Thomas Schöpping

updated all file headers to 2019

9316d292 2018-11-13 12:58 Thomas Schöpping

Introduced a urt_osal.h interface header implementing the interfaces.

Updated the 'template' files.

Updated the AMiRo-OS and µRtWare submodules.

249c27b3 2018-11-06 10:07 Thomas Schöpping

Enhanced the makefile system and extended the HelloWorld app and configuration to serve as template.
The submodules AMiRo-OS and µRtWare have been updated in the process as well.

b74d5ee3 2018-10-22 16:15 Thomas Schöpping

Minor enhancements to README.txt and several fixed dates.
Introduced a set of Makefiles to get started.
Introduced several skeletons to be implemented:
- a HellowOrld application
- a HelloWorld configuration
- a message types folder
- a urtware_osal.h interface file....