pdgilbert

Results 27 issues of pdgilbert

As a learning exercise I have being trying to organizing some of these examples with a `setup()` function for the HAL/hardware specific part of the code. This makes it easier...

- Version of `ssd1306` in use (if applicable): current git version ## Description of the problem/feature request/other I was stripping down my `Cargo.toml` to report a runtime problem with another...

(some relationship with #162.) - Version of `ssd1306` in use: recent git - MCU/other hardware in use: `blackpill 411` using a recent git version of `stm32f4xx_hal` (`no-std`) - Display resolution...

- Version of `ssd1306` in use (if applicable): fork from recent git (15e47c135b ) - MCU/other hardware in use: bluepill and other ## Description of the problem/feature request/other I forked...

I have two simple questions about `rtt` for which I cannot find answers in the documentation. (Probably too simple to document, and not helped by my confused understanding of toml....

(Possibly related to #118) I am trying to use a `setup()` function to return a `spi` object and the `cs` pin to use in my main code. I can do...

Could you please relax the version constraint on bxcan to ">=0.4" or ">=0.4,

In updating some example for a recent change committed in the git version (`const generics gpio (from F4)` https://github.com/stm32-rs/stm32l4xx-hal/commit/2f5b39535a18ffe4d151c238394f7e8cb855a57a) I have had to change ``` type I2cBus = I2c< I2C1,...

The USART interrupts in `stm23f3xx_hal` have unusual names. For example, `USART1_EXTI25` is used in place of `USART1` used in most other hals. I am trying to construct examples that build...

enhancement

There does not seem to be any way to connect to the mcu temperature sensor. (On Discovery-stm32f303 I think this uses an internal connection to ADC1 on channel 16,) In...

question