Conversation
02b0d4b to
a229d78
Compare
kr-t
left a comment
There was a problem hiding this comment.
Do we want to maybe replace the sample app in the future from the board to a simulation? Like everyone can run native_sim or its 64b version
note: we refer to physical board in sample commands in samples folder, but to native_sim in GetStartedZephyr guide,
Otherwise, guides look good to me, once we fix minor typos.
5a0498e to
5ce0b7d
Compare
| west flash | ||
| ``` | ||
|
|
||
| which should not erase the storage partition. |
There was a problem hiding this comment.
This is not always true. From my experience, whether zephyr flash is called w --erase or --no-erase depends on the target and differs from board to board. For example, on U585, west flash would erase the storage partition if it is located in the main flash (same as app), but not touch it if it is located on external flash. More often than not, using --no-erase might make sense to be included on subsequential flashes. Then, once again, some targets just ignore it completely.
There was a problem hiding this comment.
P.S. This is just a note regarding Zephyr, I don't think we must do anything w it, just might want to note for the future if we'll have inconsistencies.
There was a problem hiding this comment.
Then I guess it will depend on the runner. In the pico, if I don't pass --erase it will just erase the area of the flash being written IIRC. Maybe we should add a note about --no-erase
|
closes #122 |
6243c5c to
d1f4508
Compare
We add the Devcontainer and Getting Started guides for Zephyr and Linux. Signed-off-by: Marco Casaroli <marco.casaroli@gmail.com>
We add the documentation about system tests, memory leak checks and source code test coverage reporting. Signed-off-by: Marco Casaroli <marco.casaroli@gmail.com>
Signed-off-by: Marco Casaroli <marco.casaroli@gmail.com>
Signed-off-by: Marco Casaroli <marco.casaroli@gmail.com>
Signed-off-by: Marco Casaroli <marco.casaroli@gmail.com>
Signed-off-by: Marco Casaroli <marco.casaroli@gmail.com>
Signed-off-by: Marco Casaroli <marco.casaroli@gmail.com>
Signed-off-by: Marco Casaroli <marco.casaroli@gmail.com>
Signed-off-by: Marco Casaroli <marco.casaroli@gmail.com>
Signed-off-by: Marco Casaroli <marco.casaroli@gmail.com>
Signed-off-by: Marco Casaroli <marco.casaroli@gmail.com>
Signed-off-by: Marco Casaroli <marco.casaroli@gmail.com>
d1f4508 to
09a87eb
Compare
Description
This is the first of a series of PRs adding documentation for the new ocre rewrite from #116.
Other pages will come in the next PRs and then a final PR integrating the documentation generation.
As usual, if you have any questions, feel free to reach out!
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Just read the .md files in GitHub.
Checklist: