Commit Briefs

2292e86094 witcher

use public-inbox as mailing list (master)


99e3eb53bf witcher

Remove unneeded clippy lints


d1b915ac43 witcher

Clippy: Add more lints and fix some of them


5c975af9ae Thomas Böhler

Fine tune connection parameters for max throughput

Implements: https://todo.sr.ht/~witcher/bachelor-thesis/5


8a78bc8d0e Thomas Böhler

Extract setting PHY and PKT_DATA_LEN to functions


74f9786fa7 Thomas Böhler

Initial commit


Branches

Tags

Tree

.cargo/
.gitignorecommits | blame
Cargo.tomlcommits | blame
README.mdcommits | blame
build.rscommits | blame
examples/
rust-toolchain.tomlcommits | blame
sdkconfig.defaultscommits | blame
sdkconfig.releasecommits | blame
src/

README.md

# ble-esp32c3

Primitive Rust crate for interfacing with Bluetooth Low Energy on the ESP32-C3.
it was developed as part of my
[bachelor-thesis](https://sr.ht/~witcher/bachelor-thesis) and doesn't allow a
lot of configuration.

## Compiling

Install the dependencies:

- Rust (nightly, for RISCV on the ESP32-C3)

```sh
cargo build
```

## Resources

Send patches and questions to
[~witcher/public-inbox@lists.sr.ht](https://lists.sr.ht/~witcher/public-inbox).

Instructions for preparing a patch are available at
[git-send-email.io](https://git-send-email.io/).