Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-04-08 | update russian translation of the book | 28 | -426/+3116 | ||
2021-04-08 | 0.6.0-alpha.2 release | 3 | -3/+22 | ||
2021-04-08 | Fixed UB in `spawn_at` | 4 | -17/+11 | ||
2021-04-08 | Type aliases now work in the app module | 6 | -25/+67 | ||
2021-04-07 | Updated dwt-systick-monotonic | 5 | -25/+10 | ||
2021-03-22 | Updated schedule example with all combinations | 4 | -30/+80 | ||
2021-03-20 | Cancel and reschedule working | 7 | -36/+717 | ||
Support cfgs in the imports Account for extern tasks | |||||
2021-03-13 | Added interface for cancel/reschedule | 6 | -249/+108 | ||
Use wrapping add for marker No need to store handle to queue Remove unnecessary `SpawnHandle::new` Fix test Updated interface to follow proposal | |||||
2021-03-13 | Macros version | 1 | -1/+2 | ||
2021-03-04 | Macros version | 1 | -1/+2 | ||
2021-03-04 | Add periodic GHA job to run cargo audit | 2 | -0/+18 | ||
2021-03-04 | Preparing release 0.6.0-alpha.1 | 3 | -7/+6 | ||
2021-03-03 | Fix the UI tests, remove panic_halt | 4 | -54/+44 | ||
2021-03-03 | Update the GHA job to run the tests test | 1 | -2/+2 | ||
2021-03-03 | Update the tests file to find the tests | 1 | -1/+1 | ||
2021-03-03 | Remove keyword single for all tests | 17 | -0/+0 | ||
2021-03-03 | Use panic_semihosting for all examples | 12 | -12/+11 | ||
2021-03-02 | Updated `spawn_after` docs | 1 | -0/+3 | ||
2021-03-02 | Bump heapless | 1 | -1/+1 | ||
2021-02-25 | Documentation generation fixes | 12 | -96/+114 | ||
Test fixes | |||||
2021-02-25 | Review fixes | 4 | -9/+5 | ||
2021-02-23 | No need for new rtic-core | 1 | -2/+2 | ||
2021-02-23 | GHA update | 8 | -70/+143 | ||
Fmt fixes Spawn_after did not work with parameters Examples working again Revert "GHA update" This reverts commit e0a71d4859966a6c5cf2629d3cb27e88acada9c0. Readd flags Only add DWT based dep with __v7 flag | |||||
2021-02-23 | Test output fix | 3 | -8/+8 | ||
2021-02-23 | Remove flags, updates UI tests | 8 | -64/+18 | ||
2021-02-22 | Use zero time in init for `spawn_after` to not cause panic | 1 | -1/+6 | ||
2021-02-22 | Updated to new interface | 1 | -3/+2 | ||
2021-02-22 | Added enable/disable timer calls | 2 | -7/+19 | ||
2021-02-22 | Of by 1 | 1 | -2/+2 | ||
2021-02-21 | Properly call `on_interrupt` | 1 | -0/+4 | ||
2021-02-21 | Fixed UB in generated `Monotonic::now()` | 3 | -12/+26 | ||
2021-02-20 | Test fixes | 50 | -199/+121 | ||
2021-02-20 | Fixing warnings | 1 | -2/+5 | ||
2021-02-18 | Now with new monotonic trait and crate | 12 | -58/+134 | ||
2021-02-05 | Minor grammar correction | 1 | -1/+1 | ||
you -> your | |||||
2021-02-04 | Minor fixes | 3 | -4/+12 | ||
2021-01-19 | Update the hashes related rust | 2 | -4/+4 | ||
2021-01-19 | Remove the ci-failure GHA job | 1 | -18/+0 | ||
2021-01-10 | cleanup | 1 | -7/+2 | ||
2021-01-04 | Bump hashes for Rust 1.49 | 2 | -4/+4 | ||
2021-01-04 | Bump cortex-m to 0.7.0 | 2 | -3/+6 | ||
2020-12-13 | Cleanup | 3 | -65/+49 | ||
2020-12-13 | Now handling SysTick as well | 6 | -17/+61 | ||
2020-12-13 | Double check the compare instant | 1 | -4/+13 | ||
2020-12-13 | Less ... hacky? | 1 | -2/+3 | ||
2020-12-13 | Reexport embedded-time as rtic::time | 4 | -5/+5 | ||
2020-12-12 | Cleanup | 4 | -22/+15 | ||
2020-12-12 | Monotonic codegen now passing compile stage | 8 | -220/+190 | ||
2020-12-10 | More work | 10 | -185/+164 | ||
2020-12-08 | TQ handlers being generated | 10 | -154/+171 | ||