-
Notifications
You must be signed in to change notification settings - Fork 10
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
[V1.0.0] Stabilize API calls and board device tree for 1.0 release #74
Open
cfoucher-laas
wants to merge
99
commits into
main
Choose a base branch
from
v1.0.0-rc
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
…to the shields. Also added some missing dependencies in Kconfig files.
…occurences of "channel" to "sensor".
…mber on acquisition enable by providing a default value.
…the configured ADC.
Also, use Spin nexus to identify pins in shield device tree.
Use explicit names for some functions.
Signed-off-by: Jean Alinei <[email protected]>
Signed-off-by: Jean Alinei <[email protected]>
Signed-off-by: Jean Alinei <[email protected]>
Added DTS support for Ownverter Added Sync in Sync out properties in HRTIM fragment and related pinmux. Added PWM related child bindings to HRTIM fragment Added DTS linkage between power leg and HRTIM fragment Removed shield specific properties from spin DTS Removed USART1 for board where it is not implemented. Removed NGND for boards not using it anymore. Replaced CONFIG_SHIELD_TWIST by generic CONFIG_POWER_SHIELD Signed-off-by: Jean Alinei <[email protected]>
Style fix, added brackets to if statements, line breaks, unified comments style. Signed-off-by: Jean Alinei <[email protected]>
…d and could be changed in software. Signed-off-by: Jean Alinei <[email protected]>
Signed-off-by: Jean Alinei <[email protected]>
What used to be twist. object is now shield.power object, for sake of genericity. PowerApi module is now merged in ShieldAPI module. Signed-off-by: Jean Alinei <[email protected]>
Signed-off-by: Jean Alinei <[email protected]>
Only one instance is defined and created. Signed-off-by: Jean Alinei <[email protected]>
This was referenced Jul 8, 2024
…blem for sync in and sync out.
…taskAPI is returned only for the TWIST board.
… the old control library.
…well - adds more comments on the nvs function
This is a follow-up of PR #78 where I had: - left or introduced some typos, and more importantly - broke the [mkdocs-material annotation](https://squidfunk.github.io/mkdocs-material/reference/annotations/) (for the VS Code Extensions and PlatformIO icons) in the [Environment Setup](https://docs.owntech.org/core/docs/environment_setup/) documentation.
cfoucher-laas
force-pushed
the
v1.0.0-rc
branch
from
November 5, 2024 08:58
e796595
to
c5e7dcb
Compare
cfoucher-laas
force-pushed
the
v1.0.0-rc
branch
from
November 5, 2024 09:19
7981cec
to
00759a6
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR introduces a new API calls hierarchy (see RFC #35) and add version management into device tree.
It addresses notably, for DataAPI:
Additionally, it fixed confusing naming for "channel" vs. "sensor".
Finally, fixes multiple warnings regarding types and incomplete
switch
.The following issue will be obsoleted (version HAL removed):
Remains to be treated for 1.0 release: