Skip to content

Commit e56eed8

Browse files
committed
doc: update title from 2018 to 2019, remove version specified string of toolchain
Signed-off-by: Yuguo Zou <[email protected]>
1 parent 04215d3 commit e56eed8

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

doc/documents/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959

6060
# General information about the project.
6161
project = u'embARC'
62-
copyright = u'2018, Synopsys'
62+
copyright = u'2019, Synopsys'
6363
author = u'Synopsys'
6464
today_fmt = '%Y'
6565

@@ -68,9 +68,9 @@
6868
# built documents.
6969
#
7070
# The short X.Y version.
71-
version = u'2018.12'
71+
version = u'2019.06'
7272
# The full version, including alpha/beta/rc tags.
73-
release = u'2018.12'
73+
release = u'2019.06'
7474

7575
# The language for content autogenerated by Sphinx. Refer to documentation
7676
# for a list of supported languages.

doc/documents/getting_started/getting_started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The embARC OSP platform supports, but not limited to, the following development
3737
* Microsoft Windows 10 / Windows 7
3838
* Ubuntu 16.04
3939

40-
Use the following procedure to create a new development environment
40+
Use the following procedure to create a new development environment. Please DO follow the instructions introduced in the document below in order to acquire third party middleware.
4141

4242
.. toctree::
4343
:maxdepth: 1

doc/documents/getting_started/software_requirement.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ Software Requirement
1717

1818
* MetaWare Toolkit
1919

20-
* `Premium MetaWare Development Toolkit (2018.12) <https://www.synopsys.com/dw/ipdir.php?ds=sw_metaware>`_
20+
* `Premium MetaWare Development Toolkit <https://www.synopsys.com/dw/ipdir.php?ds=sw_metaware>`_
2121
The DesignWare ARC MetaWare Development Toolkit builds upon a long legacy of industry-leading compiler and debugger products. It is a complete solution that contains all the components needed to support the development, debugging and tuning of embedded applications for the DesignWare ARC processors.
22-
* `DesignWare ARC MetaWare Toolkit Lite (2018.12) <https://www.synopsys.com/dw/ipdir.php?ds=sw_metaware>`_
22+
* `DesignWare ARC MetaWare Toolkit Lite <https://www.synopsys.com/dw/ipdir.php?ds=sw_metaware>`_
2323
A demonstration/evaluation version of the MetaWare Development Toolkit is available for free from the Synopsys website. MetaWare Lite is a functioning demonstration of the MetaWare Development Toolkit, but has a number of restrictions, including a code-size limit of 32 Kilobytes and no runtime library sources. It is available for Microsoft Windows only.
2424

2525
* ARC GNU Toolchain
2626

27-
* `Open Source ARC GNU IDE (2018.09) <https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases>`_
27+
* `Open Source ARC GNU IDE <https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases>`_
2828
The ARC GNU Toolchain offers all of the benefits of open source tools, including complete source code and a large install base. The ARC GNU IDE Installer consists of Eclipse IDE with `ARC GNU plugin for Eclipse <https://github.com/foss-for-synopsys-dwc-arc-processors/arc_gnu_eclipse/releases>`_, `ARC GNU prebuilt toolchain <https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases>`_ and `OpenOCD for ARC <https://github.com/foss-for-synopsys-dwc-arc-processors/openocd>`_
2929

3030
* `Digilent Adept Software <https://store.digilentinc.com/digilent-adept-2-download-only/>`_ for Digilent JTAG-USB cable driver

0 commit comments

Comments
 (0)