labgrid icon indicating copy to clipboard operation
labgrid copied to clipboard

embedded systems control library for development, testing and installation

Results 195 labgrid issues
Sort by recently updated
recently updated
newest added

**Description** Add a resource for the Segger J-Link debug probe. Export the J-Link resource over IP using the J-Link Remote Server. Adding support for J-Link over IP combined with [pylink](https://github.com/square/pylink)...

enhancement
needs rebase

**Description** By default ykushcmd command supports option to [on, off, cycle] whole ykush yepkit. > ykushcmd -u a # 'a' stands for all ports > ykushcmd -d a # 'a'...

needs author info

Since #1249, local resources have: https://github.com/labgrid-project/labgrid/blob/6a112131cb2e55bc24a8742804cde89bbd24cc39/labgrid/resource/provider.py#L13 This is wrong because host should also reflect the DUT's perspective.

bug

Hi Everyone, I'm using labgrid in its release v23.0.3. I bought a EPC 1202 from Gude (firmware v1.11) and want to use this driver to control my device power cycle....

enhancement

With local can resources in place (see #1287 ), we can add remote access with NetworkCANPort. We discussed the approach at EOSS2023. Pengutronix guys suggest bridging by one of these...

enhancement

The CAN devices are common on our devices. The support for them is limited in labgrid, so let's start with the crucial part -- local can resources: - RawCANPort -...

enhancement

**Description** Calling `asyncio.get_event_loop()` with no current event loop is deprecated since Python 3.10 and will be an error in Python >=3.12, see [docs](https://docs.python.org/3/library/asyncio-eventloop.html#asyncio.get_event_loop). So create a new event loop explicitly...

work in progress
deprecation

**Description** Implement the same behavior as `get_resource()` This make writing configuration files easier when having multiple drivers. I updated the tests and they run OK. I my setup this feature...

enhancement

I get an annoying warning at the end of my pytest session, when running on the latest master ``` test_setup/test_setup.py::test_setup_ip /usr/local/lib/python3.10/dist-packages/labgrid/remote/client.py:1238: DeprecationWarning: There is no current event loop loop =...

deprecation

When using labgrid's reservation feature.. ```shell $ eval `labgrid-client reserve --shell board=imx6` $ labgrid-client wait $LG_TOKEN owner: erbse/bst token: L7KN0X2UUG state: allocated filters: main: board=imx6 allocations: main: example-board created: 2023-07-21...

enhancement