pvtesting-uhd:ops/srov/blinky

Last commit made on 2023-05-17
Get this branch:
git clone -b ops/srov/blinky https://git.launchpad.net/pvtesting-uhd

Branch merges

Branch information

Name:
ops/srov/blinky
Repository:
lp:pvtesting-uhd

Recent commits

6bd33e0... by Stella Rovazzi <email address hidden>

Added Property in State Tree

Added a uhd state tree property that can control the blinker

Future: Run this with get and set (locally)

c44603d... by Victor W

WIP: Adding cstdint to headers, supporting gcc-13.

74b3d9b... by Sam James <email address hidden>

Fix build with GCC 13 (add missing <cstdint> include)

GCC 13 (as usual for new compiler releases) shuffles around some
internal includes and so <cstdint> is no longer transitively included.

Explicitly include <cstdint> for uint8_t.

```
/var/tmp/portage/net-wireless/uhd-4.3.0.0/work/uhd-4.3.0.0/host/include/uhd/rfnoc/defaults.hpp:43:14: error: 'uint32_t' does not name a type
   43 | static const uint32_t DEFAULT_NOC_ID = 0xFFFFFFFF;
      | ^~~~~~~~
/var/tmp/portage/net-wireless/uhd-4.3.0.0/work/uhd-4.3.0.0/host/include/uhd/rfnoc/defaults.hpp:1:1: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
  +++ |+#include <cstdint>
    1 | //
```

Signed-off-by: Sam James <email address hidden>

e140ea6... by Doug W <email address hidden>

Merge branch 'ops/dwil/master'

a72fd3e... by Steven Koo <email address hidden>

python: update to pybind11 for Python 3.11

Python 3.11 did not build correctly with previous versions of pybind11.
This updates the headers to pybind 2.10.0, which does.

Signed-off-by: Steven Koo <email address hidden>

2665afa... by Doug W <email address hidden>

CYAN_NRNT/CRIMSON: don't set clock source or time source on init

Server will have done this already, example programs will also set the
source. If it is not in the default state then it was deliberate

Also seting time to none does nothing

5e9a291... by Doug W <email address hidden>

TXRX_MULTI_DEVICE_LOOPBACK: adding option to bypass time/clock sync and readding sync and configuring device

287d010... by Doug W <email address hidden>

TXRX_MULTI_DEVICE_LOOPBACK: syncing devices earlier

Attempt to see if that would fix tx

c0b87a4... by Doug W <email address hidden>

TXRX_MULTI_DEVICE_LOOPBACK: switching thread join loop to use length of thread vector

57ce22d... by Doug W <email address hidden>

TXRX_MULTI_DEVICE_LOOPBACK: correcting get_tx_stream to use tx channels