-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'sfm_sf06_1.5.0_20240108_1256' into 'master'
Update SFM_SF06 driver from Eris-flow model version 1.5.0 See merge request MSO-SW/drivers/embedded/embedded-i2c-sfm-sf06!9
- Loading branch information
Showing
8 changed files
with
159 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
/sfm_sf06_i2c_example_usage | ||
/example-usage/sfm_sf06_i2c_example_usage | ||
/tests/sfm_sf06_test_hw_i2c | ||
/tests/sfm_sf06_test_sw_i2c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,31 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
# CHANGELOG | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [Unreleased] | ||
|
||
## [1.0.0] - 2023-10-30 | ||
## [3.0.0] - 2024-1-10 | ||
|
||
### Changed | ||
|
||
- Update code from driver generator 0.34.0 | ||
- Move example and makefile into example-usage directory | ||
- Improve readme | ||
- Use new changelog format | ||
- Add missing User-API function | ||
- Add prefix for global symbols in C/Cpp code | ||
- Renaming of functions | ||
- Move usage examples to another folder | ||
- Update readme | ||
|
||
### Fixed | ||
|
||
- Fix conversion function to avoid overflow | ||
|
||
## [0.1.0] - 2021-10-27 | ||
|
||
## [0.1.0] - 2021-11-23 | ||
### Added | ||
|
||
Initial release | ||
- Provide initial version for SFM4300, SFM3xxx sensors | ||
|
||
[Unreleased]: https://github.com/Sensirion/embedded-i2c-sfm-sf06/compare/3.0.0...HEAD | ||
[3.0.0]: https://github.com/Sensirion/embedded-i2c-sfm-sf06/compare/0.1.0...3.0.0 | ||
[0.1.0]: https://github.com/Sensirion/embedded-i2c-sfm-sf06/releases/tag/0.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
generator_version: 0.33.0 | ||
model_version: 1.4.0 | ||
generator_version: 0.37.0 | ||
model_version: 1.5.0 | ||
dg_status: | ||
- released | ||
is_manually_modified: true | ||
first_generated: '2021-10-25 11:00' | ||
last_generated: '2023-10-31 15:48' | ||
last_generated: '2024-01-08 12:56' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters