summaryrefslogtreecommitdiffstats
path: root/doc/daily_work.rst
diff options
context:
space:
mode:
authorEnrico Joerns <e.joerns@tu-bs.de>2015-06-03 10:25:01 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-12-03 22:37:00 +0100
commit5c0a1d41072ff15d284de09ab7b98feacadb6d62 (patch)
treec8300bc6acd9c5147e68167800e358fa54f854ae /doc/daily_work.rst
parentf00259e6c2fc4ef8eebe685a84977435fa5af736 (diff)
downloadptxdist-5c0a1d41072ff15d284de09ab7b98feacadb6d62.tar.gz
ptxdist-5c0a1d41072ff15d284de09ab7b98feacadb6d62.tar.xz
doc: remove non-working gup image references and thanks file
Signed-off-by: Enrico Joerns <e.joerns@tu-bs.de>
Diffstat (limited to 'doc/daily_work.rst')
-rw-r--r--doc/daily_work.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/daily_work.rst b/doc/daily_work.rst
index 6e81791b6..97bdb9320 100644
--- a/doc/daily_work.rst
+++ b/doc/daily_work.rst
@@ -210,8 +210,6 @@ hint on what is going wrong (it might not be the final solution).
Debugging with CPU emulation
----------------------------
-|image|
-
If we do not need some target related feature to run our application, we
can also debug it through a simple CPU emulation. Thanks to QEMU we can
run ELF binaries for other architectures than our build host is.
@@ -347,8 +345,6 @@ Modern host systems are providing more than one CPU core. To make use of
this additionally computing power recent applications should do their
work in parallel.
-|image|
-
Using available CPU Cores
~~~~~~~~~~~~~~~~~~~~~~~~~