amazon-freertos icon indicating copy to clipboard operation
amazon-freertos copied to clipboard

ESP32 GPIO HAL

Open YTvW opened this issue 4 years ago • 3 comments

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!

YTvW avatar Aug 25 '20 12:08 YTvW

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

mingyue86010 avatar Sep 10 '20 18:09 mingyue86010

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

YTvW avatar Sep 10 '20 18:09 YTvW

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.

mingyue86010 avatar Sep 14 '20 17:09 mingyue86010