You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ac...@apache.org on 2021/01/18 22:19:57 UTC

[incubator-nuttx] branch myupstream updated (9c12009 -> 97918fc)

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

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


 discard 9c12009  Update arch/xtensa/Kconfig comments
 discard f4df995  esp32-wrover-kit: Add LWL board configuration
 discard 364e3c3  xtensa/esp32: Add support to LWL
    omit 34a300b  arch/sim: Fix up_hcitty.c:366:20: warning: ‘eventset’ may be used uninitialized
    omit aa37399  arch/sim: Extend hcitty_register to accept device name
    omit 8c8c30b  arch/sim: Rename g_hcitty_ops to g_bthcitty_ops
    omit db0b661  arch/sim: Don't potect recvsem in bthcitty_pollnotify
    omit eabb2fb  Re-arranged syslog fields.
    omit eb29370  xtensa/esp32: Fix ESP32 SPI driver issues
    omit b6fbcb6  nrf52: Add a static copy buffer for i2c
    omit 4693857  xtensa/esp32: Fix ESP32 I2C driver issues
    omit 3a64783  nrf52: Add simple i2c test configuration
    omit 11a8423  drivers: wireless: Fix ASSERT() in _read_data_len() in gs2200m.c
    omit 7df322c  bluetooth: Move the lower half null check to common place
    omit 9103184  bluetooth: Rename *bt_uart_shim_getdevice to btuart_shim_getdevice
    omit eda15d2  boards/imxrt1020-evk: Don't include the unused bt_uart_shim.h
    omit 0f1c026  nrf52_i2c: add support for I2C_M_NOSTART flags
    omit df8139c  arch/stm32h7: Fix nxstyle errors
    omit 92259cb  netpacket/if_addr: add interface address header
    omit a150e03  gdbinit: add support for reporting total and used stack size
    omit 328b7c0  sim/hcitty: add hcitty adapter
    omit 93ef2e7  nrf52 GPIO: set GPIO drive setting and missing input buffer configuration
    omit 2fcfd63  nrf52: fix build without serial
    omit 6f3f1c0  nrf52 i2c: disable peripheral while configuring
    omit e1b3374  nrf52 spi: build fixes and a missing register setting (polarity)
    omit ebe596b  nrf52: enable and fix build for SPI BITORDER
    omit 5d44631  nrf52: fix SPI3 irq macro naming
    omit c526f01  nrf52: fix build for PWM without multichan enabled
    omit efe236b  drivers/syslog: Prepend Process ID to syslog message
    omit cb78dad  Added color output to syslog.
    omit 0c5f71c  boards/stm32f4discovery: Add a LWL board profile and improve the README.txt
     add be287a9  xtensa/esp32: Add support to LWL
     add 97918fc  esp32-wrover-kit: Add LWL board configuration

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (9c12009)
            \
             N -- N -- N   refs/heads/myupstream (97918fc)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 arch/arm/Kconfig                                   |   1 -
 arch/arm/include/nrf52/nrf52_irq.h                 |   2 +-
 arch/arm/src/nrf52/Kconfig                         |  27 --
 arch/arm/src/nrf52/nrf52_gpio.c                    |  83 +---
 arch/arm/src/nrf52/nrf52_i2c.c                     |  91 +----
 arch/arm/src/nrf52/nrf52_lowputc.c                 |  52 ++-
 arch/arm/src/nrf52/nrf52_pwm.c                     |   2 +-
 arch/arm/src/nrf52/nrf52_spi.c                     |  11 +-
 arch/arm/src/stm32h7/stm32_rtc.c                   |  15 +-
 arch/arm/src/stm32h7/stm32_rtc.h                   |  17 +-
 arch/sim/Kconfig                                   |  14 -
 arch/sim/src/Makefile                              |   5 -
 arch/sim/src/sim/up_hcisocket_host.c               |   2 +-
 arch/sim/src/sim/up_hcisocket_host.h               |   2 +-
 arch/sim/src/sim/up_hcitty.c                       | 447 ---------------------
 arch/sim/src/sim/up_idle.c                         |   4 -
 arch/sim/src/sim/up_internal.h                     |   7 -
 arch/xtensa/src/common/xtensa_lwl_console.c        |   1 +
 arch/xtensa/src/esp32/esp32_i2c.c                  |  10 -
 arch/xtensa/src/esp32/esp32_spi.c                  |   7 -
 arch/xtensa/src/esp32/esp32_spi_slave.c            |  14 -
 boards/arm/imxrt/imxrt1020-evk/src/imxrt_bringup.c |  10 +-
 .../arm/nrf52/nrf52-feather/configs/i2c/defconfig  |  50 ---
 boards/arm/nrf52/nrf52-feather/include/board.h     |   5 -
 boards/arm/nrf52/nrf52-feather/src/Makefile        |   4 -
 boards/arm/nrf52/nrf52-feather/src/nrf52-feather.h |  26 +-
 boards/arm/nrf52/nrf52-feather/src/nrf52_bringup.c |   6 -
 boards/arm/nrf52/nrf52-feather/src/nrf52_i2c.c     |  95 -----
 .../stm32/stm32f4discovery/configs/lwl/defconfig   |  51 ---
 .../arm/stm32/stm32f4discovery/src/stm32_hciuart.c |  16 +-
 .../arm/tiva/tm4c1294-launchpad/src/tm4c_hciuart.c |  16 +-
 boards/sim/sim/sim/src/sim_bringup.c               |  10 -
 drivers/syslog/Kconfig                             |  12 -
 drivers/syslog/vsyslog.c                           |  52 ---
 drivers/wireless/bluetooth/bt_uart_bcm4343x.c      |   6 +-
 drivers/wireless/bluetooth/bt_uart_cc2564.c        |   6 +-
 drivers/wireless/bluetooth/bt_uart_generic.c       |   6 +-
 drivers/wireless/bluetooth/bt_uart_shim.c          |   4 +-
 drivers/wireless/gs2200m.c                         |  12 +-
 include/netpacket/if_addr.h                        | 112 ------
 include/netpacket/netlink.h                        |  33 +-
 include/nuttx/wireless/bluetooth/bt_uart_shim.h    |   2 +-
 tools/lwl/README.txt                               |  41 +-
 tools/nuttx-gdbinit                                |  13 +-
 44 files changed, 137 insertions(+), 1265 deletions(-)
 delete mode 100644 arch/sim/src/sim/up_hcitty.c
 delete mode 100644 boards/arm/nrf52/nrf52-feather/configs/i2c/defconfig
 delete mode 100644 boards/arm/nrf52/nrf52-feather/src/nrf52_i2c.c
 delete mode 100644 boards/arm/stm32/stm32f4discovery/configs/lwl/defconfig
 delete mode 100644 include/netpacket/if_addr.h