summaryrefslogtreecommitdiff
path: root/dev-embedded
AgeCommit message (Collapse)Author
2024-10-14dev-embedded/rpi-eeprom: add 26.0_p1Daniella Kicsak
Closes: https://github.com/gentoo/gentoo/pull/38815 Signed-off-by: Daniella Kicsak <nosqrt@outlook.com> Signed-off-by: Florian Schmaus <flow@gentoo.org>
2024-10-10dev-embedded/xa: remove unused patchMichael Mair-Keimberger
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
2024-10-08dev-embedded/avra: drop 1.4.2Jakov Smolić
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
2024-10-06dev-embedded/avra: Stabilize 1.4.2-r1 amd64, #940936Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2024-09-24dev-embedded/libftdi: Stabilize 1.5-r7 sparc, #932944Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-09-24dev-embedded/libftdi: Stabilize 0.20-r3 sparc, #932943Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-09-09dev-embedded/raspberrypi-utils: Bump snapshot to 20240903James Le Cuirot
Fixes LTO issue. Bug: https://bugs.gentoo.org/926264 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
2024-09-08dev-embedded/stm32flash: drop 0.6Petr Vaněk
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
2024-09-08dev-embedded/nodemcu-uploader: Fix distfile nameMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-09-08dev-embedded/nodemcu-uploader: Enable py3.13Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-09-08dev-embedded/nodemcu-uploader: Use unittest to run testsMichał Górny
Closes: https://bugs.gentoo.org/927517 Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-09-08dev-embedded/nodemcu-uploader: Remove oldMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-09-03dev-embedded/xa: drop 2.4.0Ionen Wolkens
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2024-08-30dev-embedded/avra: update EAPI 7 -> 8Jakov Smolić
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
2024-08-26dev-embedded/u-boot-tools: remove unused patch(es)Michael Mair-Keimberger
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/38243 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
2024-08-25dev-embedded/xa: Stabilize 2.4.1 amd64, #938479Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-08-25dev-embedded/xa: Stabilize 2.4.1 x86, #938479Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-08-24dev-embedded/urjtag: use https:// instead of git:// for cloningMichael Mair-Keimberger
git:// is unencrypted and could be used by an attacker (mitm) to insert malicious code, see also [1]. git:// runs on port 9418 which is also less likely open behind a firewall. [1] git-scm.com/book/en/v2/Git-on-the-Server-The-Protocols Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2024-08-09dev-embedded/libftdi: Stabilize 0.20-r3 ppc, #932943Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-08-09dev-embedded/libftdi: Stabilize 1.5-r7 ppc, #932944Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-08-08dev-embedded/picotool: add 2.0.0Matthew Smith
Signed-off-by: Matthew Smith <matthew@gentoo.org>
2024-08-06dev-embedded/u-boot-tools: drop 2023.10-r1Jakov Smolić
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
2024-08-06dev-embedded/u-boot-tools: Install the mkeficapsule binaryJakov Smolić
Previous commit added the missing gnutls dependency for this binary and since we are already building it let's install it as well. Revbump for these changes and add util-linux as a dependency as mkeficapsule links to its library. Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
2024-08-06dev-embedded/u-boot-tools: Add a missing dependencyKrzesimir Nowak
Fixes a build in Flatcar: x86_64-pc-linux-gnu-gcc -Wp,-MD,tools/.mkeficapsule.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -O2 -pipe -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include ./include/compiler.h -idirafterinclude -idirafter./arch/sandbox/include -I./scripts/dtc/libfdt -I./tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -I/usr/include/uuid -Wl,-O2 -Wl,--as-needed -o tools/mkeficapsule tools/mkeficapsule.c -lgnutls -luuid tools/mkeficapsule.c:21:10: fatal error: gnutls/gnutls.h: No such file or directory 21 | #include <gnutls/gnutls.h> | ^~~~~~~~~~~~~~~~~ compilation terminated. The build system silently ignores missing gnutls by adding nothing to `CFLAGS` and adding `-lgnutls` to `LDLIBS`. Signed-off-by: Krzesimir Nowak <knowak@microsoft.com> Closes: https://github.com/gentoo/gentoo/pull/37991 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
2024-07-30dev-embedded/xa: adjust patchIonen Wolkens
Re-add bug link and remove context (context is not super useful for this patch and it sometimes allows to rebase it less often, albeit in this case it added a trivial -g on the CFLAGS line). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2024-07-30dev-embedded/xa: add 2.4.1Michael Mair-Keimberger
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/37825 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2024-07-29dev-embedded/arduino: drop 1.8.19Volkmar W. Pogatzki
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/37741 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-07-29dev-embedded/arduino: Stabilize 1.8.19-r1 amd64, #936864Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-07-29dev-embedded/arduino: Stabilize 1.8.19-r1 x86, #936864Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-07-14dev-embedded/avrdude: drop 7.0Viorel Munteanu
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
2024-07-13dev-embedded/avrdude: Stabilize 7.2 ppc, #935978Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2024-07-13dev-embedded/avrdude: Stabilize 7.2 amd64, #935978Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-07-13dev-embedded/avrdude: Stabilize 7.2 x86, #935978Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-07-13dev-embedded/avrdude: Stabilize 7.2 ppc64, #935978Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-07-13dev-embedded/avrdude: Stabilize 7.2 arm, #935978Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-07-12dev-embedded/u-boot-tools: Stabilize 2024.01 amd64, #935891Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2024-07-12dev-embedded/u-boot-tools: Stabilize 2024.01 x86, #935891Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2024-07-12dev-embedded/u-boot-tools: Stabilize 2024.01 ppc, #935891Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-07-12dev-embedded/u-boot-tools: Stabilize 2024.01 arm64, #935891Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-07-12dev-embedded/u-boot-tools: Stabilize 2024.01 ppc64, #935891Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-07-12dev-embedded/u-boot-tools: Stabilize 2024.01 arm, #935891Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-07-03dev-embedded/esptool: add revbump for single implSam James
Sorry, I lost this somehow. Closes: https://bugs.gentoo.org/933646 Fixes: b3386e04d713abff3bfe4071b22a67ad0b9077ae Signed-off-by: Sam James <sam@gentoo.org>
2024-07-03Revert "dev-embedded/esptool: make python multi-impl"Sam James
This reverts commit f1fac2d9fe291f036e60efab036f5c02b1791c25. Bug: https://bugs.gentoo.org/933646 Signed-off-by: Sam James <sam@gentoo.org>
2024-07-02dev-embedded/libftdi: Stabilize 1.5-r7 arm, #932944Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2024-07-02dev-embedded/libftdi: Stabilize 0.20-r3 arm, #932943Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2024-06-29dev-embedded/arduino: inherit xdg-utils -> xdgViorel Munteanu
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
2024-06-29dev-embedded/arduino: build without rewrite-xml, drop java-ant-2Volkmar W. Pogatzki
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/37336 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
2024-06-29dev-embedded/arduino: update HOMEPAGEVolkmar W. Pogatzki
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
2024-06-21dev-embedded/sunxi-tools: stabilize 1.4.2 for amd64Florian Schmaus
Signed-off-by: Florian Schmaus <flow@gentoo.org>
2024-06-19dev-embedded/libftdi: fix live keywordsSam James
Signed-off-by: Sam James <sam@gentoo.org>