OVMS3-idf/components/esptool_py
Stephen Casner 3d5f7b3efd Allow configuring serial port as USB location ID
This is a workaround for the inconsistent device naming pattern
implemented in the device driver for Silicon Labs CP2102 USB to UART
Bridge Controller.  When there are multiple devices installed on one
computer, the second and subsequent devices are given a numeric suffix
that increments every time one of the devices is plugged in.  Thus,
unplugging and reinserting a cable causes the device name to change.

The workaround is to use the device USB location identifier as an
alternative consistent handle for the device, assuming that the cable
is plugged into the same jack each time.  This workaround does not
interfere with using the normal device name as the handle for cases
where only one device is used or when the inconsistent naming is not a
problem.
2018-02-18 16:29:05 -08:00
..
esptool@200ab6e394 esptool: Update to v2.2.1 2018-01-24 17:45:49 +11:00
component.mk build system: Use component.mk for all components, refactor bootloader build 2017-07-19 09:10:48 +10:00
Kconfig.projbuild esptool: Update esptool.py to integrate reset fix for older dev boards 2017-03-03 15:34:04 +11:00
LICENSE Initial public version 2016-08-17 23:08:22 +08:00
Makefile.projbuild Allow configuring serial port as USB location ID 2018-02-18 16:29:05 -08:00