Commit graph

108 commits

Author SHA1 Message Date
Martin Weinelt 50c201f1aa
platformio: fix build by pinning dependencies
Pins the packages aiofiles, click and uvicorn.

Also migrates the package to pytestCheckHook.
2021-07-11 01:15:40 +02:00
h0m1 4dfdf93eaf arduino-cli: add zlib to the fhsenv
zlib is needed for the espressif toolchain
2021-06-29 09:49:45 +02:00
Martin Weinelt 0dca82b857
platformio: relax zeroconf dependency pin 2021-05-18 06:23:43 +02:00
Alvar Penning 734790006a platformio: 5.0.4 -> 5.1.1 2021-05-17 18:02:21 +09:00
happysalada 4a9b0f0eb4 arduino-cli: 0.12.1 -> 0.18.1 ; fix darwin build 2021-05-16 10:22:12 +09:00
Sandro 5e4a4e0c32
Merge pull request #107137 from kneitinger/platformio_add_click_completion
platformio: Enable shell completion generation
2021-03-21 17:47:30 +01:00
Ben Siraphob 4f0cdb68d7 treewide: unzip buldInputs to nativeBuildInputs (2) 2021-03-06 15:18:05 +07:00
Daniël de Kok fe397414c3 teensyduino: fix missing library paths
- The teensy binary requires Gtk2, not Gtk3.
- The teensy_{ports,reboot,restart,serialmon} binaries need libudev.
2021-02-24 09:09:15 +01:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Pavol Rusnak cf2a67fef3
pkgs/development: stdenv.lib -> lib
this takes care of the following folders in pkgs/development:
* arduino
* chez-modules
* go-packages
* guile-modules
* idris-modules
* perl-modules
* r-modules
* ruby-modules
2021-01-17 19:11:59 +01:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Arnout Engelen cdd8031fca arduino-core: fix 'Save as...'
Before, 'Save as..' would crash because it tries to use GSettings
to find some settings, but the GSettings schema's could not
be found in the XDG_DATA_DIRS.

