espressif / esp-protocols

Collection of ESP-IDF components related to networking protocols
181 stars 126 forks source link

bump(eppp): 0.1.1 -> 0.2.0 #602

Closed david-cermak closed 3 months ago

david-cermak commented 3 months ago

0.2.0

Features

- Add support for SDIO transport (085dd790)

Bug Fixes

- Fixed strict prototype API decl issue in SDIO (452e4614)
- Fix SIDO host to check/clear interrupts atomically (402176c9)
gabsuren commented 3 months ago

@david-cermak There are two commits: one is a version bump and the other is a fix. Was this intentional?

david-cermak commented 3 months ago

There are two commits: one is a version bump and the other is a fix. Was this intentional?

Yes, that was my intention, wanted to apply the fix and bump the version in a single PR.