| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-01-22 | Cleanup NVIC prio too high example | Henrik Tjäder | |
| 2022-09-28 | Fix new lint in the compiler | Emil Fresk | |
| 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 | |
| closes #521 | |||
| 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 | |
| Test fixes | |||
| 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 | |
| Fix | |||
| 2020-10-15 | Merge branch 'master' into spawn_experiment | Emil Fresk | |
| 2020-10-15 | Merge #371 | bors[bot] | |
| 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 | 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 | |
| Better error message Improved error string Update UI tests | |||
| 2020-10-12 | UI fix | Emil Fresk | |
| 2020-10-11 | Fixing examples and tests, modules now import user imports correctly | Emil Fresk | |
| Fmt Correct syntax crate UI test fix Fix build script Cleanup More cleanup | |||
| 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 | |
| ARMv6 would otherwise differ in output compared to ARMv7 | |||
| 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 | |
| Changes MSRV to 1.42, failing tests updated to match 1.42. | |||
| 2020-06-11 | Rename RTFM to RTIC | Henrik Tjäder | |
| 2019-11-06 | run cfail tests only when rustc --version == $MSRV | Jorge Aparicio | |
| 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 | CI: replace compiletest-rs with trybuild | Jorge Aparicio | |
| 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-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 | |
