Results 228 comments of Avamander

I imagine this might be kinda difficult considering the various modules and deployments in-use. The project could provide a reasonable default (e.g. `NoNewPrivileges`), but filesystem-level confinement should rather be done...

Um, what if we wish to use offline IDE and get this feature?

@timkoers Just mentioning, compatibility with doxygen would be really nice (so that the generated documentation actually also mentions the sketchs' intended boards and etc.), it would be a good idea...

> I think as is, it will be on implementors to defend against these, e.g. with rate-limiting and heuristics for shared domains as described above. This approach was taken with...

@newracom > Could you try with following insmod command? I tried it but that provided no difference in dmesg. Just in case I also rebuilt the spi-ft232h module in debug:...

@newracom It seems like the `nrc` module will not initialize itself if there isn't an overlay for it. There's also no way to use the non-DT initialization on newer kernels....

@newracom > Please update the spi_gpio_irq parameter value to match your GPIO pin for HSPI_EIRQ. Thank you for this image, following that wiring seems to have had no effect. In...

Yeah, no success in getting the kernel module to actually do anything with the FT232H SPI bus, if there's an overlay for using a physical SPI bus the module actually...

I tried to revisit this using the latest driver, but the best I can see is still `usbcore: registered new interface driver spi_ft232h` and `Succeed to register spi driver(nrc80211)`. But...

@newracom It seems that on newer Linux kernels the module is always built with `CONFIG_SPI_USE_DT` which makes it not behave correctly without a warning. I've resorted to force-disabling the flag...