diff options
author | Daniel LEVAI <leva@ecentrum.hu> | 2012-11-23 16:38:17 +0100 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-11-24 15:36:46 -0500 |
commit | ac04dac942a7afdebd041acb27882ff6f6f4ea3e (patch) | |
tree | d72644be68fe09e278370e1dd5b234d63e409a7b /development/avr8-gnu-toolchain/README | |
parent | 041ae4f64a1434f2d47776da68b4b4f01a9d83a8 (diff) | |
download | slackbuilds-ac04dac942a7afdebd041acb27882ff6f6f4ea3e.tar.gz |
development/avr8-gnu-toolchain: Added (AVR 8-bit GNU Toolchain).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'development/avr8-gnu-toolchain/README')
-rw-r--r-- | development/avr8-gnu-toolchain/README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/development/avr8-gnu-toolchain/README b/development/avr8-gnu-toolchain/README new file mode 100644 index 0000000000..7793f3e019 --- /dev/null +++ b/development/avr8-gnu-toolchain/README @@ -0,0 +1,18 @@ +Atmel AVR Toolchain is a collection of tools/libraries used to create +applications for AVR microcontrollers. This collection includes compiler, +assembler, linker and Standard C & math libraries. + +This script builds a Slackware package from the official binary +distributed by Atmel. The source code is available at: +http://distribute.atmel.no/tools/opensource/Atmel-AVR-Toolchain-3.4.1/ + +NOTE: +Please don't use this package in parallel with avr-binutils, avr-gcc +and avr-libc packages found at SlackBuilds.org, because the files are +placed in the same directories so one will overwrite the other. + +NOTE2: +After installation, you can use the "avr-man" command to browse +the AVR specific manual pages. + +Homepage: http://www.atmel.com/ |