This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


    from 0c63840b18 arch/risc-v: add support for capture driver on ESP32C6 and 
ESP32H2.
     new 8493273c2c risc-v/bl808: Add GPADC character driver
     new a16956e128 Add peripheral support table to BL808 documentation page
     new a83e7ced77 ox64: Add adc example config
     new 1825c4eb8b Add ox64:adc config to documentation

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:
 .../platforms/risc-v/bl808/boards/ox64/index.rst   |  14 +-
 Documentation/platforms/risc-v/bl808/index.rst     |  22 +
 arch/risc-v/include/bl808/irq.h                    |   1 +
 arch/risc-v/src/bl808/Kconfig                      |  99 ++++
 arch/risc-v/src/bl808/Make.defs                    |   1 +
 arch/risc-v/src/bl808/bl808_gpadc.c                | 504 +++++++++++++++++++++
 .../src/bl808/bl808_gpadc.h}                       |  17 +-
 arch/risc-v/src/bl808/hardware/bl808_gpadc.h       | 197 ++++++++
 arch/risc-v/src/bl808/hardware/bl808_memorymap.h   |   3 +-
 .../bl808/ox64/configs/{nsh => adc}/defconfig      |  14 +
 boards/risc-v/bl808/ox64/src/bl808_appinit.c       |   7 +
 11 files changed, 861 insertions(+), 18 deletions(-)
 create mode 100644 arch/risc-v/src/bl808/bl808_gpadc.c
 copy arch/{arm/src/stm32f7/stm32_dbgmcu.h => risc-v/src/bl808/bl808_gpadc.h} 
(78%)
 create mode 100644 arch/risc-v/src/bl808/hardware/bl808_gpadc.h
 copy boards/risc-v/bl808/ox64/configs/{nsh => adc}/defconfig (87%)

Reply via email to