aws / amazon-freertos

DEPRECATED - See README.md
https://aws.amazon.com/freertos/
MIT License
2.54k stars 1.1k forks source link

ESP32 GPIO HAL #2402

Open YTvW opened 4 years ago

YTvW commented 4 years ago

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!

mingyue86010 commented 4 years ago

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

YTvW commented 4 years ago

For the most part, except gpio. That PR contains common io for i2c, spi and uart, but not for gpio

mingyue86010 commented 4 years ago

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.