This is an automated email from the ASF dual-hosted git repository.
janc pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git
from 70d1ab700 Remove incubator leftovers
new faf2f7742 provisioner remove dependency of marco BLE_MESH_CDB
new 1815c9cd6 add blemesh_shell demo for linux
new 85f95592f fix coding style
new 895ed28b9 revert coding style change
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:
nimble/host/mesh/src/provisioner.c | 29 ++-
nimble/host/mesh/src/testing.c | 18 +-
.../Makefile | 13 +-
.../{linux => linux_blemesh_shell}/README.md | 19 +-
.../include/console/console_port.h} | 17 +-
.../linux_blemesh_shell/include/shell/shell.h | 220 ++++++++++++++++++++
.../include/syscfg/syscfg.h | 138 ++++++++++---
.../include/sysflash/sysflash.h | 51 +++++
.../linux_blemesh_shell/shell/console_port.c | 88 ++++++++
.../linux_blemesh_shell/shell/shell_port.c | 230 +++++++++++++++++++++
.../src}/ble.c | 151 +++++++++-----
.../src}/main.c | 15 +-
12 files changed, 880 insertions(+), 109 deletions(-)
copy porting/examples/{linux_blemesh => linux_blemesh_shell}/Makefile (91%)
copy porting/examples/{linux => linux_blemesh_shell}/README.md (81%)
copy porting/{npl/freertos/include/nimble/nimble_port_freertos.h =>
examples/linux_blemesh_shell/include/console/console_port.h} (80%)
create mode 100644 porting/examples/linux_blemesh_shell/include/shell/shell.h
copy porting/examples/{linux_blemesh =>
linux_blemesh_shell}/include/syscfg/syscfg.h (87%)
create mode 100644
porting/examples/linux_blemesh_shell/include/sysflash/sysflash.h
create mode 100644 porting/examples/linux_blemesh_shell/shell/console_port.c
create mode 100644 porting/examples/linux_blemesh_shell/shell/shell_port.c
copy porting/examples/{linux_blemesh => linux_blemesh_shell/src}/ble.c (75%)
copy porting/examples/{linux_blemesh => linux_blemesh_shell/src}/main.c (94%)