summary refs log tree commit diff
path: root/pkgs/applications/misc/avrdudess
Commit message (Collapse)AuthorAge
* treewide: remove redundant recvolth2019-08-28
|
* treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim2019-02-26
| | | | | | | | | Whenever we create scripts that are installed to $out, we must use runtimeShell in order to get the shell that can be executed on the machine we create the package for. This is relevant for cross-compiling. The only use case for stdenv.shell are scripts that are executed as part of the build system. Usages in checkPhase are borderline however to decrease the likelyhood of people copying the wrong examples, I decided to use runtimeShell as well.
* treewide: use gnu toolchain for avr/arm-embeddedMatthew Bauer2018-10-30
| | | | | | | | | | | | | | | | | | These packages should in theory work with our GCC toolchains, but there are some definite breakages that need to be tracked down. Comparing output of these to old gcc-arm-embedded is important. Affected packages include: - axolooti - avrdudess - opentx - microscheme - betaflight - inav - blackmagic - simavr - gnuk
* avrdudess: add separate avr-{gcc, binutils} dependenciesMaximilian Güntner2017-09-05
|
* treewide: explicitly specify gtk and related package versionsKirill Boltaev2016-09-12
|
* treewide: Use makeBinPathTuomas Tynkkynen2016-08-23
|
* avrdudess: Use makeLibraryPathTuomas Tynkkynen2016-06-07
| | | | | This affected the hash, presumably it now references correct output of gtk.
* avrdudess: new packageBjørn Forsman2014-05-31
AVRDUDESS is a GUI for AVRDUDE. In other words, it is a GUI for programming AVR microcontrollers.