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/11/30 09:37:20 UTC

[incubator-nuttx] branch master updated (f0e8d10 -> f3712d2)

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 f0e8d10  drivers/audio: Make audio_null play at real speed
     add 010ac2b  sim: correctly handle X11 button state/events
     add f3712d2  sim: add support for simulated button device via mouse click

No new revisions were added by this update.

Summary of changes:
 arch/sim/Kconfig                                   |  7 +++
 arch/sim/src/Makefile                              |  3 +
 arch/sim/src/sim/up_idle.c                         |  3 +-
 arch/sim/src/sim/up_internal.h                     |  3 +-
 arch/sim/src/sim/up_x11eventloop.c                 | 28 +++++++--
 arch/sim/src/sim/up_x11framebuffer.c               |  6 +-
 boards/Kconfig                                     |  2 +
 boards/sim/sim/sim/src/Makefile                    |  4 ++
 boards/sim/sim/sim/src/sim_bringup.c               | 12 ++++
 .../sim/sim/src/sim_buttons.c}                     | 69 ++++++++++++++++------
 10 files changed, 112 insertions(+), 25 deletions(-)
 copy boards/{arm/stm32/nucleo-f429zi/src/stm32_buttons.c => sim/sim/sim/src/sim_buttons.c} (65%)