diff options
| author | Roi Bachynskyi <[email protected]> | 2025-09-01 21:22:14 +0300 |
|---|---|---|
| committer | Roi Bachynskyi <[email protected]> | 2025-09-12 11:07:02 +0300 |
| commit | 0816a6a4185eac63803bd7155941fa2d73a114a6 (patch) | |
| tree | 48d2b6f26afb533eeff17a06d5f85fb6093f5daf /embassy-nxp/Cargo.toml | |
| parent | d1dc7a3a88fbcc8a47fc8031a0338858c08090e9 (diff) | |
lpc55: update Cargo.toml and CHANGELOG
Co-authored-by: Irina Chiorean <[email protected]>
Diffstat (limited to 'embassy-nxp/Cargo.toml')
| -rw-r--r-- | embassy-nxp/Cargo.toml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/embassy-nxp/Cargo.toml b/embassy-nxp/Cargo.toml index c66354ee2..dd132c7ba 100644 --- a/embassy-nxp/Cargo.toml +++ b/embassy-nxp/Cargo.toml | |||
| @@ -36,21 +36,20 @@ embassy-time-queue-utils = { version = "0.3.0", path = "../embassy-time-queue-ut | |||
| 36 | embedded-io = "0.6.1" | 36 | embedded-io = "0.6.1" |
| 37 | embedded-hal-02 = { package = "embedded-hal", version = "0.2.6", features = ["unproven"] } | 37 | embedded-hal-02 = { package = "embedded-hal", version = "0.2.6", features = ["unproven"] } |
| 38 | ## Chip dependencies | 38 | ## Chip dependencies |
| 39 | lpc55-pac = { version = "0.5.0", optional = true } | 39 | nxp-pac = { version = "0.1.0", optional = true, git = "https://github.com/i509VCB/nxp-pac", rev = "b736e3038254d593024aaa1a5a7b1f95a5728538"} |
| 40 | nxp-pac = { version = "0.1.0", optional = true, git = "https://github.com/IrinaCh524/nxp-pac", rev = "d452e366105012ddd8ba332a9ab86e1931508235" } | ||
| 41 | 40 | ||
| 42 | imxrt-rt = { version = "0.1.7", optional = true, features = ["device"] } | 41 | imxrt-rt = { version = "0.1.7", optional = true, features = ["device"] } |
| 43 | 42 | ||
| 44 | [build-dependencies] | 43 | [build-dependencies] |
| 45 | cfg_aliases = "0.2.1" | 44 | cfg_aliases = "0.2.1" |
| 46 | nxp-pac = { version = "0.1.0", git = "https://github.com/IrinaCh524/nxp-pac", rev = "d452e366105012ddd8ba332a9ab86e1931508235", features = ["metadata"], optional = true } | 45 | nxp-pac = { version = "0.1.0", git = "https://github.com/i509VCB/nxp-pac", rev = "b736e3038254d593024aaa1a5a7b1f95a5728538", features = ["metadata"], optional = true } |
| 47 | proc-macro2 = "1.0.95" | 46 | proc-macro2 = "1.0.95" |
| 48 | quote = "1.0.15" | 47 | quote = "1.0.15" |
| 49 | 48 | ||
| 50 | [features] | 49 | [features] |
| 51 | default = ["rt"] | 50 | default = ["rt"] |
| 52 | # Enable PACs as optional dependencies, since some chip families will use different pac crates (temporarily). | 51 | # Enable PACs as optional dependencies, since some chip families will use different pac crates (temporarily). |
| 53 | rt = ["lpc55-pac?/rt", "nxp-pac?/rt"] | 52 | rt = ["nxp-pac?/rt"] |
| 54 | 53 | ||
| 55 | ## Enable [defmt support](https://docs.rs/defmt) and enables `defmt` debug-log messages and formatting in embassy drivers. | 54 | ## Enable [defmt support](https://docs.rs/defmt) and enables `defmt` debug-log messages and formatting in embassy drivers. |
| 56 | defmt = ["dep:defmt", "embassy-hal-internal/defmt", "embassy-sync/defmt"] | 55 | defmt = ["dep:defmt", "embassy-hal-internal/defmt", "embassy-sync/defmt"] |
| @@ -79,6 +78,6 @@ _rt1xxx = [] | |||
| 79 | _time_driver = ["dep:embassy-time-driver", "dep:embassy-time-queue-utils"] | 78 | _time_driver = ["dep:embassy-time-driver", "dep:embassy-time-queue-utils"] |
| 80 | 79 | ||
| 81 | #! ### Chip selection features | 80 | #! ### Chip selection features |
| 82 | lpc55 = ["nxp-pac/lpc55s69_core0"] | 81 | lpc55 = ["nxp-pac/lpc55s69_cm33_core0"] |
| 83 | mimxrt1011 = ["nxp-pac/mimxrt1011", "_rt1xxx", "dep:imxrt-rt"] | 82 | mimxrt1011 = ["nxp-pac/mimxrt1011", "_rt1xxx", "dep:imxrt-rt"] |
| 84 | mimxrt1062 = ["nxp-pac/mimxrt1062", "_rt1xxx", "dep:imxrt-rt"] | 83 | mimxrt1062 = ["nxp-pac/mimxrt1062", "_rt1xxx", "dep:imxrt-rt"] |
