You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.
We should review samples so they are uniform and up to date to newest practices, as well as adding a README.md file per sample describing what it is, how to use it.
We should review samples so they are uniform and up to date to newest practices, as well as adding a README.md file per sample describing what it is, how to use it.
Newest practices: https://github.com/solettaproject/soletta-riot-samples/blob/master/simple-fbp/main.c still refers directly to the node type symbols, instead of using the function. Also not sure what is good to have the
main.c
instead ofmain.fbp
and callsol-fbp-generator
.Uniform: some samples use the recommended
SOL_MAIN_DEFAULT()
, while others use a traditionalmain.c
.Also plan in a way we can use the same samples in different small-oses, so we can rename the repository and use it for Contiki and Zephyr.
The text was updated successfully, but these errors were encountered: