项目作者: Southampton-EEE

项目描述 :
A build routine for UoS's Il Matto board
高级语言: Batchfile
项目地址: git://github.com/Southampton-EEE/avr-make.git
创建时间: 2015-11-07T00:53:49Z
项目社区:https://github.com/Southampton-EEE/avr-make

开源协议:

下载


avr-make

A build routine for UoS’s Il Matto board.

Installation

Mac and Linux

There is an automated installation script that copys the script to your
/usr/local/bin, so that you can run the script from any directory. Run this
script like so:

  1. ./install

It will then prompt you for your password.

Windows

There is currently no automated installer for the Windows script. You can
either copy avr-make.bat to your working folder, or place it somewhere on
your system and add it to the environment variable %PATH%.

To do this, navigate to: My Computer -> Properties -> Advanced -> Environment Variables -> Path, and add a ; then the location of the avr-make.bat file
on your system.

Uploading to the Board

Run like so:

  1. avr-make file1.c file2.c

Before running make sure the Il Matto is plugged in and the bootloader is
activated.

Compiles using avr-gcc, then uses avr-objcopy before sending the file over
USB with avrdude. Note that this package dosn’t include these dependancies.

Errors

In the latest version when an error is thrown by one of the above packages it
is now displayed.