This is an automated email from the ASF dual-hosted git repository.
jerzy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git
from 71b9c035d hw/drivers/i2s: Fix setting for bypass mode
new eda163370 util: Fix link section attribute
new 00fd862e2 sys/shell: Add macros for creating link time commands
new 15cc2b317 sys/shell: Register os commands staticaly
new f0c90b9bb sys/shell: Register prompt module statically
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
kernel/os/include/os/link_tables.h | 4 +-
sys/shell/include/shell/shell.h | 187 +++++++++++++++++++
sys/shell/pkg.yml | 6 +
sys/shell/src/shell.c | 365 +++++++++++++++++++++----------------
sys/shell/src/shell_os.c | 28 +--
sys/shell/src/shell_priv.h | 3 -
sys/shell/src/shell_prompt.c | 14 +-
7 files changed, 411 insertions(+), 196 deletions(-)