nRF54L15 - NCS 3.02 - Toolchain 3.02
I'm exploring using the Zephyr Shell to replace my old legacy CLI interpreter which hooks onto a uart callback. I can set up custom commands but have hit a snag:
My legacy command line uses a prefix e.g. ":Cxxxx" where ":" is a command prefix, "C" is a command and "xxxx" the argument. But it looks like Zephyr won't accept the colon ":" character prefix.
Is there any way around this? I'm quite happy just setting up the one command, then parsing everything later with my own code, but it seems I've hit on the one character that's disallowed.