From e72ef8c943b3a335fe4354e6451be99ab1346081 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 7 Oct 2018 07:58:29 +0000 Subject: STM32 TRNG driver, not tested yet. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12342 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- demos/STM32/RT-STM32L476-DISCOVERY/Makefile | 2 +- demos/STM32/RT-STM32L496ZG-NUCLEO144/Makefile | 2 +- demos/STM32/RT-STM32L4R5ZI-NUCLEO144/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'demos') diff --git a/demos/STM32/RT-STM32L476-DISCOVERY/Makefile b/demos/STM32/RT-STM32L476-DISCOVERY/Makefile index 881f1aade..20b05ee22 100644 --- a/demos/STM32/RT-STM32L476-DISCOVERY/Makefile +++ b/demos/STM32/RT-STM32L476-DISCOVERY/Makefile @@ -89,7 +89,7 @@ PROJECT = ch MCU = cortex-m4 # Imported source files and paths. -CHIBIOS = ../../.. +CHIBIOS := ../../.. CONFDIR := ./cfg BUILDDIR := ./build DEPDIR := ./.dep diff --git a/demos/STM32/RT-STM32L496ZG-NUCLEO144/Makefile b/demos/STM32/RT-STM32L496ZG-NUCLEO144/Makefile index afb684603..efd03dbf2 100644 --- a/demos/STM32/RT-STM32L496ZG-NUCLEO144/Makefile +++ b/demos/STM32/RT-STM32L496ZG-NUCLEO144/Makefile @@ -89,7 +89,7 @@ PROJECT = ch MCU = cortex-m4 # Imported source files and paths. -CHIBIOS = ../../.. +CHIBIOS := ../../.. CONFDIR := ./cfg BUILDDIR := ./build DEPDIR := ./.dep diff --git a/demos/STM32/RT-STM32L4R5ZI-NUCLEO144/Makefile b/demos/STM32/RT-STM32L4R5ZI-NUCLEO144/Makefile index 11cdaaabe..b22e88f60 100644 --- a/demos/STM32/RT-STM32L4R5ZI-NUCLEO144/Makefile +++ b/demos/STM32/RT-STM32L4R5ZI-NUCLEO144/Makefile @@ -89,7 +89,7 @@ PROJECT = ch MCU = cortex-m4 # Imported source files and paths. -CHIBIOS = ../../.. +CHIBIOS := ../../.. CONFDIR := ./cfg BUILDDIR := ./build DEPDIR := ./.dep -- cgit v1.2.3