Commit Graph

7 Commits

Author SHA1 Message Date
Sergei Trofimovich
55e4f1fea4 cm256cc: pull fix pending upstream inclusion for gcc-13
Without the change build fails on `gcc-13` as:

    $ nix build --impure --expr 'with import ./. {}; cm256cc.override { stdenv = gcc13Stdenv; }' -L
    ...
    /build/source/unit_test/data.h:37:9: error: 'uint16_t' does not name a type
       37 |         uint16_t i;
          |         ^~~~~~~~
    /build/source/unit_test/data.h:33:1: note: 'uint16_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
       32 | #include <string.h>
      +++ |+#include <cstdint>
2023-08-20 12:34:54 +01:00
Mathieu Rene
ab570e4a42 sdrangel: fix darwin build
Tested and changed the platform metadata for the dependent libs.
2023-03-12 17:41:55 -04:00
Alexander Shpilkin
6f1dd9a209 cm256cc: fix path in pkg-config file 2022-09-07 21:44:36 +03:00
R. RyanTM
2a7b9aeb64 cm256cc: 1.0.5 -> 1.1.0 2021-02-20 19:31:46 +00:00
Ben Siraphob
66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Markus Kowalewski
b212289b9b
cm256cc: add license 2020-06-27 01:17:02 +02:00
Alkeryn
5cc3c3a399 cm256cc: init at 1.0.5 2019-08-24 21:55:22 +02:00