Mateusz Hołenko

Results 79 comments of Mateusz Hołenko

I extended the ECB model with actual AES calculations and merged this together with RTC changes upstream. What's left for review now are changes to the Radio controller model.

Most of the changes to `NRF52840_Radio` are now merged upstream - thanks again for your contribution @grifcj! We added an automated test running the Zephyr peripheral/central HR sample. For now...

@nickoe `netifaces` are required only for some selected tests in Renode and I don't see that we are running them in `litex-buildenv`. Perhaps we have just too much dependencies listed....

@nickoe Do I understand correctly that the above change solved the problem with `netifaces` and allowed to further use `litex-buildenv` successfully (apart from the bootstrap phase)? As you said, `scripts/bootstrap.sh`...

> Guess we need to move this repo to Github Actions? I'll take a look at that.

IIRC we stumbled upon similar problems when working on FOMU support. The code assumed there will always be a UART, which was not the case for that board. The suggested...

Hi @cklarhorst! I can confirm it is also visible in CI: https://travis-ci.com/github/antmicro/litex-buildenv/jobs/346569019#L6459-L6467. I'm currently working on bumping the LiteX submodule in litex-buildenv, but it doesn't look it will solve *this*...

@tcal-x: I understand that this might be misleading (and I'll think how to make it more user-friendly), but the **core** error here is: https://travis-ci.com/github/timvideos/litex-buildenv/jobs/363773771#L7897. The following excerpt: ``` [host: 7/22/2020...

Thanks for reporting the issue, @CarlFK! I tried to reporduce it locally, but (un)fortunately WFM. I'm working on a CI setup to test linux on buildenv automatically in Travis -...