summaryrefslogtreecommitdiff
path: root/macros/src/codegen/shared_resources_struct.rs (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-08CHANGELOG: Add links to v0.6.xGravatar Henrik Tjäder 1-1/+11
2021-11-08Update changelog from v0.5.x branchGravatar Henrik Tjäder 1-1/+27
2021-11-08Update CHANGELOGGravatar Henrik Tjäder 1-0/+4
2021-11-07Match new rtic-syntax naming of shared and localGravatar Henrik Tjäder 1-2/+2
2021-11-03fix #543Gravatar Andrew Gazelka 1-0/+4
2021-11-03Fix CIGravatar Emil Fresk 1-2/+0
2021-11-03Fixed aliasing in lock implGravatar Emil Fresk 1-1/+1
2021-11-03Cleanup of resource initialization, no need to dereferenceGravatar Emil Fresk 1-2/+2
2021-11-02added doc for RacyCellGravatar Per Lindgren 1-0/+21
2021-11-02Fixed aliasing issue due to RacyCell implementationGravatar Emil Fresk 10-49/+47
2021-10-13remove outdated commentGravatar Per Lindgren 1-1/+0
2021-09-28Prepare rc.2 releaseGravatar Emil Fresk 3-3/+7
2021-09-28Fix export of SYSTGravatar Emil Fresk 4-5/+4
2021-09-27Preparing 0.6.0-rc.1Gravatar Emil Fresk 3-5/+11
2021-09-27Fix a bug in the timer queue due to comparison bug in embedded-timeGravatar Emil Fresk 1-2/+5
2021-09-27Fixing bad englishGravatar Emil Fresk 1-1/+1
2021-09-27Updated codegen for the updated syntax (default monotonic priority)Gravatar Emil Fresk 2-2/+6
2021-09-27More docs updatesGravatar Emil Fresk 5-9/+21
2021-09-23The great docs updateGravatar Emil Fresk 106-1436/+1293
2021-09-20start with a clean ci/builds alwaysGravatar Lotte Steenbrink 2-6/+24
2021-09-20improve xtask repo root check to not break our fork CI#Gravatar Lotte Steenbrink 1-3/+4
2021-09-16implement run-pass tests as xtasksGravatar Lotte Steenbrink 8-132/+611
2021-09-14Cleanup export and actually use rtic::export, made fn init inlineGravatar Emil Fresk 3-4/+6
2021-08-31fix UI test, take 2Gravatar Jorge Aparicio 1-1/+1
2021-08-31fix UI testGravatar Jorge Aparicio 1-1/+1
2021-08-31style fixGravatar Jorge Aparicio 1-1/+1
2021-08-31validate unused dispatchersGravatar Jorge Aparicio 3-4/+27
2021-08-27Revert CI changesGravatar Jorge Iglesias Garcia 1-2/+0
2021-08-27Update README.mdGravatar Jorge Iglesias Garcia 1-2/+2
2021-08-27Update README.mdGravatar Jorge Iglesias Garcia 1-0/+10
2021-08-26Fix link for SLEEPONEXITGravatar Alex Martens 2-2/+2
2021-08-20More rustanalyzer lint fixesGravatar Emil Fresk 1-0/+2
2021-08-20Use `mark_internal_name` by default for methods in `util` to make usage of th...Gravatar datdenkikniet 12-89/+40
2021-08-19Silence rust-analyzer warnings on internal typesGravatar Henrik Tjäder 2-0/+2
2021-08-19Fixed some lints from Rust Analyzer with experimental proc-macrosGravatar Emil Fresk 6-0/+22
2021-08-16Remove linked list impl - use heapless, linked list init now const fnGravatar Emil Fresk 8-625/+16
2021-08-11Add branches to CIGravatar Jorgeig 1-0/+2
2021-08-11Update build.ymlGravatar Jorge Iglesias Garcia 1-0/+1
2021-08-03update russian bookGravatar Andrey Zgarbul 7-122/+285
2021-08-02GHA: Fix 1.54 formatting changeGravatar Henrik Tjäder 1-1/+1
2021-07-30book: Properly update the note with a linkGravatar CuriouslyCurious 1-0/+1
2021-07-30Revert "book: Add link to new.md"Gravatar CuriouslyCurious 1-1/+26
2021-07-29book: Add link to new.mdGravatar CuriouslyCurious 1-26/+1
2021-07-29book: Clarify target noticeGravatar CuriouslyCurious 1-3/+4
2021-07-28book: Add note to remember to choose targetGravatar CuriouslyCurious 1-1/+5
2021-07-27Also link to `rtic-examples` in the tips section of the bookGravatar Henrik Tjäder 1-0/+4
2021-07-27Add links to RTIC book dev version and rtic-examplesGravatar Henrik Tjäder 1-1/+5
2021-07-22book/resources: highlight that `#[lock_free]` includes a compile-time checkGravatar Jorge Aparicio 1-0/+1
2021-07-22Propogate the task attributes to the spawn handlesGravatar Alex Crawford 1-0/+2
2021-07-22migration/0.5: cover #[lock_free]Gravatar Jorge Aparicio 1-0/+43