-
Notifications
You must be signed in to change notification settings - Fork 8.2k
drivers: sensors: AMS Air quality Sensor Implementations #10431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
drivers: sensors: AMS Air quality Sensor Implementations #10431
Conversation
|
Code is tested on a PCA10059 board with a custom board for sensor hardware attached. |
b50d1f3 to
6b1c418
Compare
Codecov Report
@@ 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
Continue to review full report at Codecov.
|
6b1c418 to
45130db
Compare
|
Found the following issues, please fix and resubmit: License issuesIn most cases you do not need to do anything here, especially if the files
|
b345565 to
bdc9726
Compare
bdc9726 to
16fdb6c
Compare
|
It seems I need to whitelist or blacklist some platforms because not every board has an i2c0. |
16fdb6c to
8106690
Compare
|
Updated to new logger. |
8106690 to
e851a27
Compare
Can you make it depend on |
e851a27 to
7111bbd
Compare
7111bbd to
adc0ca6
Compare
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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?
samples/sensor/ens210/CMakeLists.txt
Outdated
There was a problem hiding this comment.
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
adc0ca6 to
7e0a27f
Compare
7e0a27f to
21d9561
Compare
909f999 to
b1e1042
Compare
There was a problem hiding this 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...
b1e1042 to
803a6e7
Compare
0fb3105 to
5b0c29b
Compare
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]>
5b0c29b to
1ab1c84
Compare
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]>
|
Added license header to cmake files. |
There was a problem hiding this 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
Implementation of AMS iAQ-core and ENS210 Sensors and samples