Commit Graph

346 Commits

Author SHA1 Message Date
Masum Reza
07e7db2236
Merge pull request #324097 from SFrijters/arduino-cli-1.0.2
arduino-cli: 1.0.1 -> 1.0.2, add myself as maintainer
2024-07-06 11:08:45 +05:30
Stefan Frijters
1acd392a98
arduino-cli: add asl20 license
See https://github.com/arduino/arduino-cli/pull/2653
"Changed license of .protoc definition to Apache-2.0"
2024-07-05 23:02:37 +02:00
Peder Bergebakken Sundt
e13fd0db9e
Merge pull request #321128 from Luflosi/update/apio
apio: 0.8.1 -> 0.9.5
2024-07-04 20:47:19 +02:00
R. Ryantm
34f0f24d94 svdtools: 0.3.14 -> 0.3.15 2024-07-02 18:27:27 +00:00
Stefan Frijters
e2e79e7609
arduino-cli: add sfrijters as maintainer 2024-07-02 19:01:50 +02:00
Stefan Frijters
7eae44871c
arduino-cli: 1.0.1 -> 1.0.2 2024-07-02 18:59:10 +02:00
Luflosi
a52dfe8145
apio: 0.8.1 -> 0.9.5
https://github.com/FPGAwars/apio/releases/tag/v0.9.5

Also:
- Enable `strictDeps`
- Disable failing test
- Use `pyproject = true` instead of `format = "pyproject"`
- Use `--replace-fail` instead of `--replace`
- Minor improvements
2024-06-22 13:54:48 +02:00
Stefan Frijters
86101aa2c7
arduino-cli: 1.0.0 -> 1.0.1 2024-06-20 21:09:12 +02:00
Stefan Frijters
89490ebd2e
arduino-cli: 0.35.3 -> 1.0.0 2024-06-20 21:09:12 +02:00
Rick van Schijndel
7e1f4f7daf
Merge pull request #320613 from yottanami/add-udev-to-platformio
platformio: add udev to dependencies
2024-06-19 20:15:14 +02:00
yottanami
0ba947ba44 platformio: add udev to dependencies 2024-06-17 22:50:29 +02:00
Nick Cao
2dd2a2cd26
Merge pull request #320156 from r-ryantm/auto-update/ecpdap
ecpdap: 0.1.8 -> 0.2.0
2024-06-17 16:17:04 -04:00
R. Ryantm
d0944be9eb ecpdap: 0.1.8 -> 0.2.0 2024-06-15 23:24:29 +00:00
Emily
4b1d39d935 treewide: remove myself from packages I don’t use
I’ve had an extended absence from Nix work and no longer actively
use a bunch of packages I used to maintain, so remove myself as a
maintainer from things I can’t usefully review/test changes for
as I ease back into things. This does unfortunately leave a few
packages orphaned (`stm32loader`, `tinyprog`, `python3Packages.fx2`,
and `python3Packages.jsonmerge`).
2024-06-15 16:53:23 +01:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
R. Ryantm
e419d58d8d teensy-loader-cli: 2.2 -> 2.3 2024-06-07 15:42:15 +00:00
isabel
63aceac766 treewide: remove unused occurence of fetchFromGitHub argument 2024-05-30 05:56:07 +00:00
Sigmanificient
05fa591701 treewide: drop python 3.4 checks 2024-05-17 13:05:55 +02:00
Martino Fontana
bea50e5f6e treewide: remove multiArch=false from buildFHSEnv usages
Cleanup after the work of #240860.
Also preventing new packages to copy from outdated ones.
2024-05-13 20:32:47 +02:00
Leah Amelia Chen
9c540730ea bossa: fix build failure on Darwin with clang >= 15
See shumatech/BOSSA#172. Essentially, recent versions of macOS started
shipping clang version above 15, which promoted the
unqualified-std-cast-call warning into a hard error.

Unfortunately, it seems like upstream is dormant as of now, so we have
to apply the patch ourselves.
2024-05-06 11:51:07 +02:00
Weijia Wang
23cbc3c2b3 Merge branch 'master' into staging-next 2024-04-30 13:24:52 +02:00
Jörg Thalheim
8d36569446
Merge pull request #307073 from checooh/update-stm32cubemx
stm32cubemx: 6.10.0 -> 6.11.1
2024-04-30 09:49:48 +02:00
Eugenia Agibalova
2dc453fe5d stm32cubemx: 6.10.0 -> 6.11.1 2024-04-27 13:53:17 +04:00
Weijia Wang
160dff0bae Merge branch 'master' into staging-next 2024-04-27 10:30:24 +02:00
Aleksana
9d3911e286
Merge pull request #297566 from TomaSajt/use-strip-java-archives
treewide: use stripJavaArchivesHook in trivial cases
2024-04-27 15:43:08 +08:00
Weijia Wang
37876dbdad Merge branch 'master' into staging-next 2024-04-27 05:44:19 +02:00
Jan Tojnar
eb04659fc2 treewide: wrapGAppsHook → wrapGAppsHook3
This was achieved using the following command:

    sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b')

