Alexandru Radovici

Results 120 comments of Alexandru Radovici

> This could be done using ForceIP. To force the Ip of the camera use the following steps > > 1. Open the cmd prompt. > > 2. Navigate to...

STM32F412g has a strange Flash layout, the kernel breaks when apps are loaded. Let me try with the rest of them.

I tried using tockloader, it does not seem to work for the stm32 boards. STM32F412g has an uneven access flash (diffrent pages sizes), so writing fails due to this. On...

I tested the clue_nrf52840 and it passed all tests. It is one of the boards that is fully supported, it works perfectly with tockloader and tock bootloader. I wanted to...

I might be able to look into it in a few days.

What about having the check only for debug builds? I think this is somehow consistent with Rust's approach to number overflowing.

> Does this conflict or overlap #3046? I don't think it does, #3046 does not seem to change anything for the mux initialization or the uart receive buffer. The `boards/components/src/console.rs`...

@bradjc are you suggesting moving the arguments of `new` to the macro? The `UartMux` needs to be initialized in a macro, otherwise it will be overwritten every time we call...

So using `static_buf` instead would work?

I updated it to use the `static_buf` macro.