diff options
Diffstat (limited to 'embassy-nxp/Cargo.toml')
| -rw-r--r-- | embassy-nxp/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/embassy-nxp/Cargo.toml b/embassy-nxp/Cargo.toml index 2644b0fa9..9fa48c4b9 100644 --- a/embassy-nxp/Cargo.toml +++ b/embassy-nxp/Cargo.toml | |||
| @@ -50,6 +50,9 @@ log = ["dep:log"] | |||
| 50 | ## Use Periodic Interrupt Timer (PIT) as the time driver for `embassy-time`, with a tick rate of 1 MHz | 50 | ## Use Periodic Interrupt Timer (PIT) as the time driver for `embassy-time`, with a tick rate of 1 MHz |
| 51 | time-driver-pit = ["_time_driver", "embassy-time?/tick-hz-1_000_000"] | 51 | time-driver-pit = ["_time_driver", "embassy-time?/tick-hz-1_000_000"] |
| 52 | 52 | ||
| 53 | ## Use Real Time Clock (RTC) as the time driver for `embassy-time`, with a tick rate of 32768 Hz | ||
| 54 | time-driver-rtc = ["_time_driver", "embassy-time?/tick-hz-32_768"] | ||
| 55 | |||
| 53 | ## Reexport the PAC for the currently enabled chip at `embassy_nxp::pac` (unstable) | 56 | ## Reexport the PAC for the currently enabled chip at `embassy_nxp::pac` (unstable) |
| 54 | unstable-pac = [] | 57 | unstable-pac = [] |
| 55 | # This is unstable because semver-minor (non-breaking) releases of embassy-nxp may major-bump (breaking) the PAC version. | 58 | # This is unstable because semver-minor (non-breaking) releases of embassy-nxp may major-bump (breaking) the PAC version. |
