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 2020/08/28 08:01:49 UTC

[incubator-nuttx] branch master updated (8a2c480 -> 8934f2e)

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 8a2c480  arch: samd5e5: - Add MTD progmem support. - NVM USER PAGE IOCTLs support.
     add 8934f2e  SIM: Add support Linux HCI Socket as BLE adaptor

No new revisions were added by this update.

Summary of changes:
 arch/sim/Kconfig                                   |  10 +
 arch/sim/src/Makefile                              |   5 +
 arch/sim/src/sim/up_hcisocket.c                    | 247 +++++++++++++++++++++
 arch/sim/src/sim/up_hcisocket_host.c               | 192 ++++++++++++++++
 .../sim/src/sim/up_hcisocket_host.h                |  23 +-
 arch/sim/src/sim/up_idle.c                         |   4 +
 arch/sim/src/sim/up_internal.h                     |   7 +
 boards/sim/sim/sim/README.txt                      |  11 +
 .../sim/configs/{bluetooth => bthcisock}/defconfig |   4 +-
 boards/sim/sim/sim/src/sim_bringup.c               |  10 +
 10 files changed, 498 insertions(+), 15 deletions(-)
 create mode 100644 arch/sim/src/sim/up_hcisocket.c
 create mode 100644 arch/sim/src/sim/up_hcisocket_host.c
 copy include/nuttx/audio/audio_i2s.h => arch/sim/src/sim/up_hcisocket_host.h (76%)
 copy boards/sim/sim/sim/configs/{bluetooth => bthcisock}/defconfig (96%)