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

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


    from f0e4f61add8 arch/arm/rp23xx: Add RTC using the POWMAN always-on timer.
     new 30735584a4d risc-v/gd32vw55x: fix I2C master and add gd32vw553k-start 
sht3x example
     new e33a1f9943e risc-v/gd32vw55x: add pwm example to gd32vw553k-start
     new bbc0bdd40cc risc-v/gd32vw55x: add sdcard (SPI/FAT) example to 
gd32vw553k-start
     new 5ecdf313649 risc-v/gd32vw55x: fix ADC reopen and add gd32vw553k-start 
adc example

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:
 .../gd32vw55x/boards/gd32vw553k-start/index.rst    | 133 +++++++++++++++++++++
 arch/risc-v/src/gd32vw55x/gd32vw55x_adc.c          |   9 ++
 arch/risc-v/src/gd32vw55x/gd32vw55x_i2c.c          |  94 +++++++++++----
 .../configs/{ostest => adc}/defconfig              |   5 +-
 .../configs/{ostest => pwm}/defconfig              |   4 +-
 .../configs/{nsh => sdcard}/defconfig              |   4 +
 .../configs/{ostest => sht3x}/defconfig            |   7 +-
 .../gd32vw55x/gd32vw553k-start/include/board.h     |  48 +++++++-
 .../risc-v/gd32vw55x/gd32vw553k-start/src/Makefile |   4 +
 .../gd32vw55x/gd32vw553k-start/src/gd32_bringup.c  |  76 ++++++++++--
 .../gd32vw553k-start/src/gd32_spi.c}               |  85 ++++++++-----
 .../gd32vw553k-start/src/gd32vw553k-start.h        |  12 ++
 12 files changed, 412 insertions(+), 69 deletions(-)
 copy boards/risc-v/gd32vw55x/gd32vw553k-start/configs/{ostest => 
adc}/defconfig (92%)
 copy boards/risc-v/gd32vw55x/gd32vw553k-start/configs/{ostest => 
pwm}/defconfig (95%)
 copy boards/risc-v/gd32vw55x/gd32vw553k-start/configs/{nsh => 
sdcard}/defconfig (93%)
 copy boards/risc-v/gd32vw55x/gd32vw553k-start/configs/{ostest => 
sht3x}/defconfig (91%)
 copy boards/risc-v/{esp32h2/common/src/esp_board_spi.c => 
gd32vw55x/gd32vw553k-start/src/gd32_spi.c} (56%)

Reply via email to