Emil Fresk
1341cc5bbe
Broke out async dispatchers into their own place
2022-09-24 14:07:33 +02:00
Emil Fresk
5c47aba1a1
Fix macros to Rust 2021
2022-05-24 19:42:02 +02:00
Emil Fresk
cd445165c5
More ergonomic error from static asserts messages
2022-05-17 20:20:59 +02:00
Per Lindgren
f86dab5ff3
Added support for SRP based scheduling for armv6m
2022-03-02 13:23:47 +01:00
Jorge Aparicio
da1fd6166e
fix UI test, take 2
2021-08-31 20:01:10 +02:00
Jorge Aparicio
c4404e59a1
fix UI test
2021-08-31 19:54:48 +02:00
Jorge Aparicio
1a49d67490
validate unused dispatchers
...
closes #521
2021-08-31 19:50:50 +02:00
Henrik Tjäder
fe1de5cbf7
GHA: Fix 1.54 formatting change
2021-08-02 14:56:15 +02:00
Jorge Aparicio
18880406cb
use tuple struct syntax for Monotonics everywhere
2021-07-21 10:14:00 +02:00
Emil Fresk
98d2af9d73
Fixing tests
2021-07-07 23:07:09 +02:00
Henrik Tjäder
5e5fbf0ee9
Fix the UI tests, remove panic_halt
2021-03-03 09:11:24 +01:00
Henrik Tjäder
a5795a8f45
Remove keyword single for all tests
2021-03-03 08:55:19 +01:00
Emil Fresk
d351f55e1c
Documentation generation fixes
...
Test fixes
2021-02-25 19:16:28 +01:00
Emil Fresk
670cdb92d3
Test output fix
2021-02-23 19:30:54 +01:00
Emil Fresk
210197d079
Remove flags, updates UI tests
2021-02-23 19:29:15 +01:00
Henrik Tjäder
7f7c5b025a
Update the hashes related rust
2021-01-19 20:01:34 +01:00
Emil Fresk
f1969a1a12
Test fixes for 1.48
2020-11-19 19:44:15 +01:00
Per Lindgren
96cd625223
extern task
2020-10-29 19:29:46 +01:00
Per Lindgren
1c244a995d
move dispatchers to app argument
2020-10-23 23:58:09 +02:00
Emil Fresk
17e976ab49
Fix UI tests
...
Fix
2020-10-22 17:45:06 +02:00
Emil Fresk
6808cc7cdf
Merge branch 'master' into spawn_experiment
2020-10-15 18:27:48 +02:00
bors[bot]
1cda9eaecc
Merge #371
...
371: task_local and lock_free r=korken89 a=AfoHT
Getting this going to test with GHA
For further discussion see https://github.com/rtic-rs/rfcs/issues/30
Co-authored-by: Per <Per Lindgren>
Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
2020-10-15 16:01:07 +00:00
Henrik Tjäder
e2364aae3e
Updated examples and rtic-name
2020-10-15 15:56:20 +00:00
Emil Fresk
5ac16f6aae
Merge branch 'master' into spawn_experiment
2020-10-15 17:55:00 +02:00
Emil Fresk
48abc26e85
Detect if the rt flag is defined in the PAC/HAL
...
Better error message
Improved error string
Update UI tests
2020-10-15 16:06:30 +02:00
Emil Fresk
1fb42536cf
UI fix
2020-10-12 10:25:02 +02:00
Emil Fresk
5b8e6a22ab
Fixing examples and tests, modules now import user imports correctly
...
Fmt
Correct syntax crate
UI test fix
Fix build script
Cleanup
More cleanup
2020-10-11 20:35:50 +02:00
Emil Fresk
c21ccd04ce
Overwrite steerr files
2020-10-05 18:33:11 +02:00
Emil Fresk
eec0908024
Merge branch 'master' into always_late_resources
2020-10-05 18:25:15 +02:00
Henrik Tjäder
65522e4077
Update ui-test
2020-10-02 11:59:40 +00:00
Henrik Tjäder
1e46ffdfbc
Merge branch 'master' into mod_const
2020-10-02 11:36:28 +02:00
Emil Fresk
86001c46bc
Fixing test errors
2020-10-01 20:16:00 +02:00
Emil Fresk
9d2598dc07
Fixing test errors
2020-10-01 20:14:07 +02:00
Henrik Tjäder
b4ec6f5eff
Fix test output to match GHA runner
2020-09-29 14:57:14 +00:00
Henrik Tjäder
d7bd8c838a
Import panic_halt so semihosting is not attempted
...
ARMv6 would otherwise differ in output compared to ARMv7
2020-09-29 11:56:56 +00:00
Henrik Tjäder
506e411be6
Update run-pass tests for stable
2020-09-29 11:56:56 +00:00
Henrik Tjäder
adff844b8c
Add #[resources] to ui/single
2020-09-29 11:33:41 +00:00
Henrik Tjäder
ec936c3b51
Update test suite output
2020-09-25 14:33:08 +00:00
Henrik Tjäder
5cfd9b9238
Modules using lower-case in examples
2020-09-25 14:29:34 +00:00
Henrik Tjäder
79b62797f5
Update the test suite to use mod instead of const
...
Changes MSRV to 1.42, failing tests updated to match 1.42.
2020-09-25 14:29:34 +00:00
Henrik Tjäder
602a5b4374
Rename RTFM to RTIC
2020-06-11 17:18:29 +00:00
Jorge Aparicio
da9c6a714e
run cfail tests only when rustc --version == $MSRV
...
this version is more or less fixed so new releases of Rust (stable or nightly
channel) are unlikely to break to build due to changes in diagnostic messages
2019-11-06 19:39:57 -05:00
Jorge Aparicio
31b392fe3a
CI: replace compiletest-rs with trybuild
...
We use compiletest to run compile-fail tests but compiletest depends on compiler
internals so it breaks every now and then and requires nightly. With trybuild we
can also run compile-fail tests but it works on stable and it already has
reached version 1.0
2019-11-06 19:05:37 -05:00
Jorge Aparicio
9195038c87
implement RFC #212
2019-07-10 22:42:44 +02:00
Jorge Aparicio
4e51bb68b9
RFC #207
2019-06-20 06:19:59 +02:00
Jorge Aparicio
81275bfa4f
rtfm-syntax refactor + heterogeneous multi-core support
2019-06-13 23:56:59 +02:00