Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: updated tooling landscape design #9

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
354 changes: 351 additions & 3 deletions docs/_assets/score_tooling.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 12 additions & 12 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,31 +94,31 @@ High Level View on the Core Stack
The following high level architecture picture gives you an overview of the main platform building blocks
including hardware specific peripherals.

.. image:: _assets/score_architecture_high_level_overview.png
:width: 900
:alt: High level view on the core stack
:align: center
.. image:: _assets/score_architecture_high_level_overview.png
:width: 900
:alt: High level view on the core stack
:align: center

Target Picture of Core Stack - PRELIMINARY
==========================================

The following image shows platform architecture in more details including surroundings as
Board support package (BSP) and HW specific.

.. image:: _assets/score_architecture_core_stack_target_picture.png
:width: 900
:alt: Target picture the core stack (preliminary)
:align: center
.. image:: _assets/score_architecture_core_stack_target_picture.png
:width: 900
:alt: Target picture the core stack (preliminary)
:align: center

Infrastructure
**************

The tooling used in this project is depicted in the following figure.

.. image:: _assets/score_tooling.svg
:width: 600
:alt: Infrastructure overview
:align: center
.. image:: _assets/score_tooling.svg
:width: 800
:alt: Infrastructure overview
:align: center

In general, all tooling is made available as open source and comes either from other open source projects
or is developed in the context of the *SCORE* project. The whole infrastructure is based on a build system called
Expand Down