Skip to content
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

sys/ztimer: no log for stdio_rtt/semihosting #18176

Merged

Conversation

fjmolinas
Copy link
Contributor

Contribution description

Both modules use ztimer for stdio, so can't call stdio based functions before the module is initialized, spawn from #18116

Testing procedure

If LOG_LEVEL > LOG_DEBUG there is no longer an assert when using stdio_rtt or stdio_nimble.

Issues/PRs references

Fixes #18116

Both modules use ztimer for stdio, so can't call stdio based functions
before the module is initialized
@fjmolinas fjmolinas added the CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR label Jun 7, 2022
@fjmolinas fjmolinas requested a review from benpicco June 7, 2022 06:51
@github-actions github-actions bot added Area: sys Area: System Area: timers Area: timer subsystems labels Jun 7, 2022
@benpicco benpicco merged commit 4b69495 into RIOT-OS:master Jun 7, 2022
@fjmolinas fjmolinas deleted the pr_ztimer_init_stdio_rtt_semihosting_log branch June 9, 2022 08:29
@chrysn chrysn added this to the Release 2022.07 milestone Aug 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: sys Area: System Area: timers Area: timer subsystems CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unexpected ztimer assert when using with stdio_rtt
3 participants