You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2023/01/09 01:27:23 UTC

[nuttx] branch master updated (5e42bd97cd -> e0f99d93ac)

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 5e42bd97cd virtio/net: Try fix virtnet logic
     add e0f99d93ac stm32wb: add i2c driver

No new revisions were added by this update.

Summary of changes:
 arch/arm/src/stm32wb/Kconfig                       |   13 +
 arch/arm/src/stm32wb/Make.defs                     |    4 +-
 .../stm32_i2c.h => stm32wb/hardware/stm32wb_i2c.h} |  125 +-
 .../stm32l4_i2c.c => stm32wb/stm32wb_i2c.c}        | 1234 +++++++-------------
 .../stm32l4_i2c.h => stm32wb/stm32wb_i2c.h}        |   28 +-
 5 files changed, 518 insertions(+), 886 deletions(-)
 copy arch/arm/src/{stm32f0l0g0/hardware/stm32_i2c.h => stm32wb/hardware/stm32wb_i2c.h} (65%)
 copy arch/arm/src/{stm32l4/stm32l4_i2c.c => stm32wb/stm32wb_i2c.c} (64%)
 copy arch/arm/src/{stm32l4/stm32l4_i2c.h => stm32wb/stm32wb_i2c.h} (80%)