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

marko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git.


    from e9d4a51  hw/sensor/test: Exclude CLI code
     add 6aa1573  Added stubs for I2C simulation
     add b2254d0  Added basic debug output for I2C access
     add 3e8c92c  Added sim driver registration and function redirection
     add 226bdf3  Moved hal_i2c_sim.h to mcu, improved insert
     new a23c2e0  Merge pull request #1251 from microbuilder/i2csim

The 1 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:
 hw/bsp/native/src/hal_bsp.c             |   6 ++
 hw/mcu/native/include/mcu/mcu_sim_i2c.h |  96 ++++++++++++++++++++++
 hw/mcu/native/src/hal_i2c.c             | 140 ++++++++++++++++++++++++++++++++
 hw/mcu/native/syscfg.yml                |   4 +
 test/i2c_scan/src/i2c_scan.c            |   4 -
 5 files changed, 246 insertions(+), 4 deletions(-)
 create mode 100644 hw/mcu/native/include/mcu/mcu_sim_i2c.h
 create mode 100644 hw/mcu/native/src/hal_i2c.c

Reply via email to