-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
risc-v support for defmt-test #796
Conversation
42c5860
to
7a31dfb
Compare
Hei @japaric or @Urhengulas I've removed the |
f0f3a43
to
5719804
Compare
Sorry this is taking so long. Unfortunately we can't look at this before the week of December 11. |
08eda45
to
56af0b3
Compare
Hi! Sorry for the delay. The draft looks good in principle - just a few comments. There are some some CI failures to look at - a loop that doesn't loop, and a changelog update that isn't in the right format. |
56af0b3
to
bbc2436
Compare
bbc2436
to
d466d90
Compare
Hi! What is the status on this PR? |
@SergioGasquez I'll also create panic_semihosting_abort which does what I tried to do in this PR with panic_probe. |
Abandoning this, as I want to focus on embedded-test (which is now part of probe-rs) |
This PR adds riscv32 support to defmt-test and panic-probe. Additionally it adds the
print-log
feature to panic-probe.In a separate PR I will:
use cortex_m_rt as _;
(as it is no longer included in defmt-test)