zephyr-rtos-tutorial
zephyr-rtos-tutorial copied to clipboard
Zephyr: Tutorial for beginners
Hi, When I try to build the code in the thread start exercise, the k_sleep gave error. I found that the parameter k_sleep takes should be in type k_timeout_t (https://docs.zephyrproject.org/apidoc/latest/group__thread__apis.html#ga48d4b041790454da4d68ac8711f29657)....
## The current exercise invoking the k_thread_design function fails to compile in v3.1.99. I had to recast my_tid using: **extern const k_tid_t *name*;** or **extern const k_tid my_tid;** ## I...
Hi just found this gem on my learning on zephyr os API. The official documentation has good tutorials for the kernel API. Not so much for devices... Would you be...
I'm in the process of developing for a board that needs to use a driver. I'm having trouble figuring out exactly how to use it. Do you have experience with...
Many pages on the web view have broken images. For example, here https://maksimdrachov.github.io/zephyr-rtos-tutorial/docs/3-threads/introduction.html
- [Getting Started With Zephyr: West Manifest Customization](https://www.embeddedrelated.com/showarticle/1505.php) - [Getting Started With Zephyr: Devicetrees](https://www.embeddedrelated.com/showarticle/1547.php) - [Getting Started With Zephyr: Kconfig](https://www.embeddedrelated.com/showarticle/1541.php)
Good work on this project. Might be good to explain more about the device tree and related.
Images are not loading on the web version, https://maksimdrachov.github.io/zephyr-rtos-tutorial/ Example link to image: "/images/2-introduction/sample-folder.png", to my understanding means it's trying to load it from the root URL, i.e. https://maksimdrachov.github.io/images/2-introduction/sample-folder.png which...
- Restored image paths in documentation back to original links (`/images`), reversing the application of `{{ site.baseurl }}`. Although Jekyll should be able to process `{{ site.baseurl }}` into working...