adafruit / Adafruit_Adalink

Python wrapper for Segger's J-Link Commander & STMicro STLink V2 to flash various ARM MCUs
MIT License
125 stars 33 forks source link

Installation requires using develop mode #8

Open tdicola opened 9 years ago

tdicola commented 9 years ago

When installed with the normal python setup.py install mode there's some kind of path issue preventing the cores from being dynamically loaded. This was noticed on windows, but perhaps exists on other platforms. Need to debug why develop mode and its symlinks work vs a normal install which doesn't work.