smartobjectoriented / soo

SOO - Smart Object Oriented - technology enables migration of Mobile Entities between Smart Objects in order to develop fully decentralized and autonomous embedded systems at large scale (https://smartobjectoriented.github.io/soo)
GNU General Public License v2.0
2 stars 1 forks source link

Not functional printk in ME #33

Open daniel-rossier opened 1 year ago

daniel-rossier commented 1 year ago

It seems that printk() - in a probe function - is not working when a ME is automatically injected by the agency app while it is working when injected manually.

daniel-rossier commented 1 year ago

With refso3 and printk() executed in vdummy/probe(), it is displayed correctly. I noticed that vuart is not used along printk() execution. This needs to be adapted (will be in this issue).

daniel-rossier commented 1 year ago

The problem was due to recent upgrades of SO3 where a test against CONFIG_SOO was missing in serial_write(). @BasileCuneo @jmi-reds Please make a test with these changes although it should not affect the behaviour.