aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar bors[bot] <26634292+bors[bot]@users.noreply.github.com> 2020-11-17 05:48:53 +0000
committerGravatar GitHub <noreply@github.com> 2020-11-17 05:48:53 +0000
commit4b5ed2d447a31f45fc13b27c5caf52c2fe0fcacf (patch)
tree00024136453ca04b3dc4a1f6753b6a11f12d1edf
parent53b2454799830cd424bf8b293e2106249bf0b4d5 (diff)
parent3aeb91bad6ab718462192d02f7c5747c1619e2f0 (diff)
downloadrtic-4b5ed2d447a31f45fc13b27c5caf52c2fe0fcacf.tar.gz
rtic-4b5ed2d447a31f45fc13b27c5caf52c2fe0fcacf.tar.zst
rtic-4b5ed2d447a31f45fc13b27c5caf52c2fe0fcacf.zip
Merge #419
419: Add the logo to the book preface r=korken89 a=AfoHT Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
-rw-r--r--book/en/src/RTIC.pngbin0 -> 40955 bytes
-rw-r--r--book/en/src/preface.md4
2 files changed, 4 insertions, 0 deletions
diff --git a/book/en/src/RTIC.png b/book/en/src/RTIC.png
new file mode 100644
index 00000000..6ef6fcdb
--- /dev/null
+++ b/book/en/src/RTIC.png
Binary files differ
diff --git a/book/en/src/preface.md b/book/en/src/preface.md
index a0b05240..a58c2f34 100644
--- a/book/en/src/preface.md
+++ b/book/en/src/preface.md
@@ -1,3 +1,7 @@
+<p align="center">
+ <img width="300" height="300" src="RTIC.png">
+</p>
+
<h1 align="center">Real-Time Interrupt-driven Concurrency</h1>
<p align="center">A concurrency framework for building real-time systems</p>