Commit graph

10 commits

Author SHA1 Message Date
990603e39a rename project 2024-11-26 21:56:58 +03:00
Данила Горнушко
f9c70ede8a make it build with latest stable esp-hal 2024-11-26 16:05:22 +03:00
Данила Горнушко
78ac16a7df update esp-hal + minor refactoring 2024-10-30 11:54:37 +03:00
Данила Горнушко
f4b7831fab update deps 2024-09-11 14:05:36 +03:00
okhsunrog
253447bad2 Remove static_cell dependency
Removed the static_cell dependency from Cargo.toml and Cargo.lock. Also cleaned up comments and metadata in main.rs and updated .idea project settings.
2024-09-08 04:54:20 +03:00
okhsunrog
26096fb6d4 latest git version of esp-hal + fix RustRover warnings + probe-rs
use this command for installing working probe-rs:
```
cargo install probe-rs-tools \
  --git https://github.com/probe-rs/probe-rs \
  --rev 9bde591 --force --locked
```
2024-09-08 04:45:26 +03:00
okhsunrog
dce4ebc3f9 latest stable esp-hal + hello world 2024-09-08 04:24:38 +03:00
okhsunrog
6f3cab346d pins probing is implemented 2024-08-08 23:17:14 +03:00
okhsunrog
9de8bf4331 changed bin location 2024-08-07 12:07:29 +03:00
okhsunrog
05e85fae2b initial commit 2024-08-07 12:04:11 +03:00