summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-embedded/picotool: Stabilize 1.1.2 amd64, #919499Michał Górny2023-12-091-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-embedded/gpsim: Stabilize 0.32.1 x86, #919316Arthur Zamarin2023-12-061-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-embedded/gpsim: Stabilize 0.32.1 amd64, #919316Arthur Zamarin2023-12-061-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* Add more CPE strings for easier CVE trackingAllen Webb2023-12-051-0/+1
| | | | | | Signed-off-by: Allen Webb <allenwebb@google.com> Signed-off-by: Mike Frysinger <vapier@chromium.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* dev-embedded/sdcc: drop 4.3.0Viorel Munteanu2023-11-261-160/+0
| | | | | | Not ready for stabilization, let's wait for 4.3.0-r1. Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* dev-embedded/u-boot-tools: drop 2023.01Jakov Smolić2023-11-222-82/+0
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-embedded/xa: add 2.4.0Ionen Wolkens2023-11-223-0/+60
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-embedded/u-boot-tools: Stabilize 2023.10 ppc, #917477Arthur Zamarin2023-11-171-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-embedded/u-boot-tools: Stabilize 2023.10 x86, #917477Sam James2023-11-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-embedded/u-boot-tools: Stabilize 2023.10 amd64, #917477Sam James2023-11-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-embedded/u-boot-tools: Stabilize 2023.10 arm64, #917477Sam James2023-11-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-embedded/u-boot-tools: Stabilize 2023.10 ppc64, #917477Sam James2023-11-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-embedded/u-boot-tools: Stabilize 2023.10 arm, #917477Sam James2023-11-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-embedded/sdcc: fix build issue with USE=-mos65c02Viorel Munteanu2023-11-151-4/+4
| | | | | | | Don't generate a Makefile instead of attempting to remove it afterwards. Closes: https://bugs.gentoo.org/917354 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* dev-embedded/sdcc: fix Makefile and QA issuesViorel Munteanu2023-11-145-0/+417
| | | | | | Closes: https://bugs.gentoo.org/917114 Closes: https://bugs.gentoo.org/898594 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* dev-embedded/openocd: update HOMEPAGE & depYixun Lan2023-11-141-1/+2
| | | | Signed-off-by: Yixun Lan <dlan@gentoo.org>
* dev-embedded/openocd: add libgpiod subslot depYongxiang Liang2023-11-141-0/+1
| | | | | | | | | | the openocd doesn't support new APIs for libpgiod-2.* so let's force it to depend on libgpiod-1.6.* Link: https://sourceforge.net/p/openocd/mailman/message/37389960/ Closes: https://bugs.gentoo.org/915709 Signed-off-by: Yongxiang Liang <tanekliang@gmail.com> Signed-off-by: Yixun Lan <dlan@gentoo.org>
* dev-embedded/gpsim: add 0.32.1, drop 0.32.0Viorel Munteanu2023-11-042-13/+4
| | | | | Closes: https://bugs.gentoo.org/916762 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* dev-embedded/gpsim: add 0.32.0Viorel Munteanu2023-11-032-0/+51
| | | | Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* dev-embedded/u-boot-tools: add 2023.10Jakov Smolić2023-10-112-0/+82
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-embedded/picotool: add 1.1.2Matthew Smith2023-10-082-0/+36
| | | | Signed-off-by: Matthew Smith <matthew@gentoo.org>
* dev-embedded/urjtag: drop 2019.12Viorel Munteanu2023-09-152-55/+0
| | | | Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* dev-embedded/urjtag: stabilize 2021.03 for ppc, #913742Viorel Munteanu2023-09-151-1/+1
| | | | Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* dev-embedded/urjtag: Stabilize 2021.03 sparc, #913742Sam James2023-09-071-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-embedded/urjtag: Stabilize 2021.03 x86, #913742Sam James2023-09-071-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-embedded/urjtag: Stabilize 2021.03 amd64, #913742Sam James2023-09-071-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-embedded/avarice: fix implicit function declarations in configure logsViorel Munteanu2023-09-032-0/+60
| | | | | | | | Patch configure.ac for clang 16. Update EAPI 7 -> 8. Closes: https://bugs.gentoo.org/900687 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* dev-embedded/sdcc: add 4.3.0Viorel Munteanu2023-08-262-0/+162
| | | | Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* dev-embedded/arduino-listserialportsc: drop 1.4.0Andreas Sturmlechner2023-08-261-43/+0
| | | | | Closes: https://bugs.gentoo.org/913059 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-embedded/arduino-listserialportsc: Stabilize 1.4.0-r1 x86, #913059Sam James2023-08-261-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-embedded/arduino-listserialportsc: Stabilize 1.4.0-r1 amd64, #913059Sam James2023-08-261-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-embedded/libftdi: disable py3.9Viorel Munteanu2023-08-203-3/+3
| | | | Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* dev-embedded/jal: fix clang-16 issueViorel Munteanu2023-08-201-1/+8
| | | | | | | | Update EAPI 7 -> 8. Add autoreconf to fix autoconf failure with clang-16. Closes: https://bugs.gentoo.org/906345 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* dev-embedded/libftdi: fix slots collisionViorel Munteanu2023-08-202-0/+2
| | | | | | | | Man pages collide between slots, but they are only installed with USE=doc. So block both slots from having `doc` at the same time. Closes: https://bugs.gentoo.org/832546 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* dev-embedded/jal: remove an assertViorel Munteanu2023-08-201-2/+1
| | | | | | That assert is obviously wrong, and the fix doesn't look right. Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* dev-embedded/jal: Fix incompatible integer to pointer conversionBrahmajit Das2023-08-202-0/+41
| | | | | | | Closes: https://bugs.gentoo.org/883243 Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/32025 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* dev-embedded/sdcc: fix compilation of live versionViorel Munteanu2023-08-202-2/+65
| | | | | | | Update patches, create an empty directory. Closes: https://bugs.gentoo.org/911463 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* dev-embedded/urjtag: fix the live ebuildHuang Rui2023-08-061-8/+40
| | | | | | Signed-off-by: Huang Rui <vowstar@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/32077 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* dev-embedded/urjtag: add 2021.03Huang Rui2023-08-063-0/+99
| | | | | Signed-off-by: Huang Rui <vowstar@gmail.com> Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* dev-embedded/libftd2xx: update HOMEPAGEViorel Munteanu2023-08-062-2/+2
| | | | | | Minor fixes: HOMEPAGE, metadata proxied="yes". Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* dev-embedded/libftd2xx: drop 1.4.8Huang Rui2023-08-062-45/+0
| | | | | | Signed-off-by: Huang Rui <vowstar@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/32192 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* dev-embedded/libftd2xx: add 1.4.27Huang Rui2023-08-063-1/+53
| | | | | Signed-off-by: Huang Rui <vowstar@gmail.com> Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* dev-embedded/sunxi-tools: sync liveViorel Munteanu2023-07-212-17/+53
| | | | | | | Sync the live and last release ebuilds to have them identical. Small changes to live (add new dependencies). Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* dev-embedded/sunxi-tools: add 1.4.2 and livePF4Public2023-07-213-0/+122
| | | | | | Signed-off-by: PF4Public <PF4Public@users.noreply.github.com> Closes: https://github.com/gentoo/gentoo/pull/31913 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* dev-embedded/arduino-listserialportsc: update EAPI 6 -> 8Viorel Munteanu2023-07-211-0/+44
| | | | Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* Rename dev-python/{reedsolomon → reedsolo}Michał Górny2023-07-164-4/+4
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-embedded/libjaylink: keyword 0.3.1 for ~loongWANG Xuerui2023-07-111-2/+2
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* dev-embedded/esptool: add 4.6.2Martin Dummer2023-06-292-0/+66
| | | | | | Signed-off-by: Martin Dummer <martin.dummer@gmx.net> Closes: https://github.com/gentoo/gentoo/pull/31440 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-embedded/gputils: replace `filter-flags -flto*` with `filter-lto`Leonardo Hernández Hernández2023-06-241-1/+1
| | | | | Signed-off-by: Leonardo Hernández Hernández <leohdz172@proton.me> Signed-off-by: Sam James <sam@gentoo.org>
* dev-embedded/esptool: drop 3.3.2Martin Dummer2023-06-112-48/+0
| | | | | | Signed-off-by: Martin Dummer <martin.dummer@gmx.net> Closes: https://github.com/gentoo/gentoo/pull/31264 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>