Skip to content

Conversation

@alexanderwachter
Copy link
Member

Implementation of AMS iAQ-core and ENS210 Sensors and samples

@alexanderwachter
Copy link
Member Author

Code is tested on a PCA10059 board with a custom board for sensor hardware attached.

@alexanderwachter alexanderwachter force-pushed the iAQcore branch 2 times, most recently from b50d1f3 to 6b1c418 Compare October 8, 2018 15:24
@codecov-io
Copy link

codecov-io commented Oct 8, 2018

Codecov Report

Merging #10431 into master will decrease coverage by 0.03%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #10431      +/-   ##
==========================================
- Coverage   52.02%   51.98%   -0.04%     
==========================================
  Files         307      307              
  Lines       45484    45484              
  Branches    10535    10535              
==========================================
- Hits        23662    23646      -16     
- Misses      17030    17042      +12     
- Partials     4792     4796       +4
Impacted Files Coverage Δ
subsys/testsuite/ztest/include/ztest_assert.h 38.88% <0%> (-38.89%) ⬇️
subsys/testsuite/ztest/src/ztest.c 65.28% <0%> (-7.44%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5ac2461...5b0c29b. Read the comment docs.

@zephyrbot
Copy link

zephyrbot commented Mar 1, 2019

Found the following issues, please fix and resubmit:

License issues

In most cases you do not need to do anything here, especially if the files
reported below are going into ext/ and if license was approved for inclusion
into ext/ already. Fix any missing license/copyright issues. The license
exception if a JFYI for the maintainers and can be overriden when merging the
pull request.

  • drivers/sensor/ams_iAQcore/CMakeLists.txt missing copyright.
  • drivers/sensor/ens210/CMakeLists.txt missing copyright.
  • samples/sensor/ams_iAQcore/CMakeLists.txt missing copyright.
  • samples/sensor/ens210/CMakeLists.txt missing copyright.

@alexanderwachter alexanderwachter force-pushed the iAQcore branch 4 times, most recently from b345565 to bdc9726 Compare March 2, 2019 15:35
@alexanderwachter
Copy link
Member Author

It seems I need to whitelist or blacklist some platforms because not every board has an i2c0.
@MaureenHelm is it possible to whitelist only boards with i2c0 or is it possible to switch dts overlays depending on the availability of i2cx?

@alexanderwachter
Copy link
Member Author

Updated to new logger.

@MaureenHelm
Copy link
Member

It seems I need to whitelist or blacklist some platforms because not every board has an i2c0.
@MaureenHelm is it possible to whitelist only boards with i2c0 or is it possible to switch dts overlays depending on the availability of i2cx?

Can you make it depend on arduino_i2c?

@alexanderwachter alexanderwachter added this to the v1.14.0 milestone Mar 4, 2019
@galak galak added the TSC Topics that need TSC discussion label Mar 5, 2019
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a license/copyright header and update to VERSION 3.13.1

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

license to the CMake file?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update version and add license/copyright header

@alexanderwachter alexanderwachter force-pushed the iAQcore branch 2 times, most recently from 909f999 to b1e1042 Compare March 6, 2019 16:50
Copy link
Contributor

@dbkinder dbkinder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Docs look good, with a couple of small tweaks...

@alexanderwachter alexanderwachter force-pushed the iAQcore branch 3 times, most recently from 0fb3105 to 5b0c29b Compare March 10, 2019 11:02
@alexanderwachter alexanderwachter modified the milestones: v1.14.0, v1.15.0 Mar 15, 2019
@alexanderwachter alexanderwachter removed the TSC Topics that need TSC discussion label Mar 15, 2019
Alexander Wachter added 3 commits April 19, 2019 14:49
Implementation of AMS (Austria Micro Systems) Indoor Air Quality Sensor

Signed-off-by: Alexander Wachter <[email protected]>
Sample code for AMS (Austria Micro Systems) Indoor Air Quality Sensor
reading VOC and equivalent CO2 values.

Signed-off-by: Alexander Wachter <[email protected]>
Implementation of AMS (Austria Micro Systems) ENS210 temperature and
relative humidity sensor.

Signed-off-by: Alexander Wachter <[email protected]>
Alexander Wachter added 3 commits April 19, 2019 14:54
Sample code for AMS (Austria Micro Systems) ENS210 temperature and
relative humidity sensor.

Signed-off-by: Alexander Wachter <[email protected]>
This commit adds IAQcore and ENS210 from AMS to the build tests.

Signed-off-by: Alexander Wachter <[email protected]>
Add @alexanderwachter as codeowner for AMS iAQcore and ENS210

Signed-off-by: Alexander Wachter <[email protected]>
@alexanderwachter
Copy link
Member Author

Added license header to cmake files.

Copy link
Member

@MaureenHelm MaureenHelm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanksk @alexanderwachter for your patience

@MaureenHelm MaureenHelm merged commit 9e8ad2d into zephyrproject-rtos:master Apr 19, 2019
@alexanderwachter alexanderwachter deleted the iAQcore branch January 30, 2021 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants