Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-10-01 | Start updating the book | 1 | -10/+3 | ||
2020-10-01 | Rename const_app to mod_app | 6 | -64/+52 | ||
2020-09-29 | Fix test output to match GHA runner | 2 | -6/+6 | ||
2020-09-29 | Annotate the resource struct | 1 | -0/+1 | ||
2020-09-29 | Import panic_halt so semihosting is not attempted | 4 | -42/+50 | ||
ARMv6 would otherwise differ in output compared to ARMv7 | |||||
2020-09-29 | Pool example need to import things into the mod | 1 | -1/+3 | ||
2020-09-29 | Remove stale comment | 1 | -1/+0 | ||
2020-09-29 | Update run-pass tests for stable | 2 | -34/+34 | ||
2020-09-29 | Workaround lint for now | 1 | -0/+1 | ||
2020-09-29 | Keep user code as-is within the module, add example | 3 | -1/+68 | ||
2020-09-29 | Add #[resources] to ui/single | 1 | -0/+1 | ||
2020-09-29 | All examples use #[resources] attribute | 15 | -1/+15 | ||
2020-09-25 | Update test suite output | 3 | -17/+13 | ||
2020-09-25 | Remove legacy 1.36.0 | 1 | -12/+2 | ||
2020-09-25 | Name collision with RTIC-main | 5 | -7/+7 | ||
With modules the scoping is different and task names collide with main generated by RTIC | |||||
2020-09-25 | Update new example to use mod {} | 2 | -3/+4 | ||
2020-09-25 | Due to new module boundaries the schedule fn needs to be pub | 1 | -3/+3 | ||
2020-09-25 | cfg_core is gone, cargo fmt | 6 | -19/+36 | ||
2020-09-25 | Use dev-branch for mod_const | 1 | -1/+1 | ||
2020-09-25 | Add format_ident imports | 2 | -2/+2 | ||
2020-09-25 | Modify macro tests, use mod instead of const | 1 | -2/+2 | ||
2020-09-25 | Compose the use-statements, reduce debug-printouts | 1 | -18/+12 | ||
2020-09-25 | Collect and generate required use-statements | 6 | -12/+57 | ||
2020-09-25 | Examples need to import the resources | 5 | -0/+13 | ||
2020-09-25 | Handle user hardware and software tasks and some resources | 4 | -6/+71 | ||
2020-09-25 | Modules using lower-case in examples | 44 | -45/+48 | ||
2020-09-25 | Generate mod instead of const, handle import of idle and init | 1 | -3/+16 | ||
2020-09-25 | Update documentation where const is replaced by mod | 1 | -3/+2 | ||
2020-09-25 | Update the test suite to use mod instead of const | 9 | -19/+19 | ||
Changes MSRV to 1.42, failing tests updated to match 1.42. | |||||
2020-09-25 | Examples using mod instead of const | 37 | -76/+75 | ||
2020-09-25 | Fixed example and v7 flag | 2 | -1/+5 | ||
2020-09-25 | Also check examples which require __v7 | 1 | -2/+7 | ||