You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/readme.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,9 @@ to the powerful ARM(R)-based Raspberry Pi(R) single-board computer.
108
108
Example  Preemptive Multitasking.\
109
109
This example makes straightforward use of preemptive multitasking scheduling with a blinky-style application that features a main task and a low-priority background task.
110
110
111
+
Example  Preemptive Multitasking and an Advanced, Memory-Intensive Mathematical Calculation.\
112
+
In this example, advanced use of preemptive multitasking scheduling is used to combine a blinky-style application with a highly detailed and exciting calculation of the mathematical constant $\pi$ to high precision in the background task.
113
+
111
114
Example  Benchmarking Floating-Point Calculations.\
112
115
This example performs a variety of floating-point calculations of selected special functions of pure and applied mathematics.
0 commit comments