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/incubator-nuttx.git.
from 90ffb03 include: nuttx: nx: nxstyle fixes new 7723ce4 arch: cxd56xx: Add I2C bitbang lower driver new 0261e58 boards: cxd56xx: Add I2C bitbang driver registration The 2 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/arm/src/cxd56xx/Make.defs | 4 + .../cxd56_i2c_bitbang.c} | 96 +++++++--------------- .../arm/src/cxd56xx/cxd56_i2c_bitbang.h | 27 +++--- boards/arm/cxd56xx/common/src/Make.defs | 4 + .../src/{cxd56_i2cdev.c => cxd56_i2cdev_bitbang.c} | 31 +++++-- .../arm/cxd56xx/spresense/include/cxd56_i2cdev.h | 20 +++++ 6 files changed, 92 insertions(+), 90 deletions(-) copy arch/arm/src/{nrf52/nrf52_i2c_bitbang.c => cxd56xx/cxd56_i2c_bitbang.c} (61%) copy include/nuttx/timers/arch_alarm.h => arch/arm/src/cxd56xx/cxd56_i2c_bitbang.h (80%) copy boards/arm/cxd56xx/common/src/{cxd56_i2cdev.c => cxd56_i2cdev_bitbang.c} (72%)