32bitSaviour
DIIDevHeads IoT Integration Server
•Created by 32bitSaviour on 12/21/2024 in #📦-middleware-and-os
First Contributions to Zephyr Approved for v4.1.0 – Happy to Chat About Testing and Development!
No worries.
Easiest way I found was to start out by building sample applications, flashing them on to a board to get a taste of the tooling.
Building something around a sample application, changing things, adding functionality from there you can move on to build something you want.
It can be painful but rewarding. As for specific guidelines to follow, I found the docs very informative. Though there are cases where things are missing and that gets tricky. You may have to figure things out by looking at issue comments and asking around; most of those missing things live in people's brains. 😆
The specific issues I was handling were more of testing for the POSIX architecture, I had to beware that Zephyr does not try to implement the whole POSIX OS abstraction and the Zephyr docs were instrumental in keeping aware of what is implemented and what is not.
14 replies