amazon-freertos
amazon-freertos copied to clipboard
ESP32 GPIO HAL
Is your feature request related to a problem? Please describe.
Using any GPIO function is introducing a hard dependency on the esp specific libraries
Describe the solution you would like.
A GPIO implementation to use with the iot_gpio hardware abstraction
Additional context
being able to switch between hardware without having to rewrite parts of the software that uses GPIO (most software does) would be very nice
Thank you!
Hello,
Thank you for submitting the request, this feature is implemented by this PR https://github.com/aws/amazon-freertos/pull/1946 which will be merged soon.
Thank you! Regards,
Ming
For the most part, except gpio. That PR contains common io for i2c, spi and uart, but not for gpio
Hi Yrjan,
Sorry I was not check that PR carefully. You are correct. I will just keep this issue open with the feature request label and follow up with this.