You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2022/08/27 07:57:35 UTC

[incubator-nuttx] branch master updated (b933ea63c4 -> 40f7872668)

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

xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


    from b933ea63c4 as5048b.c: change initialization of struct to C89 standard
     add 7a7b5e5779 wireless/bluetooth:add bt bridge codes
     add 40f7872668 wireless/bluetooth:add btsnoop for bt bridge

No new revisions were added by this update.

Summary of changes:
 drivers/wireless/bluetooth/Kconfig                 |  13 +
 drivers/wireless/bluetooth/Make.defs               |   4 +
 drivers/wireless/bluetooth/bt_bridge.c             | 610 +++++++++++++++++++++
 .../nuttx/wireless/bluetooth/bt_bridge.h           |  20 +-
 4 files changed, 637 insertions(+), 10 deletions(-)
 create mode 100644 drivers/wireless/bluetooth/bt_bridge.c
 copy arch/arm/src/efm32/efm32_start.h => include/nuttx/wireless/bluetooth/bt_bridge.h (74%)