diff options
| author | i509VCB <[email protected]> | 2025-07-06 22:39:44 -0500 |
|---|---|---|
| committer | i509VCB <[email protected]> | 2025-07-08 16:39:40 -0500 |
| commit | 7219df4a5f9a666c6b0114eb9e86b6ab088fdeaa (patch) | |
| tree | 952bb86c0ecd3ad5900ef8fb35683ee668b2828f /embassy-nxp/Cargo.toml | |
| parent | 6609a85f3ce941ef07e471e56981a819b17e9303 (diff) | |
nxp: feature gate lpc55 gpio and pint to lpc55
Diffstat (limited to 'embassy-nxp/Cargo.toml')
| -rw-r--r-- | embassy-nxp/Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/embassy-nxp/Cargo.toml b/embassy-nxp/Cargo.toml index 010607914..18e9d989c 100644 --- a/embassy-nxp/Cargo.toml +++ b/embassy-nxp/Cargo.toml | |||
| @@ -22,5 +22,11 @@ rt = ["lpc55-pac?/rt"] | |||
| 22 | ## Enable [defmt support](https://docs.rs/defmt) and enables `defmt` debug-log messages and formatting in embassy drivers. | 22 | ## Enable [defmt support](https://docs.rs/defmt) and enables `defmt` debug-log messages and formatting in embassy drivers. |
| 23 | defmt = ["dep:defmt", "embassy-hal-internal/defmt", "embassy-sync/defmt"] | 23 | defmt = ["dep:defmt", "embassy-hal-internal/defmt", "embassy-sync/defmt"] |
| 24 | 24 | ||
| 25 | ## Reexport the PAC for the currently enabled chip at `embassy_nxp::pac` (unstable) | ||
| 26 | unstable-pac = [] | ||
| 27 | # This is unstable because semver-minor (non-breaking) releases of embassy-nrf may major-bump (breaking) the PAC version. | ||
| 28 | # If this is an issue for you, you're encouraged to directly depend on a fixed version of the PAC. | ||
| 29 | # There are no plans to make this stable. | ||
| 30 | |||
| 25 | #! ### Chip selection features | 31 | #! ### Chip selection features |
| 26 | lpc55 = ["lpc55-pac"] | 32 | lpc55 = ["lpc55-pac"] |
