Román Cárdenas Rodríguez
Román Cárdenas Rodríguez
DW @AfoHT it's good to learn new tools :D I'll take a look ASAP and try to adapt the PR as you suggested
@AfoHT I addressed all your comments and everything should work now. I think it is time to improve the xtask tool for multiple platforms and try to reduce duplicates in...
I don't know what changed, but now some tetsts fails because an enum in the `build.rs` file of `rtic-monotonic` is not used. I'll check it ASAP
I pushed a new version of the `build.rs` for `rtic`. Now, I parse the backend selected by the user and enable the proper `rustc` flag. It should be more flexible...
> I don't know what changed, but now some tetsts fails because an enum in the `build.rs` file of `rtic-monotonic` is not used. I'll check it ASAP Looks like the...
I adapted some previous examples for lm3s6965 but for the e310x uC. They work as expected. There is a lot of code duplicates though. We should re-think the current stack...
closes #746, closes #816
> Do you have a plan for `riscv-slic` crate? For long term I guess there will be some release we'll depend on, rather than the current git-rev dep :) I...
@AfoHT I addressed all your comments :)
It did the work. I now get the following output: ```zsh DEBUG probe_rs::architecture::riscv: Before requesting halt, the Dmcontrol register value was: Dmcontrol { .0: 1, hartreset: false, hasel: false, hartsello:...