Commit Graph

15 Commits

Author SHA1 Message Date
R. Ryantm
e5ecd94df8 nxpmicro-mfgtools: 1.5.125 -> 1.5.139 2023-11-07 18:35:40 +00:00
Sergei Trofimovich
bc16a8dfd3 nxpmicro-mfgtools: drop conflicting patch
Fixed build failure reported by SoRoot.

Closes: https://github.com/NixOS/nixpkgs/issues/264006
2023-10-28 19:45:03 +01:00
Mario Rodas
8055e6795e
Merge pull request #261251 from trofi/nxpmicro-mfgtools-gcc-13-fix
nxpmicro-mfgtools: pull upstream fix for gcc-13
2023-10-25 21:04:15 -05:00
Sergei Trofimovich
945337f01f nxpmicro-mfgtools: pull upstream fix for gcc-13
Without the change build against gcc-13 fails as:

    $ nix build --impure --expr 'with import ./. {}; nxpmicro-mfgtools.override { stdenv = gcc13Stdenv; }'
    error: builder for '/nix/store/rx3ckzd1z975b3jnx24q53h8mc1a6y4v-nxpmicro-mfgtools-1.5.21.drv' failed with exit code 2;
           last 10 log lines:
           >       | ^~~~~~~~
           > /build/source/libuuu/libcomm.h:146:1: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
           > /build/source/libuuu/libcomm.h:147:1: error: 'uint64_t' does not name a type
           >   147 | uint64_t str_to_uint64(const string &str, bool * conversion_suceeded = nullptr);
           >       | ^~~~~~~~
           > /build/source/libuuu/libcomm.h:147:1: note: 'uint64_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
2023-10-15 18:25:11 +01:00
R. Ryantm
dcddb98a31 nxpmicro-mfgtools: 1.5.21 -> 1.5.125 2023-10-11 21:30:48 +00:00
ktrinh
478d38edae nxpmicro-mfgtools: 1.5.11 -> 1.5.21 2023-08-25 16:56:05 +02:00
Kristoffer Ellersgaard Koch
e576400bad nxpmicro-mfgtools: 1.4.243 -> 1.5.11 2023-01-24 09:05:41 +01:00
Kristoffer Ellersgaard Koch
d8750d7e0d nxpmicro-mfgtools: 1.4.165 -> 1.4.243 2022-09-15 14:19:57 +02:00
Malo Bourgon
0e802eafad treewide: add meta.mainProgram to many packages 2022-04-14 10:24:01 -07:00
Raymond Gauthier
3a912b2cac
nxpmicro-mfgtools: 1.4.72 -> 1.4.165
Also:

 -  Add support for provided bash completions.
 -  Add myself as maintainer.
2021-11-01 14:53:58 -04:00
Ales Huzik
5c51cf3559 nxpmicro-mfgtools: add udev rules 2021-02-25 14:54:59 +11:00
Artur Cygan
d908ea0540 nxpmicro-mfgtools: 1.4.43 -> 1.4.72 2021-02-17 22:02:11 +01:00
Ben Siraphob
c522fec274 pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
Ben Siraphob
7d3a211c24 nxpmicro-mfgtools: 1.3.191 -> 1.4.43 2020-12-09 11:03:06 +07:00
Biser Milanov
cb2ab83d3e nxpmicro-mfgtools: init at 1.3.191
Add nxpmicro-mfgtools to nixpkgs

From the project's homepage [1]:

    Freescale/NXP I.MX Chip image deploy tools.

The project's only binary and library at the moment is UUU. NXP
might add more in the future, so making the package name:

    nxpmicro-mfgtools

instead of:

    nxp-uuu

or something similar.

[1]: https://github.com/NXPmicro/mfgtools
2020-07-06 20:43:14 +02:00