summary refs log tree commit diff
path: root/pkgs/development/arduino
Commit message (Collapse)AuthorAge
* python.pkgs.click: make patch version-agnosticRobert Schütz2019-03-21
|
* teensyduino: 1.40 -> 1.45Jade2019-03-06
| | | | Bumps teensyduino version, simplifies building, and fixes a build error
* arduino-mk: init at 1.6.0eyjhbb@gmail.com2019-01-30
|
* platformio: 3.6.2 -> 3.6.4Robert Schütz2019-01-26
|
* platformio: 3.6.1 -> 3.6.2Peter Hoeg2018-12-11
| | | | Broken on aarch64.
* platformio: 3.5.3 -> 3.6.1Peter Hoeg2018-11-01
|
* reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson2018-08-30
| | | | It is deprecated and will be removed after 18.09.
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* platformio: 3.5.2 -> 3.5.3André-Patrick Bubel2018-06-19
|
* platformio: Fix building of overridden click packageAndré-Patrick Bubel2018-06-19
| | | | | The normal click package now applies a patch that doesn't work with the older version used for platformio.
* platformio: add git to chroot so it is usable by platformio commandMatthew O'Gorman2018-05-05
|
* platformio: 3.5.1 -> 3.5.2Robert Schütz2018-04-08
|
* platformio: move out of pythonPackagesRobert Schütz2018-04-08
|
* platformio-fhs: minor changesLuke Adams2018-02-11
|
* arduino: 1.8.2 -> 1.8.5Gemini Lasswell2018-01-07
|
* platformio: 3.4.1 -> 3.5.0Matthew O'Gorman2018-01-03
|
* arduino/ino: remove avrgcclibc as a dependency (see TODO)Maximilian Güntner2017-09-05
|
* arduino: 1.6.12 -> 1.8.2Gemini Lasswell2017-06-01
|
* teensyduino: init at 1.31 (#20807)Jonathan Glines2016-12-02
|
* ino: use python2Frederik Rietdijk2016-10-18
|
* arduino: fix 32bit buildChristine Koppelt2016-10-10
|
* arduino: 1.6.9 -> 1.6.12 (#19335)Christine Koppelt2016-10-09
|
* Do not use top-level buildPythonPackage or buildPythonApplicationFrederik Rietdijk2016-09-26
| | | | but instead use the one in pythonPackages.
* arduino: only build on linuxMatthew Bauer2016-08-10
|
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* arduino: Fix building on i686Alexey Lebedeff2016-07-25
| | | | | | | And probably on MacOS X and Linux ARM, but I have nowhere to test it. [Bjørn: The breakage was introduced by 8b1976c7f6fab47e4d2e00b ("arduino: 1.0.6 -> 1.6.9 (#17060)").]
* arduino: 1.0.6 -> 1.6.9 (#17060)Alexey Lebedeff2016-07-20
| | | | | | | | | | | | | | Based on @brodul work at https://github.com/brodul/nixpkgs/tree/arduino-update Desktop file generation is from #13690 - Solved all download problems. Package/library lists are changing daily, so I've created my own snapshot of them. - Prepatch jssc .so inside jar - @brodul mentions that it can be copied into $HOME while running program. - Removed some unnecessary dependencies Tested it by uploading simple sketch to Arduino Uno.
* Revert "arduino: 1.0.6 -> 1.6.6"Bjørn Forsman2016-05-11
| | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 6ff886e539fb2b2017ad3866f068db9368a038d5 because it doesn't work when chroot builds are enabled (nix.useChroot = true): $ nix-build -A arduino these derivations will be built: /nix/store/xjv1j3mww4jx1vccfc0p1inlcrlgx2if-arduino-1.6.6.drv building path(s) ‘/nix/store/58sdiphd4pm3811gir0b8j718pgq8zvk-arduino-1.6.6’ ... untar-unzip-download: [get] Getting: http://downloads.arduino.cc/reference-1.6.6-3.zip [get] To: /tmp/nix-build-arduino-1.6.6.drv-0/Arduino-1.6.6-src/build/shared/reference-1.6.6-3.zip [get] Error getting http://downloads.arduino.cc/reference-1.6.6-3.zip to /tmp/nix-build-arduino-1.6.6.drv-0/Arduino-1.6.6-src/build/shared/reference-1.6.6-3.zip untar-unzip-checksum: [echo] Testing checksum of "shared/reference-1.6.6-3.zip" [checksum] Could not find file /tmp/nix-build-arduino-1.6.6.drv-0/Arduino-1.6.6-src/build/shared/reference-1.6.6-3.zip to generate checksum for. BUILD FAILED Reasoning: without a revert, the build farm cannot produce binaries and users that build from source, without chroot, cannot trust that they get a working result (non-deterministic build, depending on how pure the arduino builder is).
* arduino: 1.0.6 -> 1.6.6Kjetil Orbekk2016-05-08
|
* Python: use PyPI mirror (#15001)Frederik Rietdijk2016-04-26
| | | | | | * mirrors: add pypi * Python: Use pypi mirror for all PyPI packages
* replace makeSearchPath tree-wise to take care of possible multiple outputsNikolay Amiantov2016-04-13
|
* buildPythonApplication: use new function for Python applicationsFrederik Rietdijk2016-02-19
|
* platformio: init at 2.7.0Matthew O'Gorman2016-01-06
|
* Fixed several "package has no version" warningsPascal Wittmann2015-05-14
|
* 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
|