rtic/tests/cfail
Jorge Aparicio 7fdf16eab9 update parser
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.
2018-04-16 21:32:29 +02:00
..
critical-section.rs deny warnings and unsafe code in tests and examples 2017-12-09 15:12:42 +01:00
duplicated-task.rs deny warnings and unsafe code in tests and examples 2017-12-09 15:12:42 +01:00
exception.rs deny warnings and unsafe code in tests and examples 2017-12-09 15:12:42 +01:00
idle.rs deny warnings and unsafe code in tests and examples 2017-12-09 15:12:42 +01:00
init-resource-share-idle.rs update parser 2018-04-16 21:32:29 +02:00
init-resource-share-task.rs update parser 2018-04-16 21:32:29 +02:00
init.rs deny warnings and unsafe code in tests and examples 2017-12-09 15:12:42 +01:00
interrupt.rs update parser 2018-04-16 21:32:29 +02:00
late-resource-init.rs deny warnings and unsafe code in tests and examples 2017-12-09 15:12:42 +01:00
lock.rs implement the Resource trait for owned resources 2017-12-09 17:17:56 +01:00
peripheral-alias.rs deny warnings and unsafe code in tests and examples 2017-12-09 15:12:42 +01:00
priority-too-high.rs update parser 2018-04-16 21:32:29 +02:00
priority-too-low.rs update parser 2018-04-16 21:32:29 +02:00
resource-alias.rs deny warnings and unsafe code in tests and examples 2017-12-09 15:12:42 +01:00
resource-not-send-sync.rs update parser 2018-04-16 21:32:29 +02:00
token-outlive.rs deny warnings and unsafe code in tests and examples 2017-12-09 15:12:42 +01:00
token-transfer.rs implement the Resource trait for owned resources 2017-12-09 17:17:56 +01:00
wrong-threshold.rs deny warnings and unsafe code in tests and examples 2017-12-09 15:12:42 +01:00