From 48e887d044b3c996b84413beb4a776752ce3ac09 Mon Sep 17 00:00:00 2001 From: Pedro Marquez <60590701+pmmarquez@users.noreply.github.com> Date: Wed, 12 Feb 2025 12:47:35 +0100 Subject: [PATCH] Update renode-config.resc uart->usart To work with Renode v1.15.3.18516 at least for me to work I needed to change from uart to usart --- example/fwup-architecture/renode-config.resc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/fwup-architecture/renode-config.resc b/example/fwup-architecture/renode-config.resc index 7278c0d9..cf244faf 100644 --- a/example/fwup-architecture/renode-config.resc +++ b/example/fwup-architecture/renode-config.resc @@ -10,7 +10,7 @@ machine LoadPlatformDescription @platforms/cpus/stm32f429.repl machine LoadPlatformDescription @add-ccm.repl # Create a terminal window showing the output of UART2 -showAnalyzer sysbus.uart2 +showAnalyzer sysbus.usart2 # Enable GDB machine StartGdbServer 3333