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 2020/10/26 11:30:21 UTC

[incubator-nuttx] branch master updated (d452a05 -> b405722)

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

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


    from d452a05  pollnotify: we should send poll events before semaphore incrementes.
     add b405722  usbdev: add Android Debug Bridge driver

No new revisions were added by this update.

Summary of changes:
 drivers/usbdev/Kconfig                             |  129 ++
 drivers/usbdev/Make.defs                           |    4 +
 drivers/usbdev/adb.c                               | 2166 ++++++++++++++++++++
 .../stm32_ssd1306.h => include/nuttx/usb/adb.h     |   60 +-
 4 files changed, 2335 insertions(+), 24 deletions(-)
 create mode 100644 drivers/usbdev/adb.c
 copy boards/arm/stm32/common/include/stm32_ssd1306.h => include/nuttx/usb/adb.h (67%)