Simon Glass
Simon Glass
From: Thierry Chaverot I've been looking for a replacement for paperport software for several years, and it was by chance that I discovered your very discreet paperman. From what I've...
This came up in the VBE discussion. As per the doc [1] we need a way for firmware to report the state of the last update. I'd like it to...
Some of the sentences in the README are pretty long and some terms could do with hyphens. Tidy this up. Signed-off-by: Simon Glass
Features
Here are a few useful features I needed with working with Zephyr OS.
Here are a few changes I needed to build and test with tbot.
I find that sometimes my lab rots, e.g. a piece has fallen out, or something has failed. I have a 'check' tool which goes through and makes sure that everything...
This gives a warning in some situations: /usr/lib/python3.10/os.py:1029: RuntimeWarning: line buffering (buffering=1) isn't supported in binary mode, the default buffer size will be used return io.open(fd, mode, buffering, encoding, *args,...
Cover the drivers, scripts, pytest and the Gitlab information. Note: This implementation is the result of working through what is needed in Labgrid to support U-Boot labs. I did initially...
For tegra boards (and also Samsung) I need to a reset sequence like this: - assert reset - assert recovery - de-assert reset - de-assert recovery For some boards I...
The pytest code for selecting a target currently looks like this (fixtures.py): ``` @pytest.fixture(scope="session") def target(env): """Return the default target `main` configured in the supplied configuration file.""" target = env.get_target()...