mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-17 16:21:57 +00:00
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>
28 lines
419 B
ReStructuredText
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`
|