Lucas Martins Mendes

Results 29 comments of Lucas Martins Mendes

I still use my somewhat crappy workaround of Increasing the margin between windows and dragging that (you need to build the extension from source). I don't remember exactly if it...

Thanks for explaining the source of this, it's been a source of concern since I've noticed this and could nott find the cause as the error message isn't very clear.

Exactly. I would also be interested in trying to add the wrapper and review and assistance would be very much appreciated. I'll open a PR when possible

@calebstewart I'm testing the ringbuffer support for use with USART, maybe the method `request_stop` should be renamed to `request_pause`? Since the bdma implementation uses this. @Dirbaio do you think a...

I've tested this on a `stm32h563zi` with minor modification to allow for RX only operation, but I don't seem to receive any data though. ```diff --- a/embassy-stm32/src/spi/slave.rs +++ b/embassy-stm32/src/spi/slave.rs @@...

> @Luctins I've not tested this, but you may need to include the chip select pin, e.g.: > > https://github.com/embassy-rs/embassy/blob/d7f51529c45c94fd18c118ae124ab23db2c088c1/embassy-stm32/src/spi/slave.rs#L106 Thanks for the suggestion. The problem is that the intended...

> I might be off base here, but as far as I can tell this approach might have a few issues: > > * There is no handling of TX...

@tomcur I see your point, and you're probably right. ~~My main concern would now be supporting other spi versions, because AFAIK my changes are only compatible with spiv3/v4/v5 and I...

@Namr I also would like for this to be eventually merged, but I'm currently not sure how much time I'll have to dedicate to this in the near future. I...