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 0d31418ba8e arch, boards, cmake: Build C++ ELF modules without 
__cxa_atexit.
     new 01106b47847 arch/risc-v/eic7700x: Add the blank lines nxstyle asks for.
     new 0a85476f7cc arch/risc-v/eic7700x: Describe the clock tree the boot 
loader leaves.
     new 2114981067b boards/risc-v/eic7700x: Report the clock tree at startup.
     new 4a5852f02c7 boards/risc-v/eic7700x: Correct the UART reference clock.

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:
 arch/risc-v/src/eic7700x/Kconfig                   |   23 +
 arch/risc-v/src/eic7700x/Make.defs                 |    4 +
 arch/risc-v/src/eic7700x/eic7700x_clk.c            | 1336 ++++++++++++++++++++
 arch/risc-v/src/eic7700x/eic7700x_clk.h            |  149 +++
 arch/risc-v/src/eic7700x/eic7700x_clk_ops.c        |  438 +++++++
 arch/risc-v/src/eic7700x/eic7700x_start.c          |   27 +
 arch/risc-v/src/eic7700x/hardware/eic7700x_clk.h   |  424 +++++++
 boards/risc-v/eic7700x/common/src/eic7700x_boot.c  |   22 +
 .../eic7700x/eic7700-evb/configs/nsh/defconfig     |    2 +
 .../eic7700x/starpro64/configs/nsh/defconfig       |    7 +-
 10 files changed, 2430 insertions(+), 2 deletions(-)
 create mode 100644 arch/risc-v/src/eic7700x/eic7700x_clk.c
 create mode 100644 arch/risc-v/src/eic7700x/eic7700x_clk.h
 create mode 100644 arch/risc-v/src/eic7700x/eic7700x_clk_ops.c
 create mode 100644 arch/risc-v/src/eic7700x/hardware/eic7700x_clk.h

Reply via email to