# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           github 1.0
PortGroup           cmake 1.1

github.setup        avrdudes avrdude 7.3 v

categories          cross devel
license             GPL-2+
maintainers         nomaintainer

description         AVR Downloader Uploader
long_description    AVRDUDE - AVR Downloader Uploader - is a program for downloading and uploading \
                    the on-chip memories of Microchip’s AVR microcontrollers. It can program the Flash \
                    and EEPROM, and where supported by the programming protocol, it can program fuse \
                    and lock bits. AVRDUDE also supplies a direct instruction mode allowing one to issue \
                    any programming instruction to the AVR chip regardless of whether AVRDUDE implements \
                    that specific feature of a particular chip.

github.tarball_from archive

checksums           rmd160  f9dd95320eeb45c45ed7c076cfbd6e2517914939 \
                    sha256  1c61ae67aacf8b8ccae5741f987ba4b0c48d6e320405520352a8eca8c6e2c457 \
                    size    3260070

depends_lib         port:hidapi \
                    port:libelf \
                    port:libftdi1 \
                    port:libserialport \
                    port:libusb

# Target "cmTC_6e3dd" requires the language dialect "C11"
compiler.c_standard 2011
