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

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


    from 83f6f87  Merge pull request #905 from mkiiskila/malloc_fixes
     add 2bff0e1  Sensors LPS33HW: basic pressure output
     add 9c3be65  Sensors LPS33HW: added some config functions
     add c75dc85  Sensors LPS33HW: Can now read with the API
     add bf93630  Sensors LPS33HW: interrupts still need some work to fit into 
the API but are basically functional
     add 100f778  Sensors LPS33HW: Improvements to shell. More progress towards 
high/low notification interrupts.
     add 7fec134  Sensors LPS33HW: Stream read now triggered by sensor_read
     add 85ea4b6  Sensors lps33hw/lps22hb: Fixed threshold interrupt paths
     new 2219af5  Merge pull request #881 from vsyn/lps33hw

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:
 .../sensors/lps33hw/include/lps33hw/lps33hw.h      | 218 +++++
 hw/drivers/{lp5523 => sensors/lps33hw}/pkg.yml     |  25 +-
 hw/drivers/sensors/lps33hw/src/lps33hw.c           | 874 +++++++++++++++++++++
 hw/drivers/sensors/lps33hw/src/lps33hw_priv.h      | 108 +++
 hw/drivers/sensors/lps33hw/src/lps33hw_shell.c     | 145 ++++
 hw/drivers/{lp5523 => sensors/lps33hw}/syscfg.yml  |  22 +-
 hw/sensor/creator/src/sensor_creator.c             |  59 +-
 hw/sensor/creator/syscfg.yml                       |   3 +
 8 files changed, 1431 insertions(+), 23 deletions(-)
 create mode 100644 hw/drivers/sensors/lps33hw/include/lps33hw/lps33hw.h
 copy hw/drivers/{lp5523 => sensors/lps33hw}/pkg.yml (83%)
 create mode 100644 hw/drivers/sensors/lps33hw/src/lps33hw.c
 create mode 100644 hw/drivers/sensors/lps33hw/src/lps33hw_priv.h
 create mode 100644 hw/drivers/sensors/lps33hw/src/lps33hw_shell.c
 copy hw/drivers/{lp5523 => sensors/lps33hw}/syscfg.yml (66%)

-- 
To stop receiving notification emails like this one, please contact
vipulrah...@apache.org.

Reply via email to