aboutsummaryrefslogtreecommitdiff
path: root/macros
AgeCommit message (Expand)Author
2020-04-22Retain cfg-attributes on resourcesHenrik Tjäder
2019-11-14v0.5.0 final releaseJorge Aparicio
2019-10-21do not zero late resource memory on bootJorge Aparicio
2019-10-15v0.5.0 beta releaseJorge Aparicio
2019-09-15turn git deps into crates.io depsJorge Aparicio
2019-09-15fix gh-pages buildJorge Aparicio
2019-09-15don't use deprecated APIJorge Aparicio
2019-08-21doc tweaksJorge Aparicio
2019-08-21document #[app]Jorge Aparicio
2019-08-20adapt to changes in rtfm-syntaxJorge Aparicio
2019-07-11implement the #[shared] attribute as specified in RFC #211Jorge Aparicio
2019-07-10implement RFC #212Jorge Aparicio
2019-07-03fix (cross-core) initialization barriersJorge Aparicio
2019-06-29WIPJorge Aparicio
2019-06-24check that the app is not compiled for more cores than were specifiedJorge Aparicio
2019-06-24Monotonic trait is safe; add MultiCore traitJorge Aparicio
2019-06-20RFC #207Jorge Aparicio
2019-06-18add homogeneous multi-core supportJorge Aparicio
2019-06-13rtfm-syntax refactor + heterogeneous multi-core supportJorge Aparicio
2019-05-21Merge #194bors[bot]
2019-05-21bump heapless dependency to v0.5.0; remove "nightly" featureJorge Aparicio
2019-05-21remove unused checkJorge Aparicio
2019-05-21removes the maybe_uninit feature gateJorge Aparicio
2019-05-09Merge #189bors[bot]
2019-05-09generate resource proxies only when neededJorge Aparicio
2019-05-08write generated code to disk for easier inspectionJorge Aparicio
2019-05-01rtfm::app: update error messageJorge Aparicio
2019-05-01implement RFCs 147 and 155, etc.Jorge Aparicio
2019-04-21v0.4.3Jorge Aparicio
2019-04-16Merge #170bors[bot]
2019-04-17now fix the fixJorge Aparicio
2019-04-16more nightly fixesJorge Aparicio
2019-04-16[NFC] fix nightly ciJorge Aparicio
2019-04-16check task priority at compile timeJorge Aparicio
2019-02-27v0.4.2Jorge Aparicio
2019-02-26refactor: make `binds` harder to misuseJorge Aparicio
2019-02-26`binds` can only appear once in the argument listJorge Aparicio
2019-02-26add `binds` example and make it workJorge Aparicio
2019-02-26make cfail test actually failJorge Aparicio
2019-02-26add `binds` argument to the `interrupt` and `exception` attributesJorge Aparicio
2019-02-23reject duplicate arguments in #[interrupt] and #[exception]Jorge Aparicio
2019-02-19add "nightly" featureJorge Aparicio
2019-02-16rebase fixJorge Aparicio
2019-02-16cargo fmtJorge Aparicio
2019-02-16make debug builds reproducibleJorge Aparicio
2019-02-16Make generated names stable when sorting.Hugo van der Wijst
2019-02-16Seed RNG with package name and prepend string to full random name.Hugo van der Wijst
2019-02-16Make identifiers deterministic.Hugo van der Wijst
2019-02-16Make builds reproducibleHugo van der Wijst
2019-02-13fix non_camel_case_types warningsJorge Aparicio