Skip to content

Added chatter.rb

Alexandre Leblanc requested to merge dev into master

This is a Uboot chatter It alow to send command and expect exact return.

Each command is executed in a scheduler/monitor concurrent pattern.

This way we can send multiple command without killing the process started by RubyExpect::Expect

Merge request reports