vdudouyt / stm8flash

program your stm8 devices with SWIM/stlinkv(1,2)
GNU General Public License v2.0
402 stars 182 forks source link

Make device name comparison case insensitive. #114

Closed herm closed 5 years ago

spth commented 5 years ago

I agree with making the comparison case-insensitive. But I don't like operating on the unchecked user input or doing ascii-specific computations, so I implemented a different solution.

Philipp