Skip to content

Commit

Permalink
boards: cc2538dk: remove machine SetClockSource.
Browse files Browse the repository at this point in the history
It causes errors on current Renode versions. It wasn't documented on the
Renode changelog, but SetClockSource property was removed. Before this
change it showed this error:

    There was an error executing command 'machine SetClockSource cpu'
    machine does not provide a field, method or property SetClockSource.

Signed-off-by: Jean Pierre Dudey <[email protected]>
  • Loading branch information
jeandudey committed Jan 15, 2020
1 parent 3672502 commit 94ca53c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion boards/cc2538dk/dist/board.resc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
mach create
using sysbus
machine LoadPlatformDescription @platforms/cpus/cc2538.repl
machine SetClockSource cpu

machine PyDevFromFile @scripts/pydev/rolling-bit.py 0x400D2004 0x4 True "sysctrl"

Expand Down

0 comments on commit 94ca53c

Please sign in to comment.