From c7b544a7b14a0dacfbddbe935c9a6f6fe7d93bc1 Mon Sep 17 00:00:00 2001 From: Olaf Hagendorf Date: Fri, 1 Jul 2016 16:49:12 +0200 Subject: [PATCH] Add NUCLEO_F767ZI { "daplink_build": "Nov 4 2015 15:25:25", "daplink_url": "http://mbed.org/device/?code=08160221052D600B3A69F920", "daplink_version": "0221", "mount_point": "F:", "platform_name": "NUCLEO_F746ZG", "platform_name_unique": "NUCLEO_F746ZG[0]", "serial_port": "COM4", "target_id": "08160221052D600B3A69F920", "target_id_mbed_htm": "08160221052D600B3A69F920", "target_id_usb_id": "0670FF495448785187183619" } --- 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 9a44c76..7d62524 100644 --- a/mbed_lstools/lstools_base.py +++ b/mbed_lstools/lstools_base.py @@ -101,6 +101,7 @@ def __init__(self): "0810": "DISCO_F334C8", "0815": "DISCO_F746NG", "0816": "NUCLEO_F746ZG", + "0818": "NUCLEO_F767ZI", "0820": "DISCO_L476VG", "0824": "LPC824", "0835": "NUCLEO_F207ZG",