renode-bridge: enable peripheral logging for sysbus.led

As per issue #182, logging output is only displayed when
`LogPeripheralAccess` is called on the particular peripheral.  This
patch adds this call to the setup script.

Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
Sean Cross 2020-03-02 21:09:00 +08:00
parent 2707926e8d
commit fda6bed5ca

View File

@ -40,6 +40,8 @@ Run ``renode`` and in the Monitor type:
(monitor) include @scripts/complex/fomu/renode_etherbone_fomu.resc
(machine-0) start
Starting emulation...
(machine-0) sysbus LogPeripheralAccess sysbus.led
You see a new window with a `shell
application <https://github.com/antmicro/zephyr/commit/29d8e51da15237f2a6bd2a3c8c97e004a66fc97a>`__,