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 2020/11/05 08:09:52 UTC

[incubator-nuttx] branch master updated (2dfd7a4 -> 54832f3)

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/incubator-nuttx.git.


    from 2dfd7a4  signal.h: fix compile failed when open TTY_SIGINT
     add 54832f3  sim: Initial Linux i2c bus support

No new revisions were added by this update.

Summary of changes:
 arch/sim/Kconfig                                   |  30 ++
 arch/sim/src/Makefile                              |   8 +
 arch/sim/src/nuttx-names.in                        |   2 +
 .../board.h => arch/sim/src/sim/up_i2cbus.h        |  65 ++---
 arch/sim/src/sim/up_i2cbuslinux.c                  | 310 +++++++++++++++++++++
 arch/sim/src/sim/up_internal.h                     |   8 +
 boards/sim/sim/sim/Kconfig                         |   8 +
 .../sim/sim/configs/{bas => linuxi2c}/defconfig    |  21 +-
 boards/sim/sim/sim/src/sim_bringup.c               |  47 +++-
 drivers/sensors/mpu60x0.c                          |   8 +-
 10 files changed, 458 insertions(+), 49 deletions(-)
 copy boards/arm/lc823450/lc823450-xgevk/include/board.h => arch/sim/src/sim/up_i2cbus.h (59%)
 create mode 100644 arch/sim/src/sim/up_i2cbuslinux.c
 copy boards/sim/sim/sim/configs/{bas => linuxi2c}/defconfig (78%)