File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,10 @@ real-time operating system (RTOS) kernel that is fully compatible with
11
11
the requirements of
12
12
[ Rate Monotonic Analysis/Scheduling (RMA/RMS)] ( https://youtu.be/kLxxXNCrY60 ) .
13
13
14
- <p align =" center " ><img src =" img/logo_sst_c-cpp.png " /></p >
14
+ <p align =" center " >
15
+ <a href =" https://youtu.be/PTcauYl994A " target =" _blank " title =" SST video " >
16
+ <img src =" img/logo_sst_c-cpp.png " /></p >
17
+ </a ></p >
15
18
16
19
The tasks in SST are non-blocking and run-to-completion, which are also known
17
20
as ** basic tasks** in the
@@ -56,6 +59,16 @@ The SST hardware implementation is likely the most performant and efficient
56
59
** hard-real time RTOS** kernel for ARM Cortex-M.
57
60
58
61
62
+ # SST Videos
63
+ SST has been presented at the Embedded Online Conference 2023 and the videos
64
+ are available on YouTube:
65
+
66
+ <p align =" center " >
67
+ <a href =" https://youtu.be/PTcauYl994A " target =" _blank " title =" SST video " >
68
+ <img src =" img/sst-video.jpg " />
69
+ </a ></p >
70
+
71
+
59
72
# SST History
60
73
SST has been originally published as a cover-story article
61
74
[ "Build a Super-Simple Tasker"] ( legacy/Super-Simple-Tasker.pdf ) in the
You can’t perform that action at this time.
0 commit comments