diff options
| author | nerwalt <[email protected]> | 2025-08-08 10:23:22 -0600 |
|---|---|---|
| committer | nerwalt <[email protected]> | 2025-08-08 10:23:22 -0600 |
| commit | adc0fc0a974476e0424077c2cf6c652e6c42ea86 (patch) | |
| tree | c03c4377d929028bb7c77e4d160bfab61cb145b2 /embassy-nrf/Cargo.toml | |
| parent | f2be66a5f94a655696407e2e7bc81c322aab3ea1 (diff) | |
Adds WDT support for the nrf54l15
Diffstat (limited to 'embassy-nrf/Cargo.toml')
| -rw-r--r-- | embassy-nrf/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-nrf/Cargo.toml b/embassy-nrf/Cargo.toml index 95ec83824..92378db0b 100644 --- a/embassy-nrf/Cargo.toml +++ b/embassy-nrf/Cargo.toml | |||
| @@ -88,7 +88,7 @@ nrf5340-app-ns = ["_nrf5340-app", "_ns"] | |||
| 88 | ## nRF5340 network core | 88 | ## nRF5340 network core |
| 89 | nrf5340-net = ["_nrf5340-net"] | 89 | nrf5340-net = ["_nrf5340-net"] |
| 90 | ## nRF54L15 application core in Secure mode | 90 | ## nRF54L15 application core in Secure mode |
| 91 | nrf54l15-app-s = ["_nrf54l15-app", "_s"] | 91 | nrf54l15-app-s = ["_nrf54l15-app", "_s", "_multi_wdt"] |
| 92 | ## nRF54L15 application core in Non-Secure mode | 92 | ## nRF54L15 application core in Non-Secure mode |
| 93 | nrf54l15-app-ns = ["_nrf54l15-app", "_ns"] | 93 | nrf54l15-app-ns = ["_nrf54l15-app", "_ns"] |
| 94 | 94 | ||
