aboutsummaryrefslogtreecommitdiff
path: root/examples/task.rs (follow)
AgeCommit message (Collapse)AuthorFilesLines
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-06-26Examples: Clarify extern sectionGravatar Danilo Bargen 1-3/+5
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-08-21doc upGravatar Jorge Aparicio 1-1/+5
2019-06-13rtfm-syntax refactor + heterogeneous multi-core supportGravatar Jorge Aparicio 1-2/+1
2019-05-01update examplesGravatar Jorge Aparicio 1-9/+8
2018-11-04use new cortex_m_semihosting::hprintln macroGravatar Jorge Aparicio 1-14/+4
2018-11-03v0.4.0Gravatar Jorge Aparicio 1-0/+61
closes #32 closes #33