labgrid icon indicating copy to clipboard operation
labgrid copied to clipboard

embedded systems control library for development, testing and installation

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

Currently it is only possible to use the labgrid-client tool with the distributed infrastructure - deployed exporter, coordinator, and so on. When trying to use `labgrid-client` with only a local...

enhancement

**Description** The ``pythonpath`` key allows specifying additional directories to be added to the Python search path (sys.path). This is particularly useful for including directories that contain Python modules and packages...

Currently it is only possible to specify GPIO's as outputs [see here](https://github.com/labgrid-project/labgrid/blob/64b995fb7a6ef32fb40d15a54ee7dde5603520a4/labgrid/util/agents/sysfsgpio.py#L36). I am proposing to add a `DigitalInputProtocol` together with a `GpioDigitalInputDriver` that configures GPIO pins as input only...

**Description** ResourceConfig passes a template loader with the directory name of the resource (exporter) config to `jinja2.Environment()`. Instead of using the Environment's loader to load the actual config, the config...

enhancement

For developer convenience, barebox v2022.11.0 onwards brings up network interfaces automatically in the background when the boot is aborted by user input. By the time a user then runs boot...

**Description** This allows users to run their pytest test scripts with an `LG_ENV`/`--lg-env` that has multiple targets instead of forcing the user to define one named "main" in order to...

enhancement

Teach the `UUUDriver` to syncrhonize extra files to the exporter before invoking `uuu`. This is useful the the "image" passed to `uuu` is a script file that references such extra...

Checks to see if the interrupt string starts with \x and when that is the case, converts the remained of the string to a bytearray before sending the interrupt to...

Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 4.25.3 to 4.25.8. Commits a4cbdd3 Updating version.json and repo version numbers to: 25.8 29445be Merge pull request #21880 from shaod2/py-25 cc13b69 Remove debugging code and add EOLs...

dependencies
python