David-OConnor / stm32-hal

This library provides access to STM32 peripherals in Rust.
MIT License
166 stars 44 forks source link

STM32G4 missing GPIO port 'G' #90

Closed systec-ms closed 1 year ago

systec-ms commented 1 year ago

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.

David-OConnor commented 1 year ago

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

David-OConnor commented 1 year ago

Nvm; added/on the GH repo.