Commit Graph

356 Commits

Author SHA1 Message Date
Karel Kočí
4065496c9f
openocd: allow building for Windows
This introduces few changes to the OpenOCD to be able to build under
mingw32. Right now it is slim down version to allow at least minimal but
still functional version to be available.
2024-07-09 13:47:06 +02:00
github-actions[bot]
5a601bc241
Merge master into staging-next 2024-07-06 06:01:20 +00:00
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
github-actions[bot]
30cfd4445f
Merge master into staging-next 2024-07-05 00:02:21 +00: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
Weijia Wang
f5a7e092f3 Merge branch 'master' into staging-next 2024-07-02 22:22:02 +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
Martin Weinelt
d50a1e97b1
Merge remote-tracking branch 'origin/master' into staging-next 2024-06-27 16:16:01 +02:00
Sandro Jäckel
25c5877309 platformio-core: don't fail on new deprecation warnings 2024-06-24 12:18:34 +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
github-actions[bot]
8914dc8ee0
Merge staging-next into staging 2024-06-20 00:02:50 +00: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
Martin Weinelt
f822b2ba5c Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/development/python-modules/langsmith/default.nix
- pkgs/development/python-modules/rich-pixels/default.nix
- pkgs/servers/teleport/generic.nix
2024-06-18 20:16:19 +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
github-actions[bot]
857d0ab18b
Merge staging-next into staging 2024-06-16 00:03:10 +00: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
Martin Weinelt
abdf5dc772
treewide: remove pythonRelaxDepsHook references
It is is now provided automatically, when `pythonRelaxDeps` or
`pythonRemoveDeps` is defined through `mk-python-derivation`.
2024-06-14 14:52:00 +02: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