Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-12-06 | Fix nrf monotonics (#852) | 10 | -5/+918 | ||
* Fix nrf::timer * Bootstrap nrf52840-blinky example * More work on nrf blinky example * Fix README * Add asserts for correct timer functionality * Add correctness check to other monotonics as well * Update Changelog * Fix potential timing issues * Fix race condition in nrf::rtc * Add changelog * Add rtc blinky example * Change rtc example to RC lf clock source * Add changelog to rtic-time * Add changelog * Attempt to fix CI * Update teensy4-blinky Cargo.lock | |||||
2023-12-04 | Add RTC interrupt example for stm32f411 (#853) | 7 | -0/+936 | ||
* Add RTC example for stm32f411 * Remove svd file --------- Co-authored-by: Milton Eduardo Sosa <milton.eduardo.sosa@gmail.com, milton@switch-ev.com> | |||||
2023-12-04 | Fix rp2040 example (#855) | 1 | -1/+1 | ||
2023-12-01 | Fix mono delay (#843) | 1 | -1/+1 | ||
* rtic-time: Compenstate for timer uncertainty * Update changelog and incorrect cargo.lock in an example * Fix Monotonic impls * Fix tests * Fix other monotonics, again * Update changelog * Fix example * Fix DelayUs and DelayMs impls * Minor coding style fix in u64 conversions * Fix all changelogs * Fix changelog * Fix blocking DelayUs * Minor monotonic rework * Add delay precision test * Add more tests * Add rust-version tags to Cargo.toml * Fix imxrt, rp2040 and systick timer * Fix more monotonics * Fix systick monotonic * Some reverts * Fix imxrt * Fix nrf * Fix rp2040 * Fix stm32 * Fix systick * Fix rtic-time tests * Bump to e-h.rc2 * Apply e-h.rc2 fixes to rtic-time * Apply fixes from arbiter * Fix clippy warning * Minor beautification * Revert previous changes * Fix variable name * Add blocking tests, but disable them by default | |||||
2023-11-08 | Fix comment | 2 | -2/+2 | ||
2023-11-08 | Use imxrt-uart-panic crate instead of custom panic handler | 4 | -45/+17 | ||
2023-11-08 | Add Monotonic for i.MX RT chip family | 8 | -0/+932 | ||
2023-07-01 | Examples: Update deps | 2 | -83/+115 | ||
Bumps proc-macro2 fixing https://github.com/rust-lang/rust/issues/113152 | |||||
2023-05-25 | v2.0 release | 2 | -5/+5 | ||
2023-05-11 | Don't build core and alloc & update Cargo.lock | 4 | -12/+2 | ||
2023-05-10 | Fix zero prio tasks when all async tasks have default (no) arguments | 2 | -2/+2 | ||
2023-04-23 | Prepare release of rtic-monotonics with new eha version | 2 | -2/+2 | ||
2023-04-19 | comment on how to link on macOS apple silicon machine | 1 | -0/+5 | ||
2023-04-17 | Fix example | 1 | -6/+16 | ||
2023-04-16 | examples: pin to specific version | 2 | -4/+4 | ||
2023-04-16 | examples: commit Cargo.lock files | 3 | -0/+1170 | ||
2023-04-16 | stm32f3_blinky: update to latest version | 2 | -5/+15 | ||
2023-04-16 | rp2040_local_i2c_init: update to latest version | 2 | -9/+16 | ||
2023-04-16 | Split remove old examples | 13 | -0/+505 | ||
2023-03-01 | Add rtic-timer (timerqueue + monotonic) and rtic-monotonics (systick-monotonic) | 52 | -3176/+0 | ||
2023-03-01 | Fix so deny(missing_docs) work | 34 | -2/+51 | ||
2023-03-01 | Async tasks can now take arguments at spawn again | 1 | -0/+6 | ||
2023-03-01 | Support 0 prio tasks | 1 | -0/+56 | ||
2023-03-01 | All examples pass with `cargo xtask --target all` | 5 | -7/+5 | ||
2023-03-01 | Update semihosting | 25 | -97/+88 | ||
2023-03-01 | Fix typos | 1 | -1/+1 | ||
2023-03-01 | more examples | 41 | -143/+187 | ||
2023-03-01 | examples/multiloc fixed | 3 | -3/+3 | ||
2023-03-01 | examples/lock fixed | 2 | -9/+11 | ||
2023-03-01 | examples/locals fixed | 1 | -4/+4 | ||
2023-03-01 | examples/idle-wfi fixed | 1 | -2/+2 | ||
2023-03-01 | export Cell removed, expmples updated | 2 | -4/+4 | ||
2023-03-01 | examples/async-task fixup | 1 | -5/+5 | ||
2023-03-01 | Lifetime cleanup | 1 | -3/+3 | ||
2023-03-01 | Removed Priority, simplified lifetime handling | 1 | -5/+21 | ||
2023-03-01 | First example builds again | 1 | -17/+3 | ||
2023-03-01 | Old xtask test pass | 46 | -184/+466 | ||
2023-02-26 | example: pool: Do not print the addr | 1 | -8/+4 | ||
Unstable and prone to fail CI | |||||
2023-01-22 | Handle more cfgs, support cfg on HW/SW tasks | 1 | -0/+13 | ||
2023-01-22 | Add example cfg-ing a Monotonic, showing limitations imposed by rtic-syntax | 1 | -0/+121 | ||
2023-01-22 | Heapless 0.7.16 pool!() generates undocumented struct | 1 | -1/+2 | ||
2023-01-21 | Deny missing_docs for all examples | 40 | -1/+53 | ||
2023-01-14 | Upgrade of semihosting changed timing | 4 | -6/+12 | ||
New semihosting 0.5 does not use error handling, returns directly and as semihosting is generally slow this led to missing print statements. Workaround is to add NOP, which seems sufficient to let it flush the buffers | |||||
2023-01-11 | Missed hprintln with multiline | 4 | -12/+6 | ||
2023-01-11 | Remove ok() from hprintln!() | 8 | -37/+37 | ||
sd 'hprintln(.*).ok\(\)' 'hprintln' (fd -e rs .) | |||||
2023-01-11 | Remove unwrap() from hprintln!() | 26 | -56/+56 | ||
sd 'hprintln(.*).unwrap\(\)' 'hprintln' (fd -e rs .) | |||||
2022-09-28 | Fix new lint in the compiler | 1 | -1/+0 | ||
2022-03-02 | Added support for SRP based scheduling for armv6m | 1 | -0/+132 | ||
2022-01-08 | Fix the locals.rs comment | 1 | -1/+1 | ||
I believe that is a typo s/shared/local_to_bar | |||||
2022-01-04 | Drift free timing examples | 2 | -0/+110 | ||