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-apps.git
from 0da270d9d system/debugpoint: fix bug the length option parsing error add 9c7e29809 games/brickmatch: Add GPIO input option Add gpio input option for brickmatch example add 8fcff3e88 games/brickmatch: Add led matrix output option Add led matrix output option for brickmatch game example No new revisions were added by this update. Summary of changes: games/brickmatch/Kconfig | 63 ++++++++ games/brickmatch/bm_input_gpio.h | 202 +++++++++++++++++++++++++ games/brickmatch/bm_inputs.h | 4 + games/brickmatch/bm_main.c | 314 ++++++++++++++++++++++++++++++++++----- 4 files changed, 549 insertions(+), 34 deletions(-) create mode 100644 games/brickmatch/bm_input_gpio.h