zephyr/samples/samples.rst
Alexander Wachter 2de9f2f8fd samples: can: Add example code for CAN driver
This adds example and testing code for CAN driver.
Tested on stm32f072b disco.
Examples are given for:
- can_configure
- can_attach_isr
- can_attach_msgq
- can_send

Signed-off-by: Alexander Wachter <alexander.wachter@student.tugraz.at>
2018-05-19 20:19:30 +02:00

28 lines
419 B
ReStructuredText

.. _samples-and-demos:
Samples and Demos
#################
.. toctree::
:maxdepth: 2
:glob:
kernel
basic/*
subsys/subsys.rst
net/net.rst
bluetooth/bluetooth.rst
sensor/*
grove/*
boards/*
mpu/*
drivers/drivers.rst
application_development/*
display/*
can/README.rst
To add a new sample document, please use the template available under
:file:`doc/templates/sample.tmpl`