And then manually reverted the following changes:

- alias in top-level.nix
- function name in wrap-gapps-hook.sh
- comment in postFixup of at-spi2-core
- comment in gtk4
- comment in preFixup of 1password-gui/linux.nix
- comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix
- comment in postFixup of telegram-desktop
- comment in postFixup of fwupd
- buildCommand of mongodb-compass
- postFixup of xflux-gui
- comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config
- description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-27 02:23:22 +02:00
Dave Anderson
308cb342c9 maintainers: drop danderson 2024-04-26 11:36:50 -07:00
Philip Taron
07b7ca8345
avrdude: use finalAttrs instead of rec 2024-04-20 20:11:58 +02:00
Philip Taron
55ddcaf70d
avrdude: use either vendored libelf or elfutils instead of abandoned upstream 2024-04-20 20:11:58 +02:00
Philip Taron
98e8fbee79
avrdude: enable parallel port support on Linux (it doesn't work on macOS) 2024-04-15 09:21:43 -07:00
Philip Taron
472fb7ce50
avrdude: explain why we don't turn HAVE_LINUXGPIO on 2024-04-15 09:21:43 -07:00
Philip Taron
84604bb80d
avrdude: turn on SPI support on Linux 2024-04-15 09:21:43 -07:00
Philip Taron
837069946a
avrdude: document more about why documentation building doesn't work on darwin 2024-04-15 09:21:43 -07:00
Philip Taron
0665935e75
avrdude: enable hidapi support, as it builds on both linux and darwin 2024-04-15 09:21:43 -07:00
Philip Taron
0ccb80a68d
avrdude: use libusb1 as upstream is compatible now 2024-04-15 09:21:43 -07:00
Funkeleinhorn
d6a67aa678 avrdude: add libserialport dependency
The libserialport dependency was missing which prevented some programmers
e.g. arduino from working. This was fixed by this commit.
2024-04-11 21:56:01 +02:00
R. Ryantm
9598f1f34d svdtools: 0.3.11 -> 0.3.14 2024-04-05 21:28:51 +00:00
TomaSajt
48f45999b3
arduino-core-unwrapped: make deterministic 2024-03-25 17:53:59 +01:00
Weijia Wang
8da98e9d45
Merge pull request #297510 from dadada/refactor-nmrpflash
nmrpflash: refactor
2024-03-24 23:35:22 +01:00
dadada
e26df6159a
nmrpflash: refactor 2024-03-24 13:15:09 +01:00
R. Ryantm
6164c93efe openfpgaloader: 0.12.0 -> 0.12.1 2024-03-24 03:48:13 +00:00
Thomas Gerbet
d462bfebeb
Merge pull request #281645 from LeSuisse/wch-isp-0.4.1
wch-isp: 0.4.0 -> 0.4.1, move source to sr.ht
2024-03-23 15:32:00 +01:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Stefan Frijters
59959d0ae7
arduino-cli: fix deprecation warning for substituteInPlace --replace 2024-03-11 12:27:15 +01:00
Stefan Frijters
20fa19a8b4
arduino-cli: avoid creating temp files for completions
We still need to set HOME or we get

Error: invalid path creating config dir: /homeless-shelter/.arduino15 error: mkdir /homeless-shelter: permission denied
2024-03-11 12:26:52 +01:00
Stefan Frijters
663096a9dc
arduino-cli: only generate/install shell completion if we can run the executable 2024-03-11 12:14:52 +01:00
Stefan Frijters
028a4bdd6d
arduino-cli: 0.35.2 -> 0.35.3 2024-03-11 12:14:14 +01:00
R. Ryantm
b1c1197d80 openfpgaloader: 0.11.0 -> 0.12.0 2024-03-09 13:28:50 +00:00
R. Ryantm
a9109b9c1e svdtools: 0.3.10 -> 0.3.11 2024-03-08 17:44:26 +00:00