Juan Sapriza
Juan Sapriza
In #363 we added a second interrupt in the `example_gpio_intr` application to test that the array of handlers inside the gpio hal was working. At that time, that was working....
Right now errors and compilation messages get lost among all other messages that get printed. I think it would be useful to make the compilation "silent", printing only valuable information....
We would like a CI that actually simulates applications, not only compiles them. This presents several challenges: * Install Verilator on the container. * Eventually, if the size of the...
Currently the transaction type is assigned from the source type. This was thought this way to allow targets to be "symmetrical" and "interchangeable". Since the DMA only supports one data...
We would like to have a Docker image containing all necessary tools for X-HEEP, to make it as plug and play as possible. This can start from the one published...
I see the need for two new CIs: 1) One that updates the Documentation on every PR merge by running ```sh cd docs make clean make html ``` Also... this...