Tom De Rybel

Results 8 issues of Tom De Rybel

### What is the feature ? Anti-aliasing for plotted data traces (for the bitmap back-end) ### (Optional) Why this feature is useful and how people would use the feature ?...

feature request

Recently, the stm32h7 and stm32h7xx-hal crates have added support for the STM32H735 family of chips. Unfortunately, these are not yet supported targets for probe-rs. Could support for these devices be...

This PR results from the issue report and discussion https://github.com/stm32-rs/stm32h7xx-hal/issues/291 Please inspect it all carefully with an expert eye, as I only somewhat know what I'm doing. - I am...

Hello, I think it would be useful to have a couple complete and documented memory.x examples in the hal crate (or the stm32-rs crate?), ideally one for each of the...

Hello, I'm trying to fit a multivariate function. While I've had success with PolyRat, implementing the resulting fit in embedded code is rather ... complex. (And using a rational function...

Hello, I'm trying to use rust-samplerate inside a CPAL call-back (which lives in it's own thread). The idea is to have the Samplerate object persist between call-back calls, to enable...

First of all: do not merge this! This PR relates to issue https://github.com/ftdi-rs/ftdi-embedded-hal/issues/54 I've made a partial implementation of the bit-bang support required to make use of ports C and...

First of all, thank you for this very useful crate! I've encountered a problem: while I can work with the left-over GPIO pins on Port A (I²C) and B (SPI)...

bug