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

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


    from 48dffbb  boards: spresense: Add nxrecorder to wifi/defconfig
     new 72ff383  boards/arm/stm32/stm3210e-eval/include/board.h: Fix buttons 
bits when CONFIG_DJOYSTICK is enabled.
     new fe7dfec  include/nuttx/input/djoystick.h: Fix some trivial typos and 
nxstyle issues.
     new c3ba603  boards/arm/stm32/olimex-stm32-p407: Add joystick support.
     new 6c68c2b  boards/arm/stm32/stm3210e-eval/include/board.h: Fix nxstyle 
issues.

The 4 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:
 boards/arm/stm32/olimex-stm32-p407/include/board.h |  42 +++++---
 boards/arm/stm32/olimex-stm32-p407/src/Make.defs   |   4 +
 .../olimex-stm32-p407/src/olimex-stm32-p407.h      |  35 +++++--
 .../stm32/olimex-stm32-p407/src/stm32_bringup.c    |  10 +-
 .../stm32/olimex-stm32-p407/src/stm32_buttons.c    |  40 ++++---
 .../src/stm32_djoystick.c                          | 116 ++++++++++-----------
 boards/arm/stm32/stm3210e-eval/include/board.h     |  38 ++++---
 include/nuttx/input/djoystick.h                    |  24 +++--
 8 files changed, 181 insertions(+), 128 deletions(-)
 copy boards/arm/stm32/{stm3210e-eval => 
olimex-stm32-p407}/src/stm32_djoystick.c (67%)

Reply via email to