-
Notifications
You must be signed in to change notification settings - Fork 7.4k
User Experience Study Recommendations #27073
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'm revisiting these recommendations since I've had mixed results trying to fix some of these problems and I'm listed as a potential mentor on the GSOD project to work on them. In my opinion, this one is "done":
Here is a progress report on some others from my point of view:
I don't feel as qualified to comment on these since I haven't worked on docs for them directly, but perhaps @carlescufi or someone else will chime in:
|
The following recommendations were made as a result of an Intel user experience study:
Documentation for early-phase developers:
What is the development model for RTOS (differences from bare metal or standard OS application)?
development)
What is device tree and how to use it?
How to integrate sensors, drivers, and set configurations
Zephyr vs. Linux concepts (where the same, where different); leveraging Linux experience with Zephyr
Porting to custom boards; step-by-step tutorial
Memory management, preventing stack overflows, debugging tips
Document how Bluetooth and TCP/IP stack calls in Zephyr are different than Linux or Windows
Introduction to new tools like West. Be clear about optional versus required use
More information about West and how it uses Kconfig, DTS, Cmake
Create architecture diagrams to help with some of the topics above
Update error messages to be very specific to the error experienced to enable root cause identification
Adding tools to help with multi-thread application development and de-bug
Comprehensive sample app and tutorial.
The text was updated successfully, but these errors were encountered: