Commit graph

31 commits

Author SHA1 Message Date
e8ef3fd5e9 fix upload
Some checks failed
Rust Build / build (push) Has been cancelled
2024-11-29 20:03:18 +03:00
e5e24c34af use an action for installing rust
All checks were successful
Rust Build / build (push) Successful in 1m32s
2024-11-29 17:27:59 +03:00
5e1734a840 remove 'source'
Some checks failed
Rust Build / build (push) Failing after 7m40s
2024-11-29 03:31:14 +03:00
d41c3dcb0a another image
Some checks failed
Rust Build / build (push) Failing after 3m22s
2024-11-29 03:12:39 +03:00
535924f14c update image again
Some checks failed
Rust Build / build (push) Failing after 41s
2024-11-29 03:07:15 +03:00
7c805fd56a different image
Some checks failed
Rust Build / build (push) Failing after 1m18s
2024-11-29 03:03:20 +03:00
90b23c6654 working ci
Some checks failed
Rust Build / build (push) Failing after 16s
2024-11-29 03:00:48 +03:00
ef0acf113c fixed the CI config x2
Some checks failed
Rust Build / build (push) Failing after 24s
2024-11-29 02:45:42 +03:00
b92011b219 fixed the CI config
Some checks failed
Rust Build / build (push) Failing after 2s
2024-11-29 02:43:32 +03:00
62f39e5025 added CI job
Some checks are pending
Rust Build / build (push) Waiting to run
2024-11-29 02:34:51 +03:00
c2d5febcda rename idea files 2024-11-26 21:58:29 +03:00
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
Данила Горнушко
673f1ff25a more logs 2024-09-11 18:03:28 +03:00
Данила Горнушко
f4b7831fab update deps 2024-09-11 14:05:36 +03:00
okhsunrog
35c9a4ff6f workspace 2024-09-08 05:45:52 +03:00
okhsunrog
c4ac9c530c rustfmt 2024-09-08 04:58:32 +03:00
okhsunrog
7094e0e258 Fix typo and update task metadata
Corrected a typo in a comment in `main.rs` from "full time" to "full type". Updated task metadata and comments in `.idea/workspace.xml` to reflect changes and ensure consistency.
2024-09-08 04:56:14 +03:00
okhsunrog
418a7e38a1 Update comments and task metadata
Removed outdated comments from `.vscode/settings.json` and updated task metadata in `.idea/workspace.xml`. These updates also include the removal of the static_cell dependency and general cleanup of project settings.
2024-09-08 04:55:34 +03:00
okhsunrog
4afb326c49 Remove outdated comments and update task metadata
Removed obsolete comments from `.vscode/settings.json` and updated task metadata in `.idea/workspace.xml`. These changes include the removal of the static_cell dependency and cleanup of various project settings.
2024-09-08 04:55:10 +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
527b54b1d6 no pulldown + simplify + no watchdog 2024-08-09 14:37:37 +03:00
okhsunrog
05b468e8ba I don't need timeout here 2024-08-08 23:36:40 +03:00
okhsunrog
195ecf9bfa rustfmt 2024-08-08 23:21:24 +03:00
okhsunrog
6f3cab346d pins probing is implemented 2024-08-08 23:17:14 +03:00
okhsunrog
17f2a44845 updated deps 2024-08-08 22:15:45 +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