File tree Expand file tree Collapse file tree
_docs/tutorials/advanced/zephyr/zephyr_getting_started Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 - tutorials/core/first_application_rtos
4646 - tutorials/core/programming_rcl_rclc
4747 - tutorials/core/microxrcedds_rmw_configuration
48- - tutorials/core/hidden_section_first_application_zephyr
4948
5049- title : Advanced Tutorials
5150 docs :
5251 - tutorials/advanced/microros_nuttx_bsp
5352 - tutorials/advanced/tracing
5453 - tutorials/advanced/benchmarking
5554 - tutorials/advanced/zephyr_emulator
55+ - tutorials/advanced/zephyr/zephyr_getting_started
5656
5757- title : Demos
5858 docs :
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 11---
22title : First micro-ROS Application on Zephyr
3- permalink : /docs/tutorials/core/hidden_section_first_application_zephyr/
4- redirect_from :
5- - /docs/tutorials/advanced/zephyr/zephyr_getting_started/
3+ permalink : /docs/tutorials/advanced/zephyr/zephyr_getting_started/
64---
75
86This tutorial aims to create a new micro-ROS application on ** [ Olimex STM32-E407] ( https://www.olimex.com/Products/ARM/ST/STM32-E407/open-source-hardware ) ** evaluation board with ** [ Zephyr RTOS] ( https://www.zephyrproject.org/ ) **
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ <h4 class="panel-title">
3636 {% for item in section.docs %}
3737 {% assign item_url = item | prepend:"/docs/" | append:"/" %}
3838 {% assign p = site.docs | where:"url", item_url | first %}
39- {% unless item contains "hidden_section " %}
39+ {% unless item contains "zephyr_getting_started " %}
4040 < a class ="list-group-item {% if item_url == page.url %}active{% endif %} " href ="{{ p.url | prepend: site.baseurl }} "> {{ p.title }}</ a >
4141 {% endunless %}
4242 {% endfor %}
You can’t perform that action at this time.
0 commit comments