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 62b41ad9b40 arch/arm/src/common/stm32: Bound SDIO command response 
wait by time.
     new 3197472ad42 arch/arm/rtl8720f: add single-port GPIO support
     new 18d2ae253c1 arch/arm/rtl8720f: add UART master driver support
     new af49db4483b arch/arm/rtl8720f: add I2C master driver support
     new 0be19937ba1 Documentation/rtl8721dx,rtl8721f: document the I2C driver

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:
 .../arm/rtl8720f/boards/rtl8720f_evb/index.rst     | 58 ++++++++++++++++++++++
 .../arm/rtl8721dx/boards/pke8721daf/index.rst      | 16 ++++++
 .../arm/rtl8721f/boards/rtl8721f_evb/index.rst     | 16 ++++++
 arch/arm/src/rtl8720f/CMakeLists.txt               | 27 ++++++++++
 arch/arm/src/rtl8720f/Kconfig                      |  5 ++
 arch/arm/src/rtl8720f/Make.defs                    | 12 +++++
 arch/arm/src/rtl8720f/ameba_board.mk               | 19 +++++++
 .../src/{rtl8721f => rtl8720f}/ameba_gpio_chip.h   | 36 ++++++++------
 .../src/{rtl8721f => rtl8720f}/ameba_i2c_chip.h    | 32 ++++++------
 .../src/{rtl8721f => rtl8720f}/ameba_uart_chip.h   | 26 +++++-----
 .../rtl8720f_evb}/configs/gpio/defconfig           | 12 ++---
 .../rtl8720f_evb}/configs/i2c/defconfig            | 12 ++---
 .../rtl8720f_evb}/configs/uart/defconfig           | 12 ++---
 .../arm/rtl8720f/rtl8720f_evb/src/CMakeLists.txt   | 21 ++++++++
 boards/arm/rtl8720f/rtl8720f_evb/src/Makefile      | 19 +++++++
 .../rtl8720f/rtl8720f_evb/src/rtl8720f_bringup.c   | 30 +++++++++++
 .../rtl8720f_evb/src/rtl8720f_gpio.c}              | 26 +++++-----
 .../rtl8720f_evb/src/rtl8720f_i2c.c}               | 24 +++++----
 .../rtl8720f_evb/src/rtl8720f_rtl8720f_evb.h       | 41 +++++++++++++++
 .../rtl8720f_evb/src/rtl8720f_uart.c}              | 21 ++++----
 20 files changed, 369 insertions(+), 96 deletions(-)
 copy arch/arm/src/{rtl8721f => rtl8720f}/ameba_gpio_chip.h (66%)
 copy arch/arm/src/{rtl8721f => rtl8720f}/ameba_i2c_chip.h (78%)
 copy arch/arm/src/{rtl8721f => rtl8720f}/ameba_uart_chip.h (75%)
 copy boards/arm/{rtl8721f/rtl8721f_evb => 
rtl8720f/rtl8720f_evb}/configs/gpio/defconfig (87%)
 copy boards/arm/{rtl8721f/rtl8721f_evb => 
rtl8720f/rtl8720f_evb}/configs/i2c/defconfig (87%)
 copy boards/arm/{rtl8721f/rtl8721f_evb => 
rtl8720f/rtl8720f_evb}/configs/uart/defconfig (88%)
 copy boards/arm/{rtl8721f/rtl8721f_evb/src/rtl8721f_gpio.c => 
rtl8720f/rtl8720f_evb/src/rtl8720f_gpio.c} (78%)
 copy boards/arm/{rtl8721f/rtl8721f_evb/src/rtl8721f_i2c.c => 
rtl8720f/rtl8720f_evb/src/rtl8720f_i2c.c} (81%)
 copy boards/arm/{rtl8721f/rtl8721f_evb/src/rtl8721f_uart.c => 
rtl8720f/rtl8720f_evb/src/rtl8720f_uart.c} (85%)

Reply via email to