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-core.git.


    from 5058a8d  Merge pull request #502 from schilken/master
     add c3eaaeb  nimble/test: Pass SM public key structure to 
ble_sm_dbg_set_sc_keys
     add f307b72  nimble/test: Check for ble_gap_conn_find return value
     add 1a43ed0  nimble/test: Assert all os_mbuf operations
     add bee5cf0  net/test: Fix use on uninitialized variable
     add 79b6aa7  nimble/tests: Fix possible NULL pointer dereference
     add bc9f046  ip/tests: Remove redundant NULL check
     add bea4737  tests: Fix invalid fa_sectors allocation
     add 54a29bc  nimble/test: Fix setting channel map for CSA2
     add 8fccf99  os/tests: Remove dead assignments and fix comments in mutex 
tests
     add 1d8db27  boot/tests: Add missing asserts for checking boot_set_pending 
succeed
     add 46766b4  nffs/tests: Fix use of uninitialized values
     add 7fbad11  nimble/test: Limit max characteristics when validating 
handling
     add 9052bf2  nimble/test: Fix max intervals in L2CAP tests
     add aeee057  nimble/test: Limit max characteristics when validating 
handling FIX
     add be714f8  shell: Fix parameter typy for get_destination_module
     add 6c918ac  Remove not used oti_flags from struct os_task_info
     add 2ac5cf5  baselibc: Fix missing va_end in asprintf
     add d51a092  shell: Fix invalid check for string end
     add df916f4  fcb/test: Assert on flash_area_erase error
     add e173d64  fs/disk: Fix out of bound write
     add f6d9ff6  fs: Fix NULL pointer dereference in fs_ops_for
     add 6388f5f  fs: Fix memory leak in fops_from_filename
     add e2d11b1  fs/nffs: Remove not needed initalization
     add 7ed69a9  fs/nffs: Remove padding from struct nffs_block
     add b31f411  log: Fix missing va_end call in log_printf
     add 7af6102  sys/config: Remove some dead code from conf_value_from_str
     add 6280847  uart_hal: Fix memory leak on uart_hal_init error path
     add 44326d3  Remove some dead code from native controller
     add a3a2df9  native/hal_uart: Fix fd leak on uart_open_dev error path
     add e72951d   Remove some dead code from native controller FIXXXX
     new 24eb7d7  Merge pull request #517 from sjanc/static_check

The 1 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:
 .../test/src/testcases/boot_test_nv_bs_11.c        |  1 +
 .../test/src/testcases/boot_test_nv_ns_01.c        |  5 +-
 fs/disk/src/disk.c                                 |  2 +-
 fs/fs/src/fs_file.c                                |  2 +
 fs/fs/src/fs_mount.c                               | 10 ++--
 fs/nffs/src/nffs.c                                 |  3 +-
 fs/nffs/src/nffs_priv.h                            |  1 -
 fs/nffs/test/src/nffs_test_debug.c                 | 25 ++++-----
 hw/drivers/nimble/native/src/ble_phy.c             | 36 ++++---------
 hw/drivers/uart/uart_hal/src/uart_hal.c            |  1 +
 hw/mcu/native/src/hal_uart.c                       |  1 +
 kernel/os/include/os/os_task.h                     |  1 -
 kernel/os/test/src/mutex_test.c                    |  6 +--
 libc/baselibc/src/asprintf.c                       |  8 +--
 net/ip/mn_socket/test/src/mn_sock_util.c           |  6 +--
 net/nimble/controller/test/src/ble_ll_csa2_test.c  |  2 +-
 net/nimble/host/test/src/ble_att_svr_test.c        | 59 +++++++++++++++-------
 net/nimble/host/test/src/ble_gap_test.c            | 20 +++++---
 net/nimble/host/test/src/ble_gatt_disc_c_test.c    | 16 ++++--
 net/nimble/host/test/src/ble_gatt_disc_d_test.c    |  8 +--
 net/nimble/host/test/src/ble_gatt_disc_s_test.c    | 15 ++++--
 net/nimble/host/test/src/ble_gatt_find_s_test.c    |  6 ++-
 net/nimble/host/test/src/ble_gatt_read_test.c      | 16 ++++--
 net/nimble/host/test/src/ble_gatt_write_test.c     | 12 +++--
 net/nimble/host/test/src/ble_hs_test_util.c        | 15 ++++--
 net/nimble/host/test/src/ble_l2cap_test.c          | 19 ++++---
 net/nimble/host/test/src/ble_sm_test_util.c        |  3 +-
 sys/config/src/config.c                            | 10 ++--
 sys/config/test-fcb/src/conf_test_fcb.c            |  4 +-
 sys/flash_map/test/src/flash_map_test.c            |  3 +-
 sys/log/full/src/log.c                             |  1 +
 sys/shell/src/shell.c                              |  6 +--
 sys/shell/src/shell_os.c                           |  4 +-
 33 files changed, 190 insertions(+), 137 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@mynewt.apache.org" <commits@mynewt.apache.org>'].

Reply via email to