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/nuttx.git


    from 1883b91e3c libc: Remove the unused lib_libdtoa.c
     new 41a6adf93f esp32: Add support to gesture and APA102 as LCD
     new 95800a7f54 boards: Rename shiftgame to brickmatch
     new 10e1540b53 games: Add documentation

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/applications/games/brickmatch.rst    | 40 ++++++++++++++++++++++
 Documentation/applications/games/index.rst         | 15 +++++++-
 .../configs/{shiftgame => brickmatch}/defconfig    |  2 +-
 .../configs/{shiftgame => brickmatch}/defconfig    |  2 +-
 .../esp32/common/include/esp32_board_apds9960.h}   |  8 ++---
 boards/xtensa/esp32/common/src/Make.defs           |  8 +++++
 .../esp32/common/src/esp32_board_apa102_lcd.c}     |  8 ++---
 .../esp32/common/src/esp32_board_apds9960.c}       | 27 +++++++--------
 .../configs/{max6675 => brickmatch}/defconfig      | 18 +++++++---
 .../xtensa/esp32/esp32-devkitc/src/esp32_bringup.c | 29 ++++++++++++++++
 10 files changed, 128 insertions(+), 29 deletions(-)
 create mode 100644 Documentation/applications/games/brickmatch.rst
 rename boards/arm/stm32/stm32f4discovery/configs/{shiftgame => 
brickmatch}/defconfig (98%)
 rename boards/risc-v/esp32c3/esp32c3-devkit-rust-1/configs/{shiftgame => 
brickmatch}/defconfig (98%)
 copy boards/{risc-v/esp32c3/common/include/esp32c3_board_apds9960.h => 
xtensa/esp32/common/include/esp32_board_apds9960.h} (89%)
 copy boards/{risc-v/esp32c3/common/src/esp32c3_board_apa102.c => 
xtensa/esp32/common/src/esp32_board_apa102_lcd.c} (95%)
 copy boards/{risc-v/esp32c3/common/src/esp32c3_board_apds9960.c => 
xtensa/esp32/common/src/esp32_board_apds9960.c} (90%)
 copy boards/xtensa/esp32/esp32-devkitc/configs/{max6675 => 
brickmatch}/defconfig (78%)

Reply via email to