obdev / v-usb

A Firmware-Only USB implementation for Atmel's AVR Microcontrollers
1.21k stars 243 forks source link

Add support for descriptors been stored / loaded to/from EEPROM. #35

Open dioannidis opened 1 year ago

dioannidis commented 1 year ago

Hi,

I needed in a project the ability to store and retrieve descriptors from EEPROM instead of flash or RAM . So here it is my little contribution to the project .

regards,