Vadim Kaushan

Results 126 comments of Vadim Kaushan

I have some reverse-engineering results for OTP, but they are far from usable at the moment. Maybe some experiments with it can give more information.

No problem, I have three of these :smile:

The standard way to handle SWO is a third endpoint within CMSIS-DAP v2 interface. Unfortunately, in ORBTrace this endpoint is part of a different interface, and not supported by CMSIS-DAP....

Oh, someday I'll have to become an LLVM developer. I'm 99% sure these strange things have nothing to do with Rust itself, but I need to check anyway. Thanks for...

## `atomic::compiler_fence` produces an instruction > Even though the description of the function states that "compiler_fence does not emit any machine code". The description is wrong. This `compiler_fence` lowers to...

## `jalr` instead of `jal` Compiler generates `call ` instruction, which translates into `auipc`+`jalr` pair (The RISC-V Instruction Set Manual Volume I: User-Level ISA v2.2, p.110, table 20.2). That what...

The same happened with `riscv` due to the `bare-metal` patch update (fix: https://github.com/rust-embedded/riscv/pull/33). I don't think that having MSRV on non-leaf crates or crates with lots of foreign dependencies is...

@jamesmunns I have this in my roadmap for RISC-V.

Updated [riscv-rust-quickstart](https://github.com/riscv-rust/riscv-rust-quickstart).

This is something new. Do you use other non-rust object files in the project?