Alan C. Assis
Alan C. Assis
@linguini1 ISO-TP could be useful for the idea of the modular briefcase
@sszllxos nice finding. Could you please tell me which link interface are you using to connect Linux and NuttX? @xiaoxiang781216 did you submit the RPMsg SPI driver to Linux mainline?
@linguini1 besides Kconfig static configuration, the EDID protocol from HDMI could be used: https://en.wikipedia.org/wiki/Extended_Display_Identification_Data https://thehometheaterdiy.com/hdmi-edid/ But I don't know if we can change the LVGL resolution dynamically
Searching it on google it shows how to get this information on Linux: So, there some way to get the EDID from the VideoCore
@bskdany yes, I think forum is a good place to have a more organized discussion. But many people don't like forum, because it breaks the discussion in many chunks and...
@bskdany did you talk with @linguini1 about this issue? Since he implemented the driver, maybe he has some idea about this issue.
@mennovf yes, I think it is a BUG (or at least a contradictory behavior according to documentation). Possible solutions: - Use a positive value to CONFIG_NET_RECV_BUFSIZE this way the readhead...
> > * Use a positive value to CONFIG_NET_RECV_BUFSIZE this way the readhead buffers are freed early > > Sadly this is not a solution as it is also bugged....
@mennovf suggestion: since you faced these issues with net iob throttle, maybe you could include a small section at Documentation/components/net/netdriver.rst talking about this feature, to give an overview for someone...
> > @yangsong8-a1 this testing you did is really cool: > > ``` > > Compile usbhost: ./build.sh sim:usbhost -j8 > > Start usbhost: sudo nuttx/nuttx > > Compile usbdev:...