mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
closes #69 this doesn't change functionality per se but improves diagnostics in some cases. Some hard errors have becomes warnings, for example: when `resources` is empty, or when `idle.path` is set to the default `idle` path. |
||
|---|---|---|
| .. | ||
| critical-section.rs | ||
| duplicated-task.rs | ||
| exception.rs | ||
| idle.rs | ||
| init-resource-share-idle.rs | ||
| init-resource-share-task.rs | ||
| init.rs | ||
| interrupt.rs | ||
| late-resource-init.rs | ||
| lock.rs | ||
| peripheral-alias.rs | ||
| priority-too-high.rs | ||
| priority-too-low.rs | ||
| resource-alias.rs | ||
| resource-not-send-sync.rs | ||
| token-outlive.rs | ||
| token-transfer.rs | ||
| wrong-threshold.rs | ||