aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuji Mano <yuji.mano@am.sony.com>2008-12-19 03:59:39 -0800
committerGeoff Levand <geoffrey.levand@am.sony.com>2008-12-23 11:25:26 -0800
commitb166b87d45a74265baa8749acf062e45b103a70f (patch)
tree3ad1e046398c811ff6e0b21ae64292a777597c78
parent927c69fbf605b350f847d1c8e815e807513cdc56 (diff)
downloadmars-src-b166b87d45a74265baa8749acf062e45b103a70f.tar.gz
doxygen: Import converted PNG
Signed-off-by: Yuji Mano <yuji.mano@am.sony.com>
-rw-r--r--doxygen/Makefile12
-rw-r--r--doxygen/src/img_context.pngbin0 -> 106990 bytes
-rw-r--r--doxygen/src/img_host_centric.pngbin0 -> 24191 bytes
-rw-r--r--doxygen/src/img_host_library.pngbin0 -> 6185 bytes
-rw-r--r--doxygen/src/img_kernel.pngbin0 -> 41876 bytes
-rw-r--r--doxygen/src/img_mpu_centric.pngbin0 -> 22887 bytes
-rw-r--r--doxygen/src/img_mpu_library.pngbin0 -> 6228 bytes
-rw-r--r--doxygen/src/img_multicore.pngbin0 -> 23805 bytes
-rw-r--r--doxygen/src/img_mutex.pngbin0 -> 31146 bytes
-rw-r--r--doxygen/src/img_sequence.pngbin0 -> 55862 bytes
-rw-r--r--doxygen/src/img_task_barrier.pngbin0 -> 51534 bytes
-rw-r--r--doxygen/src/img_task_event_flag.pngbin0 -> 51488 bytes
-rw-r--r--doxygen/src/img_task_overview.pngbin0 -> 69965 bytes
-rw-r--r--doxygen/src/img_task_queue.pngbin0 -> 50834 bytes
-rw-r--r--doxygen/src/img_task_semaphore.pngbin0 -> 34964 bytes
-rw-r--r--doxygen/src/img_task_signal.pngbin0 -> 35166 bytes
-rw-r--r--doxygen/src/img_task_switch.pngbin0 -> 29210 bytes
-rw-r--r--doxygen/src/img_task_switch_full.pngbin0 -> 21922 bytes
-rw-r--r--doxygen/src/img_task_switch_partial.pngbin0 -> 27772 bytes
-rw-r--r--doxygen/src/img_task_sync.pngbin0 -> 38490 bytes
-rw-r--r--doxygen/src/img_task_sync_benefits.pngbin0 -> 63585 bytes
-rw-r--r--doxygen/src/img_workload.pngbin0 -> 20769 bytes
-rw-r--r--doxygen/src/img_workload_model_host_library.pngbin0 -> 8671 bytes
-rw-r--r--doxygen/src/img_workload_model_host_sequence.ink.pngbin0 -> 56599 bytes
-rw-r--r--doxygen/src/img_workload_model_host_sequence.pngbin0 -> 56599 bytes
-rw-r--r--doxygen/src/img_workload_model_module.pngbin0 -> 14286 bytes
-rw-r--r--doxygen/src/img_workload_model_mpu_library.pngbin0 -> 13165 bytes
-rw-r--r--doxygen/src/img_workload_model_mpu_sequence.pngbin0 -> 46509 bytes
-rw-r--r--doxygen/src/img_workload_module.pngbin0 -> 27040 bytes
-rw-r--r--doxygen/src/img_workload_queue.pngbin0 -> 48260 bytes
30 files changed, 7 insertions, 5 deletions
diff --git a/doxygen/Makefile b/doxygen/Makefile
index 7daafb1..fdc43d0 100644
--- a/doxygen/Makefile
+++ b/doxygen/Makefile
@@ -48,9 +48,9 @@ all: clean
@cp $(DOXY_SRC_DIR)/$(DOXY_LICENSE) $(DOXY_PACKAGE)
# Convert SVG images to PNG images
- @for img in $(DOXY_SRC_IMAGES); \
- do $(RSVG_CONVERT) -f png -o $$img.png $$img.svg || exit 1; \
- done
+# @for img in $(DOXY_SRC_IMAGES); \
+# do $(RSVG_CONVERT) -f png -o $$img.png $$img.svg || exit 1; \
+# done
# Create doxygen doc
@sed \
@@ -62,10 +62,12 @@ all: clean
@doxygen $(DOXY_CONFIG)
# Remove generated files
- @rm $(DOXY_CONFIG) $(DOXY_SRC_DIR)/*.png
+ @rm $(DOXY_CONFIG)
+# @rm $(DOXY_SRC_DIR)/*.png
clean:
- @rm -rf $(DOXY_PACKAGE) $(DOXY_CONFIG) $(DOXY_SRC_DIR)/*.png
+ @rm -rf $(DOXY_PACKAGE) $(DOXY_CONFIG)
+# $(DOXY_SRC_DIR)/*.png
docs: all
diff --git a/doxygen/src/img_context.png b/doxygen/src/img_context.png
new file mode 100644
index 0000000..2d80b0f
--- /dev/null
+++ b/doxygen/src/img_context.png
Binary files differ
diff --git a/doxygen/src/img_host_centric.png b/doxygen/src/img_host_centric.png
new file mode 100644
index 0000000..cf25156
--- /dev/null
+++ b/doxygen/src/img_host_centric.png
Binary files differ
diff --git a/doxygen/src/img_host_library.png b/doxygen/src/img_host_library.png
new file mode 100644
index 0000000..4d91d86
--- /dev/null
+++ b/doxygen/src/img_host_library.png
Binary files differ
diff --git a/doxygen/src/img_kernel.png b/doxygen/src/img_kernel.png
new file mode 100644
index 0000000..0a24fa2
--- /dev/null
+++ b/doxygen/src/img_kernel.png
Binary files differ
diff --git a/doxygen/src/img_mpu_centric.png b/doxygen/src/img_mpu_centric.png
new file mode 100644
index 0000000..9d9ac81
--- /dev/null
+++ b/doxygen/src/img_mpu_centric.png
Binary files differ
diff --git a/doxygen/src/img_mpu_library.png b/doxygen/src/img_mpu_library.png
new file mode 100644
index 0000000..07fe10e
--- /dev/null
+++ b/doxygen/src/img_mpu_library.png
Binary files differ
diff --git a/doxygen/src/img_multicore.png b/doxygen/src/img_multicore.png
new file mode 100644
index 0000000..c3089d1
--- /dev/null
+++ b/doxygen/src/img_multicore.png
Binary files differ
diff --git a/doxygen/src/img_mutex.png b/doxygen/src/img_mutex.png
new file mode 100644
index 0000000..1bf210e
--- /dev/null
+++ b/doxygen/src/img_mutex.png
Binary files differ
diff --git a/doxygen/src/img_sequence.png b/doxygen/src/img_sequence.png
new file mode 100644
index 0000000..d204ba5
--- /dev/null
+++ b/doxygen/src/img_sequence.png
Binary files differ
diff --git a/doxygen/src/img_task_barrier.png b/doxygen/src/img_task_barrier.png
new file mode 100644
index 0000000..4985b18
--- /dev/null
+++ b/doxygen/src/img_task_barrier.png
Binary files differ
diff --git a/doxygen/src/img_task_event_flag.png b/doxygen/src/img_task_event_flag.png
new file mode 100644
index 0000000..cae4aca
--- /dev/null
+++ b/doxygen/src/img_task_event_flag.png
Binary files differ
diff --git a/doxygen/src/img_task_overview.png b/doxygen/src/img_task_overview.png
new file mode 100644
index 0000000..fc9db52
--- /dev/null
+++ b/doxygen/src/img_task_overview.png
Binary files differ
diff --git a/doxygen/src/img_task_queue.png b/doxygen/src/img_task_queue.png
new file mode 100644
index 0000000..c1f0cd8
--- /dev/null
+++ b/doxygen/src/img_task_queue.png
Binary files differ
diff --git a/doxygen/src/img_task_semaphore.png b/doxygen/src/img_task_semaphore.png
new file mode 100644
index 0000000..cd1823a
--- /dev/null
+++ b/doxygen/src/img_task_semaphore.png
Binary files differ
diff --git a/doxygen/src/img_task_signal.png b/doxygen/src/img_task_signal.png
new file mode 100644
index 0000000..5c4bedf
--- /dev/null
+++ b/doxygen/src/img_task_signal.png
Binary files differ
diff --git a/doxygen/src/img_task_switch.png b/doxygen/src/img_task_switch.png
new file mode 100644
index 0000000..aec1ca3
--- /dev/null
+++ b/doxygen/src/img_task_switch.png
Binary files differ
diff --git a/doxygen/src/img_task_switch_full.png b/doxygen/src/img_task_switch_full.png
new file mode 100644
index 0000000..a9d44d1
--- /dev/null
+++ b/doxygen/src/img_task_switch_full.png
Binary files differ
diff --git a/doxygen/src/img_task_switch_partial.png b/doxygen/src/img_task_switch_partial.png
new file mode 100644
index 0000000..b5f0afa
--- /dev/null
+++ b/doxygen/src/img_task_switch_partial.png
Binary files differ
diff --git a/doxygen/src/img_task_sync.png b/doxygen/src/img_task_sync.png
new file mode 100644
index 0000000..f93b5bf
--- /dev/null
+++ b/doxygen/src/img_task_sync.png
Binary files differ
diff --git a/doxygen/src/img_task_sync_benefits.png b/doxygen/src/img_task_sync_benefits.png
new file mode 100644
index 0000000..ecdc833
--- /dev/null
+++ b/doxygen/src/img_task_sync_benefits.png
Binary files differ
diff --git a/doxygen/src/img_workload.png b/doxygen/src/img_workload.png
new file mode 100644
index 0000000..e779756
--- /dev/null
+++ b/doxygen/src/img_workload.png
Binary files differ
diff --git a/doxygen/src/img_workload_model_host_library.png b/doxygen/src/img_workload_model_host_library.png
new file mode 100644
index 0000000..733b4e3
--- /dev/null
+++ b/doxygen/src/img_workload_model_host_library.png
Binary files differ
diff --git a/doxygen/src/img_workload_model_host_sequence.ink.png b/doxygen/src/img_workload_model_host_sequence.ink.png
new file mode 100644
index 0000000..4bfa357
--- /dev/null
+++ b/doxygen/src/img_workload_model_host_sequence.ink.png
Binary files differ
diff --git a/doxygen/src/img_workload_model_host_sequence.png b/doxygen/src/img_workload_model_host_sequence.png
new file mode 100644
index 0000000..4bfa357
--- /dev/null
+++ b/doxygen/src/img_workload_model_host_sequence.png
Binary files differ
diff --git a/doxygen/src/img_workload_model_module.png b/doxygen/src/img_workload_model_module.png
new file mode 100644
index 0000000..c58ded4
--- /dev/null
+++ b/doxygen/src/img_workload_model_module.png
Binary files differ
diff --git a/doxygen/src/img_workload_model_mpu_library.png b/doxygen/src/img_workload_model_mpu_library.png
new file mode 100644
index 0000000..7049f9e
--- /dev/null
+++ b/doxygen/src/img_workload_model_mpu_library.png
Binary files differ
diff --git a/doxygen/src/img_workload_model_mpu_sequence.png b/doxygen/src/img_workload_model_mpu_sequence.png
new file mode 100644
index 0000000..ccfb2e1
--- /dev/null
+++ b/doxygen/src/img_workload_model_mpu_sequence.png
Binary files differ
diff --git a/doxygen/src/img_workload_module.png b/doxygen/src/img_workload_module.png
new file mode 100644
index 0000000..d0d16ba
--- /dev/null
+++ b/doxygen/src/img_workload_module.png
Binary files differ
diff --git a/doxygen/src/img_workload_queue.png b/doxygen/src/img_workload_queue.png
new file mode 100644
index 0000000..8beaf84
--- /dev/null
+++ b/doxygen/src/img_workload_queue.png
Binary files differ