examples/advanced/xipfs: Add mountpoint memory image inclusion and mi…#22345
examples/advanced/xipfs: Add mountpoint memory image inclusion and mi…#22345GGuche-2XS-Univ-Lille wants to merge 2 commits into
Conversation
|
Hey, thank you for your PR, just out of curiosity since the AI declaration section wasn't included in the PR description, was any AI used in this? |
|
@AnnsAnns Thank you for reviewing this PR. Sorry, I thought that I had to mention it only if it was the case; I cleared this section of the template too quickly it seems. Of course, I can edit the initial submission form, but could you please remind me what the text was ? |
All good, just wanted to have the confirmation, thank you for your PR |
crasbe
left a comment
There was a problem hiding this comment.
Please note that a lot of the comments are general and should be applied to the other code files too, I just did not want to mark all the spots repeatedly.
…xed examples - Former xipfs example has been moved to xips_minimal_example - Pre-made offboard mountpoint memory image example has been added. - An example mixing allocated and included XiPFS mountpoints has been added. This example showcases XiPFS usage in source code. - XiPFS has been bumped to latest version. - tests have been fixed accordingly. - A double mutex lock has been fixed in unlink handler
… and mixed examples
e68afe1 to
14067ed
Compare
|
@crasbe Thanks for your thorough review. |
crasbe
left a comment
There was a problem hiding this comment.
I think these are the only things I noticed.
| * @retval < 0 on errors | ||
| * @retval >= 0 otherwise |
| * | ||
| * @retval Less than 0 on errors. | ||
| * @retval 0 on success. | ||
| * @retval < 0 on errors. |
There was a problem hiding this comment.
| * @retval < 0 on errors. | |
| * @retval <0 on errors. |
| * @retval < 0 on errors. | ||
| * @retval >= 0 on success. |
There was a problem hiding this comment.
| * @retval < 0 on errors. | |
| * @retval >= 0 on success. | |
| * @retval <0 on errors. | |
| * @retval >=0 on success. |
| Two FAE files have been crafted and are provided for demonstration purposes: | ||
|
|
||
| - `hello-world.fae`, which prints the traditional "Hello World!" message and displays the current temperature. | ||
| Source code is available in the folder [01-main](https://github.com/2xs/riot-xipfs-demonstrations/tree/master/01-main) |
There was a problem hiding this comment.
| Source code is available in the folder [01-main](https://github.com/2xs/riot-xipfs-demonstrations/tree/master/01-main) | |
| Source code is available in the folder | |
| [01-main](https://github.com/2xs/riot-xipfs-demonstrations/tree/master/01-main) |
The two README.md files have some long lines that can be broken down. The exception are URLs that are too long themselves, as they cannot be broken into multiple lines.

…xed examples
Testing procedure
All examples have been tested on the
dwm1001board.Each example is now detailed in an associated
README.mdfile, next to sources.For all examples :
RIOT example usagesection in the relatedREADME.mddocument.