stm32-tkg-hid-bootloader icon indicating copy to clipboard operation
stm32-tkg-hid-bootloader copied to clipboard

Support for STM32L0 devices

Open dryas opened this issue 2 years ago • 1 comments

Hey, first of all: thanks a lot for your work. :-) I just want to ask if you can guide me in the right direction to migrate the HID bootloader to STM32L0 devices (in my case the STM32L053R8T6TR)? I'm sure you are busy with other stuff but maybe you can give me some hints and I can try it by my own? Any help appreciated. Thanks a lot.

dryas avatar Aug 11 '22 22:08 dryas

Hi. First is to study the code it self. It should be quite similar to do that for any other STM32 uC.

TheKikGen avatar Oct 24 '23 16:10 TheKikGen