Max Kriegleder

Results 17 comments of Max Kriegleder

Hi Simon, I am also seeing this issue. I am expecting that a PWM command of 125 us maps to 0 % and 250 us maps to 100 % of...

@tmedicci Thank you for pointing me to this config. I somehow missed it! Also the detailed description on how to compile helped a lot. It is all there in the...

@tmedicci Can you maybe send me working config file for the mcuboot update agent example?

I would very much be interested in this and could potentially help with testing/adding features. @raiden00pl

@raiden00pl Can you give an update on your progress? I have received some funding to develop Thread support for nRF5x on Nuttx and I would love to build on top...

Ok, too bad. In the title and your original post you mention nRF52x chips. Did you also work on these or only mrf24j40 modules?

@acassis Thanks for pointing me to the relevant file. Unfortunately, your proposed fix doesn't resolve the issue, but results in `#define CONFIG_VERSION_STRING "12.3.0` `"#define CONFIG_VERSION_MAJOR 12` It seems like the...

@acassis any thoughts to my proposal?

I tracked it down to changes introduced in nsh_console.c, nsh_console.h, nsh_proccmds.c between 12.0 and 12.1. If I revert only these files to 12.0, I don't see this issue. I haven't...

Yes, I noticed this as well. I increased the stack size for NSH task `CONFIG_SYSTEM_NSH_STACKSIZE=4096` but I also had to increase the stack size of the init task (@tmedicci, thanks...