Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexforencich/xgrid

AVR XMEGA Grid Computing
https://github.com/alexforencich/xgrid

Last synced: 3 months ago
JSON representation

AVR XMEGA Grid Computing

Awesome Lists containing this project

README

        

XGrid

AVR XMEGA Grid Computing

For more information and updates:
http://alexforencich.com/wiki/en/xgrid/start

GitHub repository:
https://github.com/alexforencich/xgrid

Compiling (Linux)

Requirements

* binutils-avr
* avr-gcc
* libc-avr
* avrdude

Procedure

1. Install required packages

2. Edit makefile for device and programmer settings

3. Build

$ make

4. Program

$ make program

Compiling (Windows)

Requirements

* binutils-avr
* avr-gcc
* libc-avr
* avrdude

Procedure

1. Install software

* Install WinAVR from http://sourceforge.net/projects/winavr/files/WinAVR/20100110/

2. Edit makefile for device and programmer settings

3. Build

> make

4. Program

> make program