Skip to content

Commit

Permalink
doc: tutorial: update to microblx v0.9
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Klotzbuecher <mk@mkio.de>
  • Loading branch information
kmarkus committed Jul 6, 2020
1 parent 8327b7f commit 98c7027
Show file tree
Hide file tree
Showing 5 changed files with 441 additions and 452 deletions.
3 changes: 2 additions & 1 deletion docs/user/developing_blocks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Generally, building a block entails the following:
1. declaring configuration: what is the static configuration of a block
2. declaring ports: what is the input/output of a block
3. declaring types: which data types are communicated / used as configuration
4. declaring block meta-data: providing further information about a block
4. declaring block meta-data: providing further oinformation about a block
5. declaring and implementing hook functions: how is the block
initialized, started, run, stopped and cleaned up?

Expand Down Expand Up @@ -449,6 +449,7 @@ blocks registered in init:
}
UBX_MODULE_CLEANUP(rnd_module_cleanup)
.. _real-time-logging:

Real-time logging
-----------------
Expand Down

0 comments on commit 98c7027

Please sign in to comment.