From ddb6c2338a54dee32c792647dd76e37c9e07ad82 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Thu, 8 Dec 2022 09:06:27 +0000 Subject: [PATCH] Fixed bug #1244. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15857 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- readme.txt | 2 ++ testhal/STM32/multi/ADC/make/stm32l053r8_nucleo64.make | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 7806c8a50..b080795bd 100644 --- a/readme.txt +++ b/readme.txt @@ -131,6 +131,8 @@ - NEW: Increased stacks size in RT test suite from 128 to 192. added an option to override the stack size by defining THREADS_STACK_SIZE in the makefile. +- FIX: Fixed wrong path in STM32L053 ADC demo makefile (bug #1244) + (backported to 20.3.5)(backported to 21.11.3). - FIX: Fixed missing semicolon in STM32 OTGv1 driver (bug #1243) (backported to 20.3.5)(backported to 21.11.3). - FIX: Fixed HSI48 not enabled for STM32L496/​4A6 (bug #1242) diff --git a/testhal/STM32/multi/ADC/make/stm32l053r8_nucleo64.make b/testhal/STM32/multi/ADC/make/stm32l053r8_nucleo64.make index 2f2f1e7f1..d1e9d7bac 100644 --- a/testhal/STM32/multi/ADC/make/stm32l053r8_nucleo64.make +++ b/testhal/STM32/multi/ADC/make/stm32l053r8_nucleo64.make @@ -91,7 +91,7 @@ MCU = cortex-m0 # Imported source files and paths. CHIBIOS := ../../../.. CONFDIR := ./cfg/stm32l053r8_nucleo64 -BUILDDIR := ./build/stm32l063r8_nucleo64 +BUILDDIR := ./build/stm32l053r8_nucleo64 DEPDIR := ./.dep/stm32l053r8_nucleo64 # Licensing files.