gc_n64_usb-v3/README.md

28 lines
1.0 KiB
Markdown
Raw Normal View History

2016-11-27 14:34:03 -05:00
# Gamecube/N64 to USB adapter firmware (3rd generation)
2015-12-06 23:10:27 -05:00
## Introduction
This is the source code for a Gamecube/N64 controller to USB adapter firmware
meant to run on [raphnet.net Multiuse PCB-X](http://www.raphnet.net/electronique/multiuse_pcbX/index_en.php).
2016-11-27 14:34:03 -05:00
## Homepage
* English: [Gamecube/N64 controller to USB adapter (Third generation)](http://www.raphnet.net/electronique/gcn64_usb_adapter_gen3/index_en.php)
* French: [Adaptateur manette Gamecube/N64 à USB (Troisième génération)](http://www.raphnet.net/electronique/gcn64_usb_adapter_gen3/index.php)
2015-12-06 23:10:27 -05:00
## License
The project is released under the General Public License version 3.
## Compiling the firmware
You will need a working avr-gcc toolchain with avr-libc and standard utilities such as make. Just
type 'make' and it should build just fine. Under Linux at least.
## Programming the firmware
The makefile has a convenient 'flash' target which sends a command to the firmware to enter
the bootloader and then executes dfu-programmer (it must of course be installed) with the
correct arguments.