From dad52e03ac4e91d5987fe406c0e5d110b580a1a9 Mon Sep 17 00:00:00 2001 From: Boris Hajduk Date: Sun, 16 Feb 2025 17:42:42 +0800 Subject: [PATCH] Rename nucleo-l053rb.cfg to nucleo-l053r8.cfg Testing with a Nucleo STM32L053R8 showed an error message, which pointed to a misspelling of the board name in the config filename. --- .../openocd_scripts/{nucleo-l053rb.cfg => nucleo-l053r8.cfg} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename variants/NUCLEO-L053R8/openocd_scripts/{nucleo-l053rb.cfg => nucleo-l053r8.cfg} (74%) diff --git a/variants/NUCLEO-L053R8/openocd_scripts/nucleo-l053rb.cfg b/variants/NUCLEO-L053R8/openocd_scripts/nucleo-l053r8.cfg similarity index 74% rename from variants/NUCLEO-L053R8/openocd_scripts/nucleo-l053rb.cfg rename to variants/NUCLEO-L053R8/openocd_scripts/nucleo-l053r8.cfg index 0238d98e..a9ce498f 100644 --- a/variants/NUCLEO-L053R8/openocd_scripts/nucleo-l053rb.cfg +++ b/variants/NUCLEO-L053R8/openocd_scripts/nucleo-l053r8.cfg @@ -1,4 +1,4 @@ -# This is a NUCLEO-64 board with a single STM32L053RB chip. +# This is a NUCLEO-64 board with a single STM32L053R8 chip. # source [find interface/stlink.cfg]