David-OConnor / stm32-hal

This library provides access to STM32 peripherals in Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

STM32G4 missing GPIO port 'G'

systec-ms opened this issue · comments

First of all, thanks for the HAL ;).

I am creating this issue since I miss the ability to use the pin PG10-NRST on my SMT32G491.

Since the Port::G is disabled by the G4 feature.

Depending on how I find the time, I'll take a closer look and try to fix it myself.

Do you know which G4 variants have it? (I use low-pin-count 473 and 431 mainly, which don't)

Nvm; added/on the GH repo.