aboutsummaryrefslogtreecommitdiff
path: root/embassy-nxp/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-nxp/Cargo.toml')
-rw-r--r--embassy-nxp/Cargo.toml3
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
51time-driver-pit = ["_time_driver", "embassy-time?/tick-hz-1_000_000"] 51time-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
54time-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)
54unstable-pac = [] 57unstable-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.