pyaillet / esp-idf-ble

This project aims at providing a safe Rust wrapper of esp-idf to enable BLE on the ESP32 microcontrollers family
Apache License 2.0
46 stars 9 forks source link

Update to most recent esp-idf packages #8

Closed cbondurant closed 1 year ago

cbondurant commented 1 year ago

Hi!

I'm working on a project of my own with the s3 bluetooth stack and your project seemed like a good fit. I did some work on a local version to update all of the dependencies and wanted to contribute it back in case it might be helpful!

Thank you for the work you've done here.

pyaillet commented 1 year ago

Thank you very much for the PR!

The CI is not working but it's because it runs on the esp32c3 target, I will fix it after merging.

However, I must say I don't have much time to work on this now, and I think progress are being made on the esp-rs side. See either here for the esp-idf target or here if you want do not want to use idf and targeting no_std.