aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2024-04-03fix included examples and markdown(book) (#912)Franz Dietrich
2024-03-20RISC-V support over CLINT (#815)Román Cárdenas Rodríguez
2024-02-27Release rtic v2.1.0, rtic-macros v2.1.0Emil Fresk
2024-02-27Add example of using Embassy HAL(stm32) with RTIC. (#891)cschuhen
2024-02-27Make RTIC 2 work on stable by using `main`'s stack as an allocatorEmil Fresk
2023-12-06Fix nrf monotonics (#852)Finomnis
2023-12-04Add RTC interrupt example for stm32f411 (#853)Milton Eduardo Sosa
2023-12-04Fix rp2040 example (#855)Emil Fresk
2023-12-01Fix mono delay (#843)Finomnis
2023-11-08Fix commentFinomnis
2023-11-08Use imxrt-uart-panic crate instead of custom panic handlerFinomnis
2023-11-08Add Monotonic for i.MX RT chip familyFinomnis
2023-07-01Examples: Update depsHenrik Tjäder
2023-05-25v2.0 releaseEmil Fresk
2023-05-11Don't build core and alloc & update Cargo.lockdatdenkikniet
2023-05-10Fix zero prio tasks when all async tasks have default (no) argumentsEmil Fresk
2023-04-23Prepare release of rtic-monotonics with new eha versionEmil Fresk
2023-04-19comment on how to link on macOS apple silicon machineMichael Kefeder
2023-04-17Fix exampledatdenkikniet
2023-04-16examples: pin to specific versiondatdenkikniet
2023-04-16examples: commit Cargo.lock filesdatdenkikniet
2023-04-16stm32f3_blinky: update to latest versiondatdenkikniet
2023-04-16rp2040_local_i2c_init: update to latest versiondatdenkikniet
2023-04-16Split remove old examplesdatdenkikniet
2023-03-01Add rtic-timer (timerqueue + monotonic) and rtic-monotonics (systick-monotonic)Emil Fresk
2023-03-01Fix so deny(missing_docs) workEmil Fresk
2023-03-01Async tasks can now take arguments at spawn againEmil Fresk
2023-03-01Support 0 prio tasksEmil Fresk
2023-03-01All examples pass with `cargo xtask --target all`Emil Fresk
2023-03-01Update semihostingEmil Fresk
2023-03-01Fix typosEmil Fresk
2023-03-01more examplesPer Lindgren
2023-03-01examples/multiloc fixedPer Lindgren
2023-03-01examples/lock fixedPer Lindgren
2023-03-01examples/locals fixedPer Lindgren
2023-03-01examples/idle-wfi fixedPer Lindgren
2023-03-01export Cell removed, expmples updatedPer Lindgren
2023-03-01examples/async-task fixupPer Lindgren
2023-03-01Lifetime cleanupEmil Fresk
2023-03-01Removed Priority, simplified lifetime handlingEmil Fresk
2023-03-01First example builds againEmil Fresk
2023-03-01Old xtask test passEmil Fresk
2023-02-26example: pool: Do not print the addrHenrik Tjäder
2023-01-22Handle more cfgs, support cfg on HW/SW tasksHenrik Tjäder
2023-01-22Add example cfg-ing a Monotonic, showing limitations imposed by rtic-syntaxHenrik Tjäder
2023-01-22Heapless 0.7.16 pool!() generates undocumented structHenrik Tjäder
2023-01-21Deny missing_docs for all examplesHenrik Tjäder
2023-01-14Upgrade of semihosting changed timingHenrik Tjäder
2023-01-11Missed hprintln with multilineHenrik Tjäder
2023-01-11Remove ok() from hprintln!()Henrik Tjäder