rtic/rtic/ui
2025-10-06 12:50:19 +02:00
..
custom_section.rs fix: add a single error 2025-06-18 18:49:41 +00:00
custom_section.stderr feat: add stderr file 2025-06-18 18:49:41 +00:00
exception-invalid.rs
exception-invalid.stderr
extern-interrupt-not-enough.rs
extern-interrupt-not-enough.stderr
extern-interrupt-used.rs
extern-interrupt-used.stderr
inner_attribute.rs rtic-macros: forward attributes applied to app module 2025-09-17 19:40:38 +02:00
inner_attribute.stderr rtic-macros: forward attributes applied to app module 2025-09-17 19:40:38 +02:00
outer_attribute.rs rtic-macros: forward attributes applied to app module 2025-09-17 19:40:38 +02:00
outer_attribute.stderr rtic-macros: forward attributes applied to app module 2025-09-17 19:40:38 +02:00
task-priority-too-high.rs
task-priority-too-high.stderr rtic: update UI test with new message 2025-09-17 19:40:38 +02:00
task-reference-in-spawn.rs UI: Test for references passed to spawn 2025-06-08 10:36:54 +00:00
task-reference-in-spawn.stderr Fixed misc errors in ci 2025-10-06 12:50:19 +02:00
unknown-interrupt.rs
unknown-interrupt.stderr
v6m-interrupt-not-enough.rs_no