Skip to content

Conversation

@andrei-edward-popa
Copy link
Contributor

@andrei-edward-popa andrei-edward-popa commented May 26, 2022

After the discussion in issue #46023 I changed the assert and deassert names from reset controller driver API to line_assert and line_deassert because of newlib assert macro. Also, I added in another commit the reset controller as new driver inside release notes 3.1.

@github-actions github-actions bot added area: API Changes to public APIs area: Documentation Release Notes To be mentioned in the release notes labels May 26, 2022
@fabiobaltieri fabiobaltieri linked an issue May 26, 2022 that may be closed by this pull request
fabiobaltieri
fabiobaltieri previously approved these changes May 26, 2022
Copy link
Member

@fabiobaltieri fabiobaltieri left a comment

Choose a reason for hiding this comment

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

Thanks for fixing this!

@fabiobaltieri fabiobaltieri linked an issue May 26, 2022 that may be closed by this pull request
@stephanosio stephanosio added the bug The issue is a bug, or the PR is fixing a bug label May 26, 2022
@stephanosio stephanosio added this to the v3.1.0 milestone May 26, 2022
stephanosio
stephanosio previously approved these changes May 26, 2022
Copy link
Member

@stephanosio stephanosio left a comment

Choose a reason for hiding this comment

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

Looking at toggle and status, it would make sense to prefix them with line_ as well for the sake of consistency, but no strong opinion here.

@carlocaione
Copy link
Contributor

Yes, please fix toggle as well. If not in this PR please open a new one.

carlocaione
carlocaione previously approved these changes May 26, 2022
Copy link
Contributor

@carlocaione carlocaione left a comment

Choose a reason for hiding this comment

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

Approved but open a new PR to fix the remaining hooks.

@stephanosio stephanosio added the Hotfix Fix for issues blocking development, i.e. upstream CI issues, tests failing in upstream CI , etc. label May 26, 2022
@andrei-edward-popa
Copy link
Contributor Author

andrei-edward-popa commented May 26, 2022

Yes, please fix toggle as well. If not in this PR please open a new one.

I will do it in this PR soon. @carlocaione Also the status or the toggle only?

assert API function needed to be changed because of newlib assert
macro name conflict

Signed-off-by: Andrei-Edward Popa <[email protected]>
added reset controller in release notes 3.1

Signed-off-by: Andrei-Edward Popa <[email protected]>
@andrei-edward-popa
Copy link
Contributor Author

Yes, please fix toggle as well. If not in this PR please open a new one.

I will do it in this PR soon. @carlocaione Also the status or the toggle only?

Done only for toggle.

@mbolivar-nordic mbolivar-nordic merged commit ca6aa62 into zephyrproject-rtos:main May 26, 2022
@andrei-edward-popa andrei-edward-popa deleted the reset_controller_bug branch May 26, 2022 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: API Changes to public APIs area: Documentation bug The issue is a bug, or the PR is fixing a bug Hotfix Fix for issues blocking development, i.e. upstream CI issues, tests failing in upstream CI , etc. Release Notes To be mentioned in the release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

drivers: reset: Use of reserved identifier assert tests: subsys/logging/log_syst : failed to build on rpi_pico

6 participants