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 f771348 ports: Build NimBLE with 32-bit environment
new 605ade1 nimble/ports: Use native BSP for test targets
new 4a008c8 nimble/mesh: Fix bt_mesh_beacon_auth declaration
new c79a7ab nimble/mesh: Fix bt_mesh_keys_resolve declaration
new a724f0b nimble/mesh: Fix garbage in debug log
new 984566d nimble/transport: Fix unused variable in socket transport
new 3a6ab21 nimble/ports: Refresh syscfg
The 6 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/app_keys.c | 2 +-
nimble/host/mesh/src/app_keys.h | 2 +-
nimble/host/mesh/src/crypto.h | 2 +-
nimble/host/mesh/src/friend.c | 3 -
nimble/transport/socket/src/ble_hci_socket.c | 1 -
porting/examples/linux/include/logcfg/logcfg.h | 9 +-
porting/examples/linux/include/syscfg/syscfg.h | 143 +++++--
porting/examples/linux/include/sysflash/sysflash.h | 2 +-
.../examples/linux_blemesh/include/logcfg/logcfg.h | 72 ++--
.../examples/linux_blemesh/include/syscfg/syscfg.h | 451 +++++++++++++--------
.../linux_blemesh/include/sysflash/sysflash.h | 2 +-
porting/examples/nuttx/include/logcfg/logcfg.h | 9 +-
porting/examples/nuttx/include/syscfg/syscfg.h | 191 +++++----
porting/examples/nuttx/include/sysflash/sysflash.h | 2 +-
porting/nimble/include/logcfg/logcfg.h | 9 +-
porting/nimble/include/syscfg/syscfg.h | 149 +++++--
porting/nimble/include/sysflash/sysflash.h | 2 +-
porting/npl/riot/include/logcfg/logcfg.h | 9 +-
porting/npl/riot/include/syscfg/syscfg.h | 103 +----
porting/npl/riot/include/sysflash/sysflash.h | 2 +-
porting/targets/dummy_bsp/bsp.yml | 56 ---
porting/targets/dummy_bsp/include/bsp/bsp.h | 31 --
porting/targets/dummy_bsp/pkg.yml | 27 --
porting/targets/linux/target.yml | 2 +-
porting/targets/linux_blemesh/target.yml | 2 +-
porting/targets/nuttx/target.yml | 2 +-
porting/targets/porting_default/syscfg.yml | 3 +
porting/targets/porting_default/target.yml | 2 +-
28 files changed, 699 insertions(+), 591 deletions(-)
delete mode 100644 porting/targets/dummy_bsp/bsp.yml
delete mode 100644 porting/targets/dummy_bsp/include/bsp/bsp.h
delete mode 100644 porting/targets/dummy_bsp/pkg.yml
create mode 100644 porting/targets/porting_default/syscfg.yml