Marco Casaroli

Results 11 issues of Marco Casaroli

I got compilation error on Fedora 36 with pybombs, so it turned out that there is a bug in this code. `termios_backup` is a pointer so we should not use...

## Summary Some boards use SPI2 in quad mode and SPI3 in SPI mode. There is no reason why we should not allow to configure both files. ## Impact This...

If the effective UID is `0`, display `#`, otherwise, display `$` in the end of `PS1` Since we use double quotes `"`, we should use `\\`. I believe this was...

Sorry. I have no idea of what I am doing. It looks like this dependency is not available anymore. I used the same technique used here https://github.com/mirage/ethernet/commit/61dfc143518fadb5610473e533f75c2a2856b7da to fix the...

I pushed the same image with multiple tags (`tag1` and `tag2`) Then I run ghcr.-delete-image-action only on `tag1` When I try to `docker pull image:tag2` it fails with manifest unknown....

## Summary This current driver does not handle well netpkts used in the write buffers. I learned about this document: https://github.com/apache/nuttx/blob/master/Documentation/components/net/netdriver.rst After I ported and contributed the original driver. However...

## Description In NuttX flat build, all objects are linked together, so that they end up in a flat namespace. If `ssl_server2` and `ssl_client2` are linked together, we get some...

needs-review
needs-ci
needs-reviewer
size-s
priority-low

## Summary Espressif recently added support for esp32s3 on their qemu, so we migrate the openeth ethernet driver to xtensa common and add it to the esp32s3-devkit config. ## Impact...

Size: M

## Summary This is a very early stage port to RP23XX. We still have many stuff to fix: - drivers: - [x] timerisr - using sysclock -- need to switch...