This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
1bcae0ea9f
zephyr
/
samples
/
subsys
/
zbus
/
zbus.rst
11 lines
94 B
ReStructuredText
Raw
Normal View
History
Unescape
Escape
samples: zbus: Add the hello world sample to zbus The hello world sample illustrates a simple way of using zbus. There is a listener and a subscriber interacting each other by using a read-only and a regular channel. The APIs are called by using the function and macro variation. Signed-off-by: Rodrigo Peixoto <rodrigopex@gmail.com>
2022-08-01 03:40:51 +08:00
..
_zbus_samples:
doc: zbus: samples: Use new Sphinx extension to document samples Use the new code-sample directive and roles to document the zbus samples so that they show up as "Related samples" when browsing zbus API. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
2023-09-07 01:35:31 +08:00
zbus Samples
samples: zbus: Add the hello world sample to zbus The hello world sample illustrates a simple way of using zbus. There is a listener and a subscriber interacting each other by using a read-only and a regular channel. The APIs are called by using the function and macro variation. Signed-off-by: Rodrigo Peixoto <rodrigopex@gmail.com>
2022-08-01 03:40:51 +08:00
############
..
toctree
::
:maxdepth:
1
:glob:
**/*