There was an error while loading. Please reload this page.
1 parent 3a795cf commit 671c64cCopy full SHA for 671c64c
1 file changed
examples/multiple-analyzers.py
@@ -11,8 +11,8 @@
11
12
from Antmicro.Renode.Peripherals.UART import IUART
13
14
-dts_url = "https://new-zephyr-dashboard.renode.io/zephyr/7f83db489e60f1ab93da01bccd744e4972c843e9/arduino_nicla_sense_me/hello_world/hello_world.dts"
15
-elf_url = "https://new-zephyr-dashboard.renode.io/zephyr/7f83db489e60f1ab93da01bccd744e4972c843e9/arduino_nicla_sense_me/hello_world/hello_world.elf"
+dts_url = "https://zephyr-dashboard.renode.io/zephyr/d14a547d4259a541c9baafb4bef6d4e2566f42b7/arduino_nicla_sense_me/hello_world/hello_world.dts"
+elf_url = "https://zephyr-dashboard.renode.io/zephyr/d14a547d4259a541c9baafb4bef6d4e2566f42b7/arduino_nicla_sense_me/hello_world/hello_world.elf"
16
17
session = requests.Session()
18
0 commit comments