zdebanos
zdebanos
In case you're wondering how to install libssl1.0-dev (a deprecated package not available by default on Debian 11 in my case), here's how you can do it (source: https://github.com/rvm/rvm/issues/4764). Shortly...
Thank you for your answer. I may look into it as well when I have time. I just put it here to not forget about it.
I was searching for solutions but I haven't found an easy way to do the svg flip in Qt. I consider using another Python library to do the svg transformations.
Thank you very much Roberto. I was thinking about doing the same thing, however using something more pythonic. I've come across svgutils python package, which could prove useful. However, it...
Thank you Mateusz and Alan, as soon as I touch the company's PC I'll fix the issues. Also I realized I forgot to commit the headers so the peripherals could...
Fixed coding issues. Compiles OK. But I've got a question - where should I put the documentation? I found a generic page (https://nuttx.apache.org/docs/latest/components/drivers/special/i2c.html) about the I2C drivers, but not arch...
@raiden00pl @acassis just reminding myself :)
oh, I did not understand the output of the check, thanks for clearing that up!
@acassis @raiden00pl I modified the I2C Documentation in `Documentation/components/drivers/special/i2c.rst`, the documentation now elaborates further on the I2C slave and features an example with STM32 initialization.