From 430578957f37f42815ffea900cbc3459d6fd0888 Mon Sep 17 00:00:00 2001 From: henrikssn Date: Mon, 28 Jun 2021 02:35:34 +0200 Subject: stm32: Add support for STM32F072 (used in the TurboCAN board) (#4412) * Add menuconfig option for stm32f072 * Add support for internal temp of stm32f072 * Share the temperature calculation logic between stm32f0x2 MCUs Signed-off-by: Erik Henriksson --- scripts/flash_usb.py | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/flash_usb.py') diff --git a/scripts/flash_usb.py b/scripts/flash_usb.py index 550051f3..04e2ba3f 100755 --- a/scripts/flash_usb.py +++ b/scripts/flash_usb.py @@ -244,6 +244,7 @@ MCUTYPES = { 'sam3': flash_atsam3, 'sam4': flash_atsam4, 'samd': flash_atsamd, 'lpc176': flash_lpc176x, 'stm32f103': flash_stm32f1, 'stm32f4': flash_stm32f4, 'stm32f042': flash_stm32f4, + 'stm32f072': flash_stm32f4 } -- cgit v1.2.3-70-g09d2