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 e35129b98d7 risc-v/gd32vw55x: make the build warning-clean for CI 
(-Werror)
     new 541e9d13a2d arch/arm/ameba: add CMake build support for RTL8721Dx and 
RTL8720F
     new 54213a13b34 boards/arm/ameba: enable CONFIG_SCHED_WAITPID in nsh 
defconfigs
     new 84106b91526 arch/arm/ameba: resolve the asdk toolchain per-IC
     new cc46e7303d7 arch/arm/ameba: pack fwlib/wifi archives from an explicit 
object list

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     |  48 +---
 Documentation/platforms/arm/rtl8720f/index.rst     | 101 +++++--
 .../arm/rtl8721dx/boards/pke8721daf/index.rst      |  48 +---
 Documentation/platforms/arm/rtl8721dx/index.rst    | 101 +++++--
 arch/arm/src/common/ameba/cmake/ameba_board.cmake  | 314 +++++++++++++++++++++
 arch/arm/src/common/ameba/cmake/ameba_sdk.cmake    |  87 ++++++
 arch/arm/src/common/ameba/toolchain.mk             |  14 +-
 .../src/common/ameba/tools/ameba_asdk_version.sh   |  40 +++
 arch/arm/src/common/ameba/tools/ameba_fetch_sdk.sh |   5 +-
 .../common/ameba/tools/ameba_fetch_toolchain.sh    |  27 +-
 arch/arm/src/common/ameba/tools/ameba_flash.sh     |  95 +++++++
 .../src/common/ameba/tools/ameba_gen_ldscript.sh   |  69 +++++
 arch/arm/src/common/ameba/tools/ameba_package.sh   | 164 +++++++++++
 arch/arm/src/rtl8720f/CMakeLists.txt               | 139 +++++++++
 arch/arm/src/rtl8720f/ameba_board.mk               |  14 +-
 arch/arm/src/rtl8721dx/CMakeLists.txt              | 133 +++++++++
 arch/arm/src/rtl8721dx/ameba_board.mk              |  14 +-
 boards/arm/rtl8720f/rtl8720f_evb/CMakeLists.txt    |  16 +-
 .../rtl8720f/rtl8720f_evb/configs/nsh/defconfig    |   1 +
 .../arm/rtl8720f/rtl8720f_evb/src/CMakeLists.txt   |   3 +-
 boards/arm/rtl8721dx/pke8721daf/CMakeLists.txt     |  16 +-
 .../arm/rtl8721dx/pke8721daf/configs/nsh/defconfig |   1 +
 boards/arm/rtl8721dx/pke8721daf/src/CMakeLists.txt |   3 +-
 tools/ameba/Config.mk                              |  73 +----
 tools/ameba/env.sh                                 | 177 ++++++++++++
 25 files changed, 1471 insertions(+), 232 deletions(-)
 create mode 100644 arch/arm/src/common/ameba/cmake/ameba_board.cmake
 create mode 100644 arch/arm/src/common/ameba/cmake/ameba_sdk.cmake
 create mode 100755 arch/arm/src/common/ameba/tools/ameba_asdk_version.sh
 create mode 100755 arch/arm/src/common/ameba/tools/ameba_flash.sh
 create mode 100755 arch/arm/src/common/ameba/tools/ameba_gen_ldscript.sh
 create mode 100755 arch/arm/src/common/ameba/tools/ameba_package.sh
 create mode 100755 tools/ameba/env.sh

Reply via email to