mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 22:43:50 +01:00
boards: cc2538dk: remove machine SetClockSource.
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 <jeandudey@hotmail.com>
This commit is contained in:
parent
3672502f6f
commit
94ca53c3b9
1
boards/cc2538dk/dist/board.resc
vendored
1
boards/cc2538dk/dist/board.resc
vendored
@ -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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user