This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch update-ports-syscfg
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git


    from 70d1ab700 Remove incubator leftovers
     add faf2f7742 provisioner remove dependency of marco BLE_MESH_CDB
     add 1815c9cd6 add blemesh_shell demo for linux
     add 85f95592f fix coding style
     add 895ed28b9 revert coding style change

No new revisions were added by this update.

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%)

Reply via email to