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

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