summary refs log tree commit diff
path: root/pkgs/development/arduino
Commit message (Collapse)AuthorAge
* arduino: set meta.platforms and add myself as maintainerBjørn Forsman2015-02-07
|
* arduino: new package (2nd attempt). Close #6159.Bjørn Forsman2015-02-07
| | | | | | | | | | | | | | | | | | [Now without the "stdenv.glibc" reference, which is unavailable on darwin. It seems the dynamic linker finds libc/libm without it being explicitly in RPATH, so we can just drop it.] This commit adds the graphical Arduino IDE, built from the arduino-core expression. Also: - Add libusb to RPATH for avrdude. Without this, avrdude is broken. Possible TODO: replace bundled avrdude with the one from nixpkgs. - Use "cp -r ./build/linux/work/*", so example sketeches, the HTML reference documentation and the 'arduino' shell script that starts the IDE gets included. - Make meta.description slightly more generic, to cover both GUI/core variants.
* Revert "arduino: new package"Domen Kožar2015-02-04
| | | | | | This reverts commit ca982158bf33cef9398f86723d862da0603466da. @bjornfor
* arduino: new packageBjørn Forsman2015-02-04
| | | | | | | | | | | | | | This commit adds the graphical Arduino IDE, built from the arduino-core expression. Also: - Add libusb to RPATH for avrdude. Without this, avrdude is broken. Possible TODO: replace bundled avrdude with the one from nixpkgs. - Use "cp -r ./build/linux/work/*", so example sketeches, the HTML reference documentation and the 'arduino' shell script that starts the IDE gets included. - Make meta.description slightly more generic, to cover both GUI/core variants.
* arduino-core: align attrname with package nameBjørn Forsman2015-02-04
| | | | | arduino_core => arduino-core. Retain copy of old attrname for backward compatibility.
* Change occurrences of gcc to the more general ccJohn Wiegley2014-12-26
| | | | | This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
* ino: Use picocom rather than minicomTom Fitzhenry2014-11-29
|
* arduino-core: fixup ELF interperter paths in prebuilt binariesBjørn Forsman2014-10-27
| | | | Fixes #4688
* arduino-core: bump version from 1.0.2 to 1.0.6Longrin Wischnewski2014-10-12
| | | | | | | | | | | | | - replace fetchurl with fetchgit because googlecode is unmaintained - remove unnecessary phases - change license and maintainers - tested with a few sketches and inotool - change description according to "Contributors Guide" change fetchgit to fetchFromgitHub Closes #4449
* ino: set six as depDomen Kožar2014-08-27
|
* ino: update to 0.3.6Moritz Ulrich2013-11-26
| | | | Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
* Fix some more Hydra evaluation errorsEelco Dolstra2013-10-08
|
* ino: fix hashEvgeny Egorochkin2013-08-16
|
* Update inotool and fix `ino upload'.Moritz Ulrich2013-08-15
| | | | | | | | | 0.3.5 is just a patch-release (no code changes). More important is the patch to the upload-command. It now uses the nix-supplied avrdude instead of some random avrdude it finds (in the arduino distribution or wherever). Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
* fix inoFlorian Friesdorf2013-03-25
|
* inotool: add avr-gcc-libc to inputsAntono Vasiljev2012-12-23
|
* remove avr gcc from inputs (it should be rebuit with C++ support)Antono Vasiljev2012-12-01
|
* Improved arduino-core and inoAntono Vasiljev2012-11-28
|
* arduino-core libraries +inotoolAntono Vasiljev2012-11-28