Tim Hardisty

Results 50 comments of Tim Hardisty

OK - I'm NOT seeing this. I do have an issue with my USB CDC-NCM after running dhcpd_start, but the actual daemon is behaving correctly for me, starting/stopping regardless of...

Is it feasible/possible to allow a choice of LVGL version via Kconfig? I know there is a copy/paste of the LVGL Kconfig content to the NuttX one which is a...

> Is it feasible/possible to allow a choice of LVGL version via Kconfig? > > I know there is a copy/paste of the LVGL Kconfig content to the NuttX one...

>...BTW, the better fix is switching fopen/fclose to open/close as much as we can. I thought fopen/fclose was the preferred, portable, method? Since open/close are not ANSI C IIRC.

> > > ...BTW, the better fix is switching fopen/fclose to open/close as much as we can. > > > > > > I thought fopen/fclose was the preferred, portable,...

> where __CONCAT define in nuttx? @TimJTi @xiaoxiang781216 ``` /home/tim/designs/nuttx/nuttx/arch/arm/src/a1x/hardware/a10_memorymap.h 48,9: #define __CONCAT(a,b) a ## b 49,20: #define MKULONG(a) __CONCAT(a,ul) /home/tim/designs/nuttx/nuttx/arch/arm/src/am335x/hardware/am3358_memorymap.h 48,9: #define __CONCAT(a,b) a ## b 49,20: #define MKULONG(a)...

> You are right, we are missing documentation regarding Python linting. We do however have instructions on using `pre-commit`, it should automatically run the Python linting tools: [link](https://nuttx.apache.org/docs/latest/contributing/coding_style.html#using-pre-commit). Ok -...

Thanks! I'm away but will take a look next week. Would it be possible to add a few lines to the Contributing documentation too?

Can you find 2 minutes to write a few lines here that, to you, are important things a potential contributor of a python script should do? I am assuming those...

Amazing- much better than I dared hope for! I will turn that into a PR in the next few weeks and hopefully others can add to it 😀