TheKikGen

Results 3 issues of TheKikGen

First, thanks for this very small bootloader, and for inspiration around HID ! I have tested the last master branch with a STM32103RC (48K RAM/256K Flash), being a HD device....

The HID search loop in the CLI code has a bug. `````` BUG HERE -----------------v if((cur_dev->vendor_id == VID)&&(cur_dev->product_id = PID)) `````` should be **==** instead of = `````` if((cur_dev->vendor_id ==...

(Original post From JuJulien94) Thank you for your site it s really helpful. But I have a situation... It s seems that my mpc x is only detected by computers...