obdev / v-usb

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

Microchip Studio template #32

Open chris-heo opened 2 years ago

chris-heo commented 2 years ago

Not really an issue but something to simplify work with Microchip Studio (formerly known as Atmel Studio): You can copy the attached file to the ProjectTemplate folder of Microchip Studio (usually located in %USERPROIFILE%\Documents\Atmel Studio\7.0\Templates):

v-usb.zip

When creating a new project, you can now select V-USB. The template is based on commit 7a28fdc, I modified Readme.txt to reflect the file structure a bit more and added some information regarding F_CPU settings.

I hope it is in the sense of the community to post this here. If you (obdev) want to publish this, feel free to do so. From my side it's all yours! :) If you want to give credit, feel free to link either my GitHub profile.

Cheers Chris