Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alexforencich/xgrid
- Owner: alexforencich
- License: mit
- Created: 2012-02-07T08:34:01.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2014-09-07T19:56:30.000Z (over 10 years ago)
- Last Synced: 2023-10-26T12:34:27.660Z (over 1 year ago)
- Language: C++
- Homepage: http://alexforencich.com/wiki/en/xgrid/
- Size: 267 KB
- Stars: 7
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
XGrid
AVR XMEGA Grid Computing
For more information and updates:
http://alexforencich.com/wiki/en/xgrid/startGitHub repository:
https://github.com/alexforencich/xgridCompiling (Linux)
Requirements
* binutils-avr
* avr-gcc
* libc-avr
* avrdudeProcedure
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
* avrdudeProcedure
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