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

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


    from 8914646  board/esp32c3-devkit: Add support for SPI Slave chardev driver
     add 1965485  wirelss/bluetooth/bt_buf: add ISO buffer type
     add 6837d4e  arch/sim: remove BT uart implement
     add 6c69b12  wireless/bluetooth: decoupling bt_driver_s and bt_buf_s
     add 99bfd35  serial/uart/h4: add bt h4 uart serial driver

No new revisions were added by this update.

Summary of changes:
 arch/arm/src/nrf52/nrf52_sdc.c                     |  89 ++----
 arch/sim/Kconfig                                   |  15 -
 arch/sim/src/Makefile                              |   5 -
 arch/sim/src/sim/up_hcisocket.c                    | 269 +++++++++--------
 arch/sim/src/sim/up_idle.c                         |   4 -
 arch/sim/src/sim/up_internal.h                     |   7 -
 boards/sim/sim/sim/configs/btuart/defconfig        |   3 +-
 boards/sim/sim/sim/src/sim_bringup.c               |  18 --
 drivers/serial/Kconfig                             |  33 +++
 drivers/serial/Make.defs                           |   6 +
 .../sim/up_btuart.c => drivers/serial/uart_bth4.c  | 324 +++++++++++----------
 drivers/wireless/bluetooth/bt_null.c               |  29 +-
 drivers/wireless/bluetooth/bt_uart.c               | 225 +++++---------
 drivers/wireless/bluetooth/bt_uart.h               |   6 +-
 include/nuttx/net/bluetooth.h                      |   4 +-
 .../nuttx/serial/uart_bth4.h                       |  25 +-
 include/nuttx/wireless/bluetooth/bt_buf.h          |   2 +
 include/nuttx/wireless/bluetooth/bt_driver.h       |  48 +--
 wireless/bluetooth/bt_hcicore.c                    |  46 +--
 wireless/bluetooth/bt_hcicore.h                    |  21 +-
 wireless/bluetooth/bt_netdev.c                     |   4 +-
 21 files changed, 579 insertions(+), 604 deletions(-)
 rename arch/sim/src/sim/up_btuart.c => drivers/serial/uart_bth4.c (51%)
 copy boards/arm/sama5/giant-board/include/board_memorymap.h => 
include/nuttx/serial/uart_bth4.h (82%)

Reply via email to