Román Cárdenas Rodríguez

Results 82 comments of Román Cárdenas Rodríguez

I added backend-specific configuration arguments to the app macro. This solves #816

I followed the `peripherals` macro argument approach and added a `core` macro argument. This argument defaults to `true` in order to be backwards compatible. However, when set to `false`, RTIC...

I added the `pre_init_preprocessing` binding to allow backends to modify the `App` structure according to their needs before any other action is triggered. You can see how the SLIC backend...

Last week I've been working on integrating use cases of RTIC on a [HiFive1](https://github.com/romancardenas/hifive1) RISC-V microcontroller in the CI. I adapted the CI of the repo to test examples for...

@perlindgren I'll take a loop to ESP's implementation to see where is the proper place to enable the interrupts right after the init code finishes

I fixed the unsafe code issue. The weird thing is that the shared variable is correctly read and written from all the tasks but when it comes to idle, it...

Hey wait! The issue is that idle locks the shared counter before the medium task preempts it! That makes more sense. I'll take a look to find the bug. (still...

QEMU version via apt is 6.2, while I'm using 8.2.0 on my machine. I'll try to build the latest version of QEMU from source and see if that was it.

That was it! CI passes with QEMU 8.2.0