From e4c643851f018f0b3a664c7b8b59d416eeaaef57 Mon Sep 17 00:00:00 2001 From: Jerome COUTANT Date: Thu, 19 May 2016 13:15:57 +0200 Subject: [PATCH] Add NUCLEO_F042K6 detection Signed-off-by: Jerome COUTANT --- mbed_lstools/lstools_base.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mbed_lstools/lstools_base.py b/mbed_lstools/lstools_base.py index f7a381f..2878e18 100644 --- a/mbed_lstools/lstools_base.py +++ b/mbed_lstools/lstools_base.py @@ -88,11 +88,11 @@ def __init__(self): "0775": "NUCLEO_F303K8", "0777": "NUCLEO_F446RE", "0780": "ST_PLACEHOLDER", - "0785": "ST_PLACEHOLDER", + "0785": "NUCLEO_F042K6", "0788": "DISCO_F469NI", "0790": "NUCLEO_L031K6", "0791": "NUCLEO_F031K6", - "0795": "DISCO_F429ZI", + "0795": "DISCO_F429ZI", "0799": "ST_PLACEHOLDER", "0805": "DISCO_L053C8", "0810": "DISCO_F334C8",