Skip to content

Commit 7abe0be

Browse files
committed
Adding NUCLEO_F207ZG detection
$ mbedls -j [ { "daplink_build": "Nov 19 2015 15:23:07", "daplink_url": "http://mbed.org/device/?code=08350221044F69753B0BF07D", "daplink_version": "0221", "mount_point": "E:", "platform_name": "NUCLEO_F207ZG", "platform_name_unique": "NUCLEO_F207ZG[0]", "serial_port": "COM14", "target_id": "08350221044F69753B0BF07D", "target_id_mbed_htm": "08350221044F69753B0BF07D", "target_id_usb_id": "0669FF545552867067035337" }, ]
1 parent 403f4bc commit 7abe0be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mbed_lstools/lstools_base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ def __init__(self):
101101
"0816": "NUCLEO_F746ZG",
102102
"0820": "DISCO_L476VG",
103103
"0824": "LPC824",
104+
"0835": "NUCLEO_F207ZG",
104105
"0900": "XPRO_SAMR21",
105106
"0905": "XPRO_SAMW25",
106107
"0910": "XPRO_SAML21",

0 commit comments

Comments
 (0)