Skip to content

Commit de45bb8

Browse files
committed
2.2.1
Added SST videos to README.md
1 parent 1e0fd99 commit de45bb8

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ real-time operating system (RTOS) kernel that is fully compatible with
1111
the requirements of
1212
[Rate Monotonic Analysis/Scheduling (RMA/RMS)](https://youtu.be/kLxxXNCrY60).
1313

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>
1518

1619
The tasks in SST are non-blocking and run-to-completion, which are also known
1720
as **basic tasks** in the
@@ -56,6 +59,16 @@ The SST hardware implementation is likely the most performant and efficient
5659
**hard-real time RTOS** kernel for ARM Cortex-M.
5760

5861

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+
5972
# SST History
6073
SST has been originally published as a cover-story article
6174
["Build a Super-Simple Tasker"](legacy/Super-Simple-Tasker.pdf) in the

img/YouTube-Play.png

165 KB
Loading

img/sst-video.jpg

342 KB
Loading

0 commit comments

Comments
 (0)