git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15857 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2022-12-08 09:06:27 +00:00
parent e92b8e528b
commit ddb6c2338a
2 changed files with 3 additions and 1 deletions

View File

@ -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)

View File

@ -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.