aboutsummaryrefslogtreecommitdiff
path: root/examples/t-spawn.rs (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-03-01more examplesGravatar Per Lindgren 1-68/+0
2023-03-01Old xtask test passGravatar Emil Fresk 1-1/+0
2023-01-21Deny missing_docs for all examplesGravatar Henrik Tjäder 1-0/+1
2021-09-23The great docs updateGravatar Emil Fresk 1-0/+4
2021-07-07Fixing testsGravatar Emil Fresk 1-2/+8
2021-03-03Use panic_semihosting for all examplesGravatar Henrik Tjäder 1-1/+1
2021-02-20Test fixesGravatar Emil Fresk 1-2/+2
2020-10-23move dispatchers to app argumentGravatar Per Lindgren 1-8/+1
2020-10-11Fixing examples and tests, modules now import user imports correctlyGravatar Emil Fresk 1-25/+25
Fmt Correct syntax crate UI test fix Fix build script Cleanup More cleanup
2020-10-05Merge branch 'master' into always_late_resourcesGravatar Emil Fresk 1-2/+2
2020-10-01Now late resources are always usedGravatar Emil Fresk 1-1/+3
2020-09-25Modules using lower-case in examplesGravatar Henrik Tjäder 1-1/+1
2020-09-25Examples using mod instead of constGravatar Henrik Tjäder 1-2/+2
2020-09-14Fixed so examples do not crash in release modeGravatar Emil Fresk 1-1/+3
2020-06-26Examples: Clarify extern sectionGravatar Danilo Bargen 1-1/+4
Some beginners are confused about the "extern" section, so I added an explanation comment to all examples. Furthermore, using the UARTx interrupts when UART is actually being used in the same example may be confusing, so I changed them all to SSI0/QEI0.
2020-06-11Rename RTFM to RTICGravatar Henrik Tjäder 1-1/+1
2019-06-20RFC #207Gravatar Jorge Aparicio 1-4/+4
2019-06-13rtfm-syntax refactor + heterogeneous multi-core supportGravatar Jorge Aparicio 1-0/+58