Martin Schröder
Martin Schröder
I solved machine id by passing 0xffffffff in r1 instead of machine which makes the new kernel use device tree. However now it seems there are deeper problems because machine_desc...
@sdalu control systems toolbox for zephyr provides this here: https://github.com/swedishembedded/control/blob/main/src/linalg/lup.c We also have a whole range of decompositions and advanced algorithms.. https://github.com/swedishembedded/control/blob/main/src/sysid/sr_ukf_parameter_estimation.c https://github.com/swedishembedded/control/blob/main/src/linalg/svd_golub_reinsch.c
@PiotrZierhoffer ah very nice. Logger viewer was exactly what I was looking for. I like the python approach as well. What would be a good way to get a detailed...
Polling is not the right solution. Ideally this should be a semaphore or conditional variable.
Still happening (latest ubuntu). However localization fix fixed it. Other warnings though: 
There is no need to support mac and windows. Use linux for development.
It would also be nice to have something like "west forall-in-group" or something similar so that it is possible to run it only on a subset of projects.
> @mkschreder I'm going to wait to merge #641 until: > > 1. you confirm it's what you're looking for > 2. after that, I have time to write some...
Same here. Should be using tmp.
A timeline component would be great