index
:
rtic
main
Real-Time Interrupt-driven Concurrency (RTIC) framework for ARM Cortex-M microcontrollers
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ui
Age
Commit message (
Expand
)
Author
2022-05-24
Fix macros to Rust 2021
Emil Fresk
2022-05-17
More ergonomic error from static asserts messages
Emil Fresk
2022-03-02
Added support for SRP based scheduling for armv6m
Per Lindgren
2021-08-31
fix UI test, take 2
Jorge Aparicio
2021-08-31
fix UI test
Jorge Aparicio
2021-08-31
validate unused dispatchers
Jorge Aparicio
2021-08-02
GHA: Fix 1.54 formatting change
Henrik Tjäder
2021-07-21
use tuple struct syntax for Monotonics everywhere
Jorge Aparicio
2021-07-07
Fixing tests
Emil Fresk
2021-03-03
Fix the UI tests, remove panic_halt
Henrik Tjäder
2021-03-03
Remove keyword single for all tests
Henrik Tjäder
2021-02-25
Documentation generation fixes
Emil Fresk
2021-02-23
Test output fix
Emil Fresk
2021-02-23
Remove flags, updates UI tests
Emil Fresk
2021-01-19
Update the hashes related rust
Henrik Tjäder
2020-11-19
Test fixes for 1.48
Emil Fresk
2020-10-29
extern task
Per Lindgren
2020-10-23
move dispatchers to app argument
Per Lindgren
2020-10-22
Fix UI tests
Emil Fresk
2020-10-15
Merge branch 'master' into spawn_experiment
Emil Fresk
2020-10-15
Merge #371
bors[bot]
2020-10-15
Updated examples and rtic-name
Henrik Tjäder
2020-10-15
Merge branch 'master' into spawn_experiment
Emil Fresk
2020-10-15
Detect if the rt flag is defined in the PAC/HAL
Emil Fresk
2020-10-12
UI fix
Emil Fresk
2020-10-11
Fixing examples and tests, modules now import user imports correctly
Emil Fresk
2020-10-05
Overwrite steerr files
Emil Fresk
2020-10-05
Merge branch 'master' into always_late_resources
Emil Fresk
2020-10-02
Update ui-test
Henrik Tjäder
2020-10-02
Merge branch 'master' into mod_const
Henrik Tjäder
2020-10-01
Fixing test errors
Emil Fresk
2020-10-01
Fixing test errors
Emil Fresk
2020-09-29
Fix test output to match GHA runner
Henrik Tjäder
2020-09-29
Import panic_halt so semihosting is not attempted
Henrik Tjäder
2020-09-29
Update run-pass tests for stable
Henrik Tjäder
2020-09-29
Add #[resources] to ui/single
Henrik Tjäder
2020-09-25
Update test suite output
Henrik Tjäder
2020-09-25
Modules using lower-case in examples
Henrik Tjäder
2020-09-25
Update the test suite to use mod instead of const
Henrik Tjäder
2020-06-11
Rename RTFM to RTIC
Henrik Tjäder
2019-11-06
run cfail tests only when rustc --version == $MSRV
Jorge Aparicio
2019-11-06
CI: replace compiletest-rs with trybuild
Jorge Aparicio
2019-07-10
implement RFC #212
Jorge Aparicio
2019-06-20
RFC #207
Jorge Aparicio
2019-06-13
rtfm-syntax refactor + heterogeneous multi-core support
Jorge Aparicio