rtic/examples
bors[bot] bfb498e722
Merge #337
337: Examples: Clarify extern section r=korken89 a=dbrgn

Some beginners are confused about the "extern" section, so I added an explanation comment to all examples.

![image](https://user-images.githubusercontent.com/105168/85903840-9ad2a780-b807-11ea-943d-3f37b814c23f.png)

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.

Co-authored-by: Danilo Bargen <mail@dbrgn.ch>
2020-06-30 20:16:46 +00:00
..
baseline.rs Examples: Clarify extern section 2020-06-26 23:53:11 +02:00
binds.rs Rename RTFM to RTIC 2020-06-11 17:18:29 +00:00
capacity.rs Examples: Clarify extern section 2020-06-26 23:53:11 +02:00
cfg.rs Examples: Clarify extern section 2020-06-26 23:53:11 +02:00
destructure.rs Rename RTFM to RTIC 2020-06-11 17:18:29 +00:00
generics.rs Rename RTFM to RTIC 2020-06-11 17:18:29 +00:00
hardware.rs Rename RTFM to RTIC 2020-06-11 17:18:29 +00:00
idle.rs Rename RTFM to RTIC 2020-06-11 17:18:29 +00:00
init.rs Rename RTFM to RTIC 2020-06-11 17:18:29 +00:00
late.rs Rename RTFM to RTIC 2020-06-11 17:18:29 +00:00
lock.rs Rename RTFM to RTIC 2020-06-11 17:18:29 +00:00
message.rs Examples: Clarify extern section 2020-06-26 23:53:11 +02:00
not-send.rs Examples: Clarify extern section 2020-06-26 23:53:11 +02:00
not-sync.rs Examples: Clarify extern section 2020-06-26 23:53:11 +02:00
only-shared-access.rs Rename RTFM to RTIC 2020-06-11 17:18:29 +00:00
periodic.rs Examples: Clarify extern section 2020-06-26 23:53:11 +02:00
peripherals-taken.rs Fixes an issue where one could double take the cortex_m Peripheral 2020-06-30 22:06:57 +02:00
pool.rs Examples: Clarify extern section 2020-06-26 23:53:11 +02:00
preempt.rs Rename RTFM to RTIC 2020-06-11 17:18:29 +00:00
ramfunc.rs Rename RTFM to RTIC 2020-06-11 17:18:29 +00:00
resource.rs Rename RTFM to RTIC 2020-06-11 17:18:29 +00:00
schedule.rs Examples: Clarify extern section 2020-06-26 23:53:11 +02:00
shared-with-init.rs Rename RTFM to RTIC 2020-06-11 17:18:29 +00:00
smallest.rs Rename RTFM to RTIC 2020-06-11 17:18:29 +00:00
t-binds.rs Rename RTFM to RTIC 2020-06-11 17:18:29 +00:00
t-cfg-resources.rs Rename RTFM to RTIC 2020-06-11 17:18:29 +00:00
t-cfg.rs Examples: Clarify extern section 2020-06-26 23:53:11 +02:00
t-htask-main.rs Rename RTFM to RTIC 2020-06-11 17:18:29 +00:00
t-idle-main.rs Rename RTFM to RTIC 2020-06-11 17:18:29 +00:00
t-init-main.rs Rename RTFM to RTIC 2020-06-11 17:18:29 +00:00
t-late-not-send.rs Rename RTFM to RTIC 2020-06-11 17:18:29 +00:00
t-resource.rs Rename RTFM to RTIC 2020-06-11 17:18:29 +00:00
t-schedule.rs Examples: Clarify extern section 2020-06-26 23:53:11 +02:00
t-spawn.rs Examples: Clarify extern section 2020-06-26 23:53:11 +02:00
t-stask-main.rs Examples: Clarify extern section 2020-06-26 23:53:11 +02:00
task.rs Examples: Clarify extern section 2020-06-26 23:53:11 +02:00
types.rs Examples: Clarify extern section 2020-06-26 23:53:11 +02:00