From e5ad088ff299abd0465583bf5973edb05aaf876d Mon Sep 17 00:00:00 2001 From: Michel Jaouen Date: Mon, 11 Jul 2016 09:37:19 +0200 Subject: [PATCH] Add NUCLEO_F303ZE 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 ab327ad..62ae3f4 100644 --- a/mbed_lstools/lstools_base.py +++ b/mbed_lstools/lstools_base.py @@ -87,6 +87,7 @@ def __init__(self): "0740": "NUCLEO_F411RE", "0744": "NUCLEO_F410RB", "0745": "NUCLEO_F303RE", + "0747": "NUCLEO_F303ZE", "0750": "NUCLEO_F091RC", "0755": "NUCLEO_F070RB", "0760": "NUCLEO_L073RZ",