-
I want to do preemptive interruptions.
But I can't.
In my environment, if multiple interrupts occur at the same time, they are handled by the tail chain.
What should I do to make it preemptive?
-
Trying to to set up a debugger, and see that IO14: JTAG TMS pin is taken as PWR_EN.
-
In the current implementation of riscv _isr_wrapper(), z_riscv_switch will probably be called, then the context will switch to a normal thread, while the mret will not be excecuted to return from the …
-
Per user report from https://community.platformio.org/t/sipeed-rv-debugger-lite/19784.
The Lite version seems to be very close to the normal version listed at https://docs.platformio.org/en/latest/…
-
This is intended to track bugs found by the peripheral selftest, so that the bugs are not only found but eventually also fixed :)
- [x] Incorrect Arduino Mapping on Nucleo64 boards (see https://git…
-
After selecting a custom dfu file, the app immediately closes when I press the update button, without any messages.
-
I have a few problems with this function, `target_mem_access_needs_halt()`.
https://github.com/blackmagic-debug/blackmagic/blob/ac2605cfbb6c5800a2e306ec2600bdb79f89c35c/src/target/target.c#L337-L344
…
-
Version 1.3.6
https://github.com/clearlinux-pkgs/fwupd/blob/master/versions
Current release is 1.6.0
https://github.com/fwupd/fwupd/releases
Thank you!
-
**Is your feature request related to a problem? Please describe.**
The https://github.com/probe-rs/probe-rs/commit/2efc3fbaf1dcd3e3ad85672c1d8c2609c5c9566f version of `probe-rs` doesn't support Deb…
-
OS: Debian10 buster
Env: Visual studio Code w/ PlatformIO(Home v3.0.1 Core v4.1.0)
I follow the tutorial in this link:http://longan.sipeed.com/en/get_started/pio.html
and I download example code …