OueslatiGhaith / stm32wb-hci

Bluetooth HCI implementation for embedded Rust
Apache License 2.0
3 stars 4 forks source link

Add support for stable Rust 1.75. #2

Closed Dirbaio closed 9 months ago

Dirbaio commented 9 months ago
OueslatiGhaith commented 9 months ago

Hi @Dirbaio, I'd like to, first, apologize for the delay, I've been busy for a few months and couldn't give time to maintain this repo. That is no longer an issue, and I plan to do the following moving forward:

  1. Simplify the internals: this crate is originally a fork of bluetooth_hci with stm32wb vendor-specific events added on top, I plan to remove some parts that make it generic over vendors to reduce code size and complexity.
  2. Update the crate to support newer firmware versions: the crate currently supports firmware version 1.15.0, I'll update it to versions 1.16.0, 1.17.0, and 1.18.0, with a new release each time.
  3. Open a PR to update embassy-stm32-wpan once I finish the previous steps.

I should be more active in the coming days, so feel free to open an issue if anything breaks in the process