mirror of
https://github.com/kittywitch/esp32-c3-meepy.git
synced 2026-02-09 07:59:18 -08:00
feat: initial commit
This commit is contained in:
commit
7888da2541
10 changed files with 1515 additions and 0 deletions
19
Cargo.toml
Normal file
19
Cargo.toml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[package]
|
||||
name = "blinky"
|
||||
version = "0.1.0"
|
||||
authors = ["Sergio Gasquez <sergio.gasquez@gmail.com>"]
|
||||
edition = "2021"
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
esp-backtrace = { version = "0.18.0", features = [
|
||||
"esp32c3",
|
||||
"panic-handler",
|
||||
"println",
|
||||
]}
|
||||
esp-bootloader-esp-idf = { version = "0.3.0", features = ["esp32c3"]}
|
||||
esp-hal = { version = "1.0.0-rc.1",features = [
|
||||
"esp32c3",
|
||||
"unstable",
|
||||
] }
|
||||
esp-println = { version = "0.16.0", features = ["esp32c3", "log-04"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue