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/nuttx.git
from e2ab02d3683 Documentation\hpm6360evk: update guide to match the user
experience
new 42ac826a4cc doc/sim: Add Documentation about SIM Input
new 17025085ead arch/sim: Add support to emulated Mouse
new c9a27f00c67 arch/sim: Fix #ifdef/#else on x11 event loop
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
Documentation/platforms/sim/index.rst | 1 +
Documentation/platforms/sim/sim_input.rst | 38 ++++++
arch/sim/Kconfig | 15 ++
arch/sim/src/Makefile | 3 +
arch/sim/src/sim/CMakeLists.txt | 3 +
arch/sim/src/sim/posix/sim_x11eventloop.c | 106 ++++++++++++++-
arch/sim/src/sim/sim_initialize.c | 6 +-
arch/sim/src/sim/sim_internal.h | 11 +-
.../sim/src/sim/{sim_touchscreen.c => sim_mouse.c} | 151 +++++++--------------
9 files changed, 225 insertions(+), 109 deletions(-)
create mode 100644 Documentation/platforms/sim/sim_input.rst
copy arch/sim/src/sim/{sim_touchscreen.c => sim_mouse.c} (52%)