This is an automated email from the ASF dual-hosted git repository.
jerpelea pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from ec83d9a3a7f Review: Address @raiden00pl comments
new a6a5c8aff2c arch/arm/common/ameba: fix level-triggered GPIO interrupt
storm
new d960bc39ee9 arch/arm/rtl8721f: add GPIO character driver support
The 2 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:
.../arm/rtl8721dx/boards/pke8721daf/index.rst | 2 +-
.../arm/rtl8721f/boards/rtl8721f_evb/index.rst | 18 ++++++
arch/arm/src/common/ameba/ameba_gpio.c | 70 ++++++++++++++++++----
arch/arm/src/common/ameba/ameba_gpio.h | 8 ++-
arch/arm/src/rtl8721f/CMakeLists.txt | 4 ++
arch/arm/src/rtl8721f/Kconfig | 5 ++
arch/arm/src/rtl8721f/Make.defs | 4 ++
arch/arm/src/rtl8721f/ameba_board.mk | 5 ++
.../src/{rtl8721dx => rtl8721f}/ameba_gpio_chip.h | 29 +++++----
.../rtl8721f_evb}/configs/gpio/defconfig | 13 ++--
.../arm/rtl8721f/rtl8721f_evb/src/CMakeLists.txt | 11 ++++
boards/arm/rtl8721f/rtl8721f_evb/src/Makefile | 9 +++
.../rtl8721f/rtl8721f_evb/src/rtl8721f_bringup.c | 10 ++++
.../rtl8721f_evb/src/rtl8721f_gpio.c} | 26 ++++----
.../rtl8721f_evb/src/rtl8721f_rtl8721f_evb.h | 13 ++++
15 files changed, 180 insertions(+), 47 deletions(-)
copy arch/arm/src/{rtl8721dx => rtl8721f}/ameba_gpio_chip.h (72%)
copy boards/arm/{rtl8721dx/pke8721daf =>
rtl8721f/rtl8721f_evb}/configs/gpio/defconfig (85%)
copy boards/arm/{rtl8721dx/pke8721daf/src/rtl8721dx_gpio.c =>
rtl8721f/rtl8721f_evb/src/rtl8721f_gpio.c} (78%)