Adding the glib setup hook populates GSETTINGS_SCHEMAS_PATH
so wrapGAppsHook can add it to XDG_DATA_DIRS, fixing
'Save as..'.
2021-01-02 14:04:03 +01:00
Sandro e4b90900c2
Merge pull request #108066 from boxofrox/platformio-5.0.4
platformio: 5.0.3 -> 5.0.4
2020-12-31 20:53:19 +01:00
Justin Charette 8bcb2fc800 platformio: 5.0.3 -> 5.0.4
Signed-off-by: Justin Charette <charetjc@gmail.com>
2020-12-31 13:20:24 -05:00
Doron Behar 3d4adbd091
Merge pull request #107529 from raboof/arduino-core-1.8.12-to-1.8.13
arduino: core 1.8.12 -> 1.8.13
2020-12-25 12:42:44 +02:00
Doron Behar 7ea55a099a
Merge pull request #107530 from raboof/arduino-gtk3 2020-12-25 12:38:33 +02:00
Arnout Engelen e882468161
arduino: teensyduino 1.51 -> 1.53 2020-12-25 09:35:05 +01:00
Arnout Engelen 022d7207fa
arduino: use gtk3 2020-12-24 20:03:00 +01:00
Arnout Engelen 3b05df1d13
arduino: core 1.8.12 -> 1.8.13 2020-12-24 14:09:49 +01:00
Kyle Kneitinger 90041a0645 platformio: Enable shell completion generation
The `platformio system completion install` command relies on the
click-completion python package to derive completions from the current
click argument logic. When this command is ran, it currently errors on
pip exceptions. If a nix-shell is used to run this command with
click-completion installed, shell completion is broken when outside
of the nix-shell.
2020-12-17 23:22:40 -08:00
Ryan Mulligan e47b3c0e23 arduino-ci: 0.1.0 -> 0.2.0 2020-12-16 15:40:55 -08:00
Ryan Mulligan a42468954d arduino-ci: init at 0.1.0
arduino-ci allows you to quickly add continuous integration (CI) tests
to Arduino libraries. It uses arduino-cli to install dependencies and
then it compiles every example with every board.
2020-12-09 11:43:29 -08:00
Julien Moutinho 6b7a85e0aa arduino-mk: wrap python scripts 2020-12-01 11:47:19 +01:00
Alvar Penning 160c5e9376 platformio: 5.0.2 -> 5.0.3
In addition to the version change, the source is managed in a central
location, since previously the same change had to be made in two places.
2020-11-24 14:36:19 +01:00
Alvar Penning 916c7ee66a platformio: 5.0.1 -> 5.0.2 2020-10-31 16:40:10 +01:00
Alvar 7b3cbc600f
platformio: 4.3.4 -> 5.0.1 (#97833) 2020-09-12 15:27:02 +00:00
Alvar c5fa0e35be
arduino-cli: 0.11.0 -> 0.12.1 (#97836) 2020-09-12 15:25:27 +00:00
zowoq cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
Ryan Mulligan 8315778d5d arduino-cli: init at 0.11.0 2020-08-08 08:11:26 -07:00
Florian Klink 0057be6ebc
Merge pull request #92000 from f4814/platformio-udev
platformio: Add udev rules to package output
2020-07-11 14:10:33 +02:00
Matthew Bauer 669eb09bd5
Merge branch 'master' into fetchurl-no-hash 2020-07-06 14:40:49 -04:00
Fabian Geiselhart 5ed47f34e4 platformio: Patch warning about missing udev rules
This adds the sentence "On NixOS add the platformio package to
services.udev.packages" to the warning.
2020-06-29 19:51:46 +02:00
Fabian Geiselhart ecb560bf47 platformio: Put udev rules into package output 2020-06-29 19:51:40 +02:00
Bernardo Meurer 110d6a8b98
platformio: 4.3.1 -> 4.3.4 2020-06-17 20:43:56 -07:00
Pavol Rusnak 2cb97c36ae arduino: 1.8.9 -> 1.8.12 2020-06-10 20:52:17 +02:00
Matthew Bauer a528cc1bca arduino: error on wrong architecture 2020-06-09 11:23:15 -05:00
Jörg Thalheim 887295fd2d
treewide: remove the-kenny from maintainers
@the-kenny did a good job in the past and is set as maintainer in many package,
however since 2017-2018 he stopped contributing. To create less confusion
in pull requests when people try to request his feedback, I removed him as
maintainer from all packages.
2020-05-09 10:28:57 +01:00
Jan Tojnar e89e2edc73
libusb-compat-0_1: rename from libusb 2020-04-28 05:33:41 +02:00
Jörg Thalheim 61a03065fd
Merge pull request #84190 from geistesk/platformio-4.3.1 2020-04-17 11:37:07 +01:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
geistesk 40998c81a6 platformio: 4.1.0 -> 4.3.1 2020-04-03 15:58:16 +02:00
Rehno Lindeque b13f8788dc teensyduino: add missing dependencies for teensy-loader 2020-03-07 06:15:02 +01:00
Franz Pletz 8c6f35a607
platformio: 4.0.3 -> 4.1.0 2020-01-27 11:50:09 +01:00
Matthew Bauer 4c85abae94 treewide: use libtinfo.so.5 where needed
This was originally added in

https://github.com/NixOS/nixpkgs/pull/21350

best to use this name for clarity.
2019-09-18 13:57:20 -04:00
volth 7b8fb5c06c treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
Daniel Bergey 98582c6b52 arduino: 1.8.5 -> 1.8.9 2019-09-07 11:16:50 +02:00
Daniel Bergey 51c0c88674 teensyduino: 1.45 -> 1.47
Needed to support arduino-1.8.9
2019-09-07 11:16:50 +02:00
Jan Tojnar cdf426488b
Merge branch 'master' into staging-next
Fixed trivial conflicts caused by removing rec.
2019-09-06 03:20:09 +02:00
Peter Hoeg 501e5bd1e8 platformio: 3.6.6 -> 4.0.3 2019-09-04 13:59:22 +08:00
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00