From 17cddfc118ebb488d34cde9cf9919aa8c90c6ef2 Mon Sep 17 00:00:00 2001 From: Laurent Meunier Date: Tue, 31 May 2016 17:45:12 +0200 Subject: [PATCH] Add NUCLEO_F446ZE detection --- mbed_lstools/lstools_base.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mbed_lstools/lstools_base.py b/mbed_lstools/lstools_base.py index 2878e18..7891315 100644 --- a/mbed_lstools/lstools_base.py +++ b/mbed_lstools/lstools_base.py @@ -87,6 +87,7 @@ def __init__(self): "0770": "ST_PLACEHOLDER", "0775": "NUCLEO_F303K8", "0777": "NUCLEO_F446RE", + "0778": "NUCLEO_F446ZE", "0780": "ST_PLACEHOLDER", "0785": "NUCLEO_F042K6", "0788": "DISCO_F469NI",