Closed LasseRosenow closed 1 week ago
Memory usage after merging this PR will be:
Memory usage after merging this PR will be:
Memory usage after merging this PR will be:
Memory usage after merging this PR will be:
Okay so I have done some changes.
To make everything compile for now my solution is to also add proto
and nanopb
as external_modules
and let the reactor-uc
external module depend on it.
I hope I can find a more general way to do this after I get time to talk to some more knowledgeable RIOT maintainers :)
BUT at least we can compile the RIOT examples now and this solution works
and helps me a lot to finally test things properly :)
Memory usage after merging this PR will be:
Memory usage after merging this PR will be:
Memory usage after merging this PR will be:
Okay I reverted the RIOT submodule :)
Memory usage after merging this PR will be:
Memory usage after merging this PR will be:
Memory usage after merging this PR will be:
Memory usage after merging this PR will be:
Memory usage after merging this PR will be:
Memory usage after merging this PR will be:
Memory usage after merging this PR will be:
Memory usage after merging this PR will be:
Okay I have now restructured the code and the external_modules
now live under make/riot
.
They are invoked by a riot.mk
file that can be found in the make/riot
directory as well.
Memory usage after merging this PR will be:
Memory usage after merging this PR will be:
Memory usage after merging this PR will be:
I set this to draft because even though the threads work now, there are still some compilation problems with riot because of stricter rules. I will see to disable them somehow in make.
Memory usage after merging this PR will be:
Memory usage after merging this PR will be:
Memory usage after merging this PR will be:
Memory usage after merging this PR will be:
Memory usage after merging this PR will be:
@erlingrj I think this should be ready to merge now. Feel free to comment if you find remaining problems with this PR :)
Memory usage after merging this PR will be:
Coverage after merging add-riot-example into main will be
32.27% |
---|
The only relevant changes here are in the "examples" directory.
Probably not the most clean solution, but it works for now.
See my comments for some questions.