rumpeltux / esp-stlink

ESP8266 firmware that implements the SWIM protocol for debug access / flashing of STM8 devices
GNU General Public License v3.0
87 stars 21 forks source link

Serial number #5

Open lkord opened 6 years ago

lkord commented 6 years ago

Is it possible to distinguish two esp-stlinks by their serial number or id?I have two micros to program and do not want to waste time on plugging between two micros. while I am debugging. regards luk

rumpeltux commented 6 years ago

Such a functionality is not (yet) implemented. One could probably add a command that returns the device’s MAC address. Patches are welcome :)

One can probably even go further and allow multiple targets from one esp-stlink. Currently the PINs are hardwired, but one can probably lift the restriction without impacting timing too much.