Skip to content

Commit

Permalink
Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
elfmimi committed Oct 15, 2022
1 parent 59dcfe8 commit 9d25ff1
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[![Reseases](https://img.shields.io/github/tag/elfmimi/ProMicro-AVRISP-MKII.svg)](../../releases)
# ProMicro as AVRISP-mkII (fork of [lufa](https://github.com/abcminiuser/lufa))
## Building AVRISP-mkII for ProMicro (ATmega32U4) made easy

This is a fork of lufa to make it easy for anyone to build only one of it's subprojects, namely AVRISP-MKII.

## How to build

`git clone --recursive https://github.com/elfmimi/ProMicro-AVRISP-mkII.git`\
`cd ProMicro-AVRISP-mkII`\
`make`

You'll need avr toolchain.\
In case of Debian/Ubuntu `apt install gcc-avr avr-libc make`

For Windows, download the binary distributed by Microchip.\
https://www.microchip.com/en-us/tools-resources/develop/microchip-studio/gcc-compilers \
You'll also need gnu make command which is found in MSYS2/MinGW or Cygwin.

## License

It is released under modified MIT license as so declared in lufa's README.txt .

0 comments on commit 9d25ff1

Please sign in to comment.