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 e178ff0d nimble/transport: Add generic IPC transport with flow control
     new 27ed7150 nimble/ll: Move RX power compensation from PHY to LL
     new 98feaf20 nimble/ll: Fix not resetting TX power on HCI reset
     new 8f0ecade nimble/ll: Unify PHY tx power API names
     new 70117943 nimble/ll: Fix not rounding TX power when restoring defaults
     new 934193cb nimble/ll: Use global symbol for accessing TX power 
compensation
     new 24c7b003 nimble/ll: Add support for tunable FEM gain and fix 
compensation
     new b78a7bd5 nimble/ll: Rename BLE_LL_FEM to BLE_FEM
     new b21575c8 nimble/ports: Refresh syscfg

The 8 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:
 .../include/controller/{ble_ll_fem.h => ble_fem.h} |  39 +++++---
 nimble/controller/include/controller/ble_ll_hci.h  |   3 -
 nimble/controller/include/controller/ble_phy.h     |   9 +-
 nimble/controller/pkg.yml                          |  12 +--
 nimble/controller/src/ble_ll.c                     |  62 ++++++++++--
 nimble/controller/src/ble_ll_adv.c                 |  30 +++---
 nimble/controller/src/ble_ll_conn.c                |   3 +-
 nimble/controller/src/ble_ll_dtm.c                 |   3 +-
 nimble/controller/src/ble_ll_hci.c                 |  13 +--
 nimble/controller/src/ble_ll_hci_vs.c              |  16 ++--
 nimble/controller/src/ble_ll_priv.h                |  21 ++++
 nimble/controller/src/ble_ll_scan.c                |   8 +-
 nimble/controller/src/ble_ll_scan_aux.c            |   5 +-
 nimble/controller/syscfg.defunct.yml               |  12 +--
 nimble/controller/syscfg.yml                       |  36 +++++--
 nimble/drivers/dialog_cmac/src/ble_phy.c           |   9 +-
 nimble/drivers/fem/sky66112/pkg.yml                |   6 +-
 nimble/drivers/fem/sky66112/src/sky66112.c         |  16 ++--
 nimble/drivers/fem/sky66112/syscfg.yml             |   4 +-
 nimble/drivers/native/src/ble_phy.c                |   7 +-
 nimble/drivers/nrf51/src/ble_phy.c                 |  19 +---
 nimble/drivers/nrf5x/include/ble/xcvr.h            |   4 +-
 nimble/drivers/nrf5x/src/ble_phy.c                 |  42 ++++----
 nimble/drivers/nrf5x/src/nrf52/phy.c               |  14 +--
 nimble/drivers/nrf5x/src/nrf53/phy.c               |  14 +--
 nimble/drivers/nrf5x/src/phy_priv.h                |   8 +-
 nimble/drivers/nrf5x/syscfg.yml                    |   4 +-
 porting/examples/linux/include/syscfg/syscfg.h     |  53 ++++++++++-
 .../examples/linux_blemesh/include/syscfg/syscfg.h |  54 ++++++++++-
 porting/examples/nuttx/include/syscfg/syscfg.h     |  53 ++++++++++-
 porting/nimble/include/syscfg/syscfg.h             |  53 ++++++++++-
 porting/npl/riot/include/syscfg/syscfg.h           | 106 ++++++++++++++++++---
 32 files changed, 534 insertions(+), 204 deletions(-)
 rename nimble/controller/include/controller/{ble_ll_fem.h => ble_fem.h} (56%)

Reply via email to