diff options
| author | Curly <[email protected]> | 2025-02-23 07:33:58 -0800 |
|---|---|---|
| committer | Curly <[email protected]> | 2025-02-23 07:33:58 -0800 |
| commit | 3932835998802fc3abf7cce4f736e072858ebfd1 (patch) | |
| tree | 5dd714b99bc74a03556c58809237c88691c293bb /examples/rp23/Cargo.toml | |
| parent | c3c67db93e627a4fafe5e1a1123e5cbb4abafe47 (diff) | |
rename `rp23` (?) folder to `rp235x`; fix `ci.sh` to use `rp235x` folder
Diffstat (limited to 'examples/rp23/Cargo.toml')
| -rw-r--r-- | examples/rp23/Cargo.toml | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/examples/rp23/Cargo.toml b/examples/rp23/Cargo.toml deleted file mode 100644 index f4dfae773..000000000 --- a/examples/rp23/Cargo.toml +++ /dev/null | |||
| @@ -1,66 +0,0 @@ | |||
| 1 | [package] | ||
| 2 | edition = "2021" | ||
| 3 | name = "embassy-rp2350-examples" | ||
| 4 | version = "0.1.0" | ||
| 5 | license = "MIT OR Apache-2.0" | ||
| 6 | |||
| 7 | |||
| 8 | [dependencies] | ||
| 9 | embassy-embedded-hal = { version = "0.3.0", path = "../../embassy-embedded-hal", features = ["defmt"] } | ||
| 10 | embassy-sync = { version = "0.6.2", path = "../../embassy-sync", features = ["defmt"] } | ||
| 11 | embassy-executor = { version = "0.7.0", path = "../../embassy-executor", features = ["task-arena-size-98304", "arch-cortex-m", "executor-thread", "executor-interrupt", "defmt"] } | ||
| 12 | embassy-time = { version = "0.4.0", path = "../../embassy-time", features = ["defmt", "defmt-timestamp-uptime"] } | ||
| 13 | embassy-rp = { version = "0.3.0", path = "../../embassy-rp", features = ["defmt", "unstable-pac", "time-driver", "critical-section-impl", "rp235xa", "binary-info"] } | ||
| 14 | embassy-usb = { version = "0.4.0", path = "../../embassy-usb", features = ["defmt"] } | ||
| 15 | embassy-net = { version = "0.7.0", path = "../../embassy-net", features = ["defmt", "tcp", "udp", "raw", "dhcpv4", "medium-ethernet", "dns"] } | ||
| 16 | embassy-net-wiznet = { version = "0.2.0", path = "../../embassy-net-wiznet", features = ["defmt"] } | ||
| 17 | embassy-futures = { version = "0.1.0", path = "../../embassy-futures" } | ||
| 18 | embassy-usb-logger = { version = "0.4.0", path = "../../embassy-usb-logger" } | ||
| 19 | cyw43 = { version = "0.3.0", path = "../../cyw43", features = ["defmt", "firmware-logs"] } | ||
| 20 | cyw43-pio = { version = "0.3.0", path = "../../cyw43-pio", features = ["defmt"] } | ||
| 21 | |||
| 22 | defmt = "0.3" | ||
| 23 | defmt-rtt = "0.4" | ||
| 24 | fixed = "1.23.1" | ||
| 25 | fixed-macro = "1.2" | ||
| 26 | |||
| 27 | serde = { version = "1.0.203", default-features = false, features = ["derive"] } | ||
| 28 | serde-json-core = "0.5.1" | ||
| 29 | |||
| 30 | # for assign resources example | ||
| 31 | assign-resources = { git = "https://github.com/adamgreig/assign-resources", rev = "94ad10e2729afdf0fd5a77cd12e68409a982f58a" } | ||
| 32 | |||
| 33 | # for TB6612FNG example | ||
| 34 | tb6612fng = "1.0.0" | ||
| 35 | |||
| 36 | #cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] } | ||
| 37 | cortex-m = { version = "0.7.6", features = ["inline-asm"] } | ||
| 38 | cortex-m-rt = "0.7.0" | ||
| 39 | critical-section = "1.1" | ||
| 40 | panic-probe = { version = "0.3", features = ["print-defmt"] } | ||
| 41 | display-interface-spi = "0.5.0" | ||
| 42 | embedded-graphics = "0.8.1" | ||
| 43 | mipidsi = "0.8.0" | ||
| 44 | display-interface = "0.5.0" | ||
| 45 | byte-slice-cast = { version = "1.2.0", default-features = false } | ||
| 46 | smart-leds = "0.3.0" | ||
| 47 | heapless = "0.8" | ||
| 48 | usbd-hid = "0.8.1" | ||
| 49 | |||
| 50 | embedded-hal-1 = { package = "embedded-hal", version = "1.0" } | ||
| 51 | embedded-hal-async = "1.0" | ||
| 52 | embedded-hal-bus = { version = "0.1", features = ["async"] } | ||
| 53 | embedded-io-async = { version = "0.6.1", features = ["defmt-03"] } | ||
| 54 | embedded-storage = { version = "0.3" } | ||
| 55 | static_cell = "2.1" | ||
| 56 | portable-atomic = { version = "1.5", features = ["critical-section"] } | ||
| 57 | log = "0.4" | ||
| 58 | rand = { version = "0.8.5", default-features = false } | ||
| 59 | embedded-sdmmc = "0.7.0" | ||
| 60 | |||
| 61 | [profile.release] | ||
| 62 | debug = 2 | ||
| 63 | |||
| 64 | [profile.dev] | ||
| 65 | lto = true | ||
| 66 | opt-level = "z" | ||
