Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-07-05 | Started work | 10 | -146/+283 | ||
2021-07-01 | Fix syntax error in migration guide | 1 | -1/+1 | ||
2021-06-28 | Fix small typo in readme | 1 | -1/+1 | ||
2021-06-06 | assert empty | 1 | -0/+1 | ||
2021-06-06 | Allow zero sized LinkedList | 1 | -0/+12 | ||
2021-05-28 | Fixed changelog | 1 | -1/+5 | ||
2021-05-27 | Prepare release alpha.4 | 5 | -17/+19 | ||
2021-05-23 | Minor cleanup | 3 | -11/+16 | ||
2021-05-06 | Flattened the _ out of it | 11 | -147/+146 | ||
2021-04-22 | Keep comments | 6 | -1/+12 | ||
2021-04-22 | use super::xx now works with monotonics | 2 | -0/+9 | ||
2021-04-21 | book/migration/v5: update init signature, fix example syntax | 1 | -4/+4 | ||
The example now migrates from v5 to v6 instead of an incorrect v6 syntax to a another incorrect v6 syntax. | |||||
2021-04-21 | book: detail import resolving for 0.6 migration | 1 | -1/+40 | ||
2021-04-21 | book: update outdated required init signature | 1 | -3/+2 | ||
2021-04-20 | Fix for default monotonic, `monotonics::now()` now properly works | 2 | -1/+9 | ||
2021-04-18 | reclaim stack space used in init | 1 | -2/+10 | ||
2021-04-13 | Force push to gh-pages branch | 1 | -0/+1 | ||
2021-04-08 | Goodbye static mut | 11 | -58/+144 | ||
2021-04-08 | Tiny fix of README-link | 1 | -1/+1 | ||
Want to try GH-pages rebuild by GHA | |||||
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 | ||