I use FreeRTOS+CLI in my project and it works wonderfully when I build with no optimization. But if I turn on size optimization (-Os), then typing ‘help’ results in
Enter ‘help’ for list of commands
helphephel
help:
Lists all the registered commands
If I turn off optimization for just the file having vCommandConsoleTask in it, there is no problem.
Your assessment looks correct. Would you please share link of the code too? Also, assuming that it is a code in one of our repos, are you willing to raise a PR to fix it?
Like I said, I’ve never done tis before. I suppose a start by cloning a repo, but which one? And I’m not familiar with pull requests, so I need newbie-level guidance.