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%)