kasjer
kasjer
When LOG_CONSOLE_PRETTY is set dumping logs from log_shell uses same function for printing log header Module names are not printed in colors. log level now is printed always even when...
This adds entry count to FCB (and log_fcb) so it number of entries in FCB and log based on FCB gen be easily obtained. Number of entries stored in the...
### Shell commands registration So far shell commands could be added with `shell_cmd_register()` and modules (set of commands) could be added with `shell_register()` This approach requires function call usually added...
This adds few commands to shell to manipulate gpio and nvregs.
This is start of a rework of file system related code. There was a few drawbacks in current implementation of file system especially disk related (this does not touch FCB)....