rtic/rtic/ui
Johannes Cornelis Draaijer 3ba1632f8d rtic-macros: forward attributes applied to app module
Instead of ignoring additional attributes applied to the app
module, we can forward them to the generated code.
2025-09-17 19:40:38 +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 UI: Test for references passed to spawn 2025-06-08 10:36:54 +00:00
unknown-interrupt.rs
unknown-interrupt.stderr
v6m-interrupt-not-enough.rs_no