Dillon McEwan

Results 10 comments of Dillon McEwan

I'm also running into this issue. Has anyone found a solution?

Was able to solve this. It happened several times and it always seemed to be a missing dependency in the files I was loading in my karma.conf.js. If the error...

I just started running into this issue. I'm switching from a STM32F4 board to a STM32U5 board. I had previously implemented UART comms using the `RingBufferedUartRx` struct, but it's now...

Thanks @tyler-gilbert! Happy to help with testing when ready

Thanks @nattgris, using the built-in target seems to work. I'd be happy to help with testing if you link the PR.

Got some time to test this today. I was able to flash my H753 with the `stm32h750xx` target several times without any issues. I also checked the h743 target and...

Also hitting this issue. Happy to do any testing/reviews to help move it forward

Tested this with a NUCLEO-H753ZI and everything worked as expected

Are you using custom CSS? We were having the same issue and tracked this down to some CSS changes in newer versions of mdBook. I was able to diff the...

I ran into a similar issue. We're transitioning from a sync implementation using the stm32-rs crates. We were able to hack a solution using [block_on](https://docs.embassy.dev/embassy-futures/git/default/fn.block_on.html) (I'm guessing poll_once would probably...