No description
Find a file
Federico Fissore 07a84b71ba Merge pull request #15 from arduino/bitron
Added 'arduinotre' programmer to Avrdude 6.0.1.
2014-06-10 15:43:42 +02:00
avr-libc-patches Merging WinAVR patches 2013-09-30 16:46:42 +02:00
avrdude-patches Changed 'arduinotre' programmer description and added pins definition. 2014-06-10 15:27:05 +02:00
binutils-patches Renamed folders contains patches: makes everything more clear 2014-01-23 09:45:03 +01:00
gcc-patches Renamed folders contains patches: makes everything more clear 2014-01-23 09:45:03 +01:00
.gitignore Added 'arduinotre' programmer to Avrdude 6.0.1. 2014-06-10 13:39:58 +02:00
arch.arm.build.bash Fixed zip file name 2014-01-13 13:21:58 +01:00
arch.linux32.build.bash Added linux64 arch 2014-01-11 12:08:11 +01:00
arch.linux64.build.bash Added linux64 arch 2014-01-11 12:08:11 +01:00
arch.mac32.build.bash Trying to fix Illegal 4 error message on Mac 10.7.5 2014-01-12 20:13:15 +01:00
arch.win32.build.bash Added linux64 arch 2014-01-11 12:08:11 +01:00
avr-libc.build.bash Cleaning after every build to save disk space 2014-01-21 15:01:22 +01:00
avrdude.build.bash Added 'arduinotre' programmer to Avrdude 6.0.1. 2014-06-10 13:39:58 +02:00
binutils.build.bash Renamed folders contains patches: makes everything more clear 2014-01-23 09:45:03 +01:00
build.all.bash Updated Avrdude to version 6.0.1. 2014-02-10 17:01:42 +01:00
clean.bash Updated Avrdude to version 6.0.1. 2014-02-10 17:01:42 +01:00
gcc.build.bash Renamed folders contains patches: makes everything more clear 2014-01-23 09:45:03 +01:00
Readme.md Fixed Debian requirements 2014-02-27 17:36:53 +01:00

Note: setup has been done on partially set up development machines. If, trying to compile on your machine, you find any package missing from the following list, please open an issue at once! We all can't afford wasting time on setup :)

Debian requirements

sudo apt-get install build-essential gperf bison subversion texinfo zip automake flex libusb-dev libusb-1.0-0-dev

Mac OSX requirements

sudo port selfupdate
sudo port upgrade outdated
sudo port install wget +universal
sudo port install automake +universal
sudo port install autoconf +universal
sudo port install gpatch +universal

Windows requirements

Cygwin installed with all the development tools including

  • gperf
  • bison
  • flex
  • subversion
  • automake
  • autoconf
  • texinfo (must be at version 4.13-4 since 5+ won't work)

Upstream credits

Most patches come from Debian and a few from WinAVR. Thank you guys for the awesome work

Credits

Consult the list of contributors.

License

The bash scripts are GPLv2 licensed. Every other software used by these bash scripts has its own license. Consult them to know their terms.