Skip to content

Commit

Permalink
website: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Oct 15, 2024
1 parent 5388bce commit fc1c158
Show file tree
Hide file tree
Showing 40 changed files with 267 additions and 273 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: GNU MCU Eclipse RISC-V Embedded GCC v7.1.1-1-20170702-* released
seo_title: Version 7.1.1-1-20170702-* released
description: Version 7.1.1-1-20170702-0625 is the first release of GNU MCU Eclipse RISC-V Embedded GCC.
keywords:
- xpack
Expand All @@ -16,26 +17,23 @@ tags:

# ----- Custom properties -----------------------------------------------------

app_name: "GNU MCU Eclipse RISC-V Embedded GCC"

download_url: https://github.com/gnu-mcu-eclipse/riscv-none-gcc/releases/tag/v7.1.1-1-20170702-0625/

---

<head>
<title>{frontMatter.title}</title>
<meta property="og:title" content={frontMatter.title} />
</head>
import {PageMetadata} from '@docusaurus/theme-common';
import Image from '@theme/IdealImage';
import CodeBlock from '@theme/CodeBlock';

Version **7.1.1-1-20170702-0625** is the first release.
Version **7.1.1-1-20170702-0625** is the first release of **GNU MCU Eclipse RISC-V Embedded GCC**. It includes binaries for Windows, macOS and GNU/Linux.

<!-- truncate -->

Version **7.1.1-1-20170702-0625** is the first **GNU MCU Eclipse RISC-V Embedded GCC** release. It includes binaries for Windows, macOS and GNU/Linux.
<PageMetadata title={frontMatter.seo_title} />

<!-- truncate -->
## Download

<p><a href={frontMatter.download_url}>Binary files »</a></p>
The binary files are available from <a href={frontMatter.download_url}>GitHub Releases</a>.

## Compliance

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: GNU MCU Eclipse RISC-V Embedded GCC v7.1.1-2-20170912-* released
seo_title: Version 7.1.1-2-20170912-* released
description: Version 7.1.1-2-20170912-2255 is a new release of GNU MCU Eclipse RISC-V Embedded GCC.
keywords:
- xpack
Expand All @@ -16,28 +17,27 @@ tags:

# ----- Custom properties -----------------------------------------------------

app_name: "GNU MCU Eclipse RISC-V Embedded GCC"

download_url: https://github.com/gnu-mcu-eclipse/riscv-none-gcc/releases/tag/v7.1.1-2-20170912/

---

<head>
<title>{frontMatter.title}</title>
<meta property="og:title" content={frontMatter.title} />
</head>
import {PageMetadata} from '@docusaurus/theme-common';
import Image from '@theme/IdealImage';
import CodeBlock from '@theme/CodeBlock';

Version **7.1.1-2-20170912-2255** is a new release.
Version **7.1.1-2-20170912-2255** is a new release of **GNU MCU Eclipse RISC-V Embedded GCC**.

<!-- truncate -->

Version **7.1.1-2-20170912-2255** is a new release of **GNU MCU Eclipse RISC-V Embedded GCC**; after the initial version of the `riscv64-unknown-elf` toolchain was released, it was discovered that it was intended more to applications that include a kernel-like environment, and less to bare-metal environments. This second release is intended to provide a temporary fix to this problem and make the toolchain more suitable for embedded bare-metal applications; for this it was necessary to to update to the latest newlib 2.5 release which uses 'underscore' syscall functions and to **remove the mandatory use of libgloss**. Hopefully the official toolchain distribution will follow shortly and use the same approach.
<PageMetadata title={frontMatter.seo_title} />

After the initial version of the `riscv64-unknown-elf` toolchain was released, it was discovered that it was intended more to applications that include a kernel-like environment, and less to bare-metal environments. This second release is intended to provide a temporary fix to this problem and make the toolchain more suitable for embedded bare-metal applications; for this it was necessary to to update to the latest newlib 2.5 release which uses 'underscore' syscall functions and to **remove the mandatory use of libgloss**. Hopefully the official toolchain distribution will follow shortly and use the same approach.

In addition, based on users request, support for a new `march=rv32imaf/mabi=ilp32f` library was added.

<!-- truncate -->
## Download

<p><a href={frontMatter.download_url}>Binary files »</a></p>
The binary files are available from <a href={frontMatter.download_url}>GitHub Releases</a>.

## Compliance

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: GNU MCU Eclipse RISC-V Embedded GCC v7.2.0-1-20171109 released
seo_title: Version 7.2.0-1-20171109 released
description: Version 7.2.0-1-20171109 is a new release of GNU MCU Eclipse RISC-V Embedded GCC.
keywords:
- xpack
Expand All @@ -16,28 +17,27 @@ tags:

# ----- Custom properties -----------------------------------------------------

app_name: "GNU MCU Eclipse RISC-V Embedded GCC"

download_url: https://github.com/gnu-mcu-eclipse/riscv-none-gcc/releases/tag/v7.2.0-1-20171109/

---

<head>
<title>{frontMatter.title}</title>
<meta property="og:title" content={frontMatter.title} />
</head>
import {PageMetadata} from '@docusaurus/theme-common';
import Image from '@theme/IdealImage';
import CodeBlock from '@theme/CodeBlock';

Version **7.2.0-1-20171109** is a new release.
Version **7.2.0-1-20171109** is a new release of **GNU MCU Eclipse RISC-V Embedded GCC**.

<!-- truncate -->

Version **7.2.0-1-20171109** is a new release of **GNU MCU Eclipse RISC-V Embedded GCC**; the main improvement is in GDB, which no longer returns the 4096 CSRs together with the general registers. In contrast to the `riscv64-unknown-elf` toolchain, this toolchain is clearly intended for bare-metal embedded applications; for this it was necessary to update to the latest newlib 2.5 release which uses 'underscore' syscall functions and to **remove the mandatory use of libgloss**.
<PageMetadata title={frontMatter.seo_title} />

The main improvement is in GDB, which no longer returns the 4096 CSRs together with the general registers. In contrast to the `riscv64-unknown-elf` toolchain, this toolchain is clearly intended for bare-metal embedded applications; for this it was necessary to update to the latest newlib 2.5 release which uses 'underscore' syscall functions and to **remove the mandatory use of libgloss**.

To avoid any confusions with the `riscv64-unknown-elf` toolchain, this toolchain was renamed to the more appropriate `riscv-none-embedded-`.

<!-- truncate -->
## Download

<p><a href={frontMatter.download_url}>Binary files »</a></p>
The binary files are available from <a href={frontMatter.download_url}>GitHub Releases</a>.

## Compliance

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: GNU MCU Eclipse RISC-V Embedded GCC v7.2.0-2-20180111 released
seo_title: Version 7.2.0-2-20180111 released
description: Version 7.2.0-2-20180111 is a maintenance release of GNU MCU Eclipse RISC-V Embedded GCC.
keywords:
- xpack
Expand All @@ -16,26 +17,23 @@ tags:

# ----- Custom properties -----------------------------------------------------

app_name: "GNU MCU Eclipse RISC-V Embedded GCC"

download_url: https://github.com/gnu-mcu-eclipse/riscv-none-gcc/releases/tag/v7.2.0-2-20180110/

---

<head>
<title>{frontMatter.title}</title>
<meta property="og:title" content={frontMatter.title} />
</head>
import {PageMetadata} from '@docusaurus/theme-common';
import Image from '@theme/IdealImage';
import CodeBlock from '@theme/CodeBlock';

Version **7.2.0-2-20180111** is a maintenance release.
Version **7.2.0-2-20180111** is a maintenance release of **GNU MCU Eclipse RISC-V Embedded GCC**; it updates to the latest RISC-V sources and the build process was improved, to support even older GNU/Linux machines and processors.

<!-- truncate -->

Version **7.2.0-2-20180111** is a maintenance release of **GNU MCU Eclipse RISC-V Embedded GCC**; it updates to the latest RISC-V sources and the build process was improved, to support even older GNU/Linux machines and processors.
<PageMetadata title={frontMatter.seo_title} />

<!-- truncate -->
## Download

<p><a href={frontMatter.download_url}>Binary files »</a></p>
The binary files are available from <a href={frontMatter.download_url}>GitHub Releases</a>.

## Compliance

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: GNU MCU Eclipse RISC-V Embedded GCC v7.2.0-3-20180506 released
seo_title: Version 7.2.0-3-20180506 released
description: Version 7.2.0-3-20180506 is a maintenance release of GNU MCU Eclipse RISC-V Embedded GCC.
keywords:
- xpack
Expand All @@ -16,29 +17,23 @@ tags:

# ----- Custom properties -----------------------------------------------------

app_name: "GNU MCU Eclipse RISC-V Embedded GCC"

download_url: https://github.com/gnu-mcu-eclipse/riscv-none-gcc/releases/tag/v7.2.0-3-20180506/

---

<head>
<title>{frontMatter.title}</title>
<meta property="og:title" content={frontMatter.title} />
</head>
import {PageMetadata} from '@docusaurus/theme-common';
import Image from '@theme/IdealImage';
import CodeBlock from '@theme/CodeBlock';

Version **7.2.0-3-20180506** is a maintenance release.
Version **7.2.0-3-20180506** is a maintenance release of **GNU MCU Eclipse RISC-V Embedded GCC**; it updates to the latest RISC-V sources and the build process was improved, to add `gdb-py` and to support even older GNU/Linux machines and processors.

<!-- truncate -->

Version **7.2.0-3-20180506** is a maintenance release of **GNU MCU Eclipse
RISC-V Embedded GCC**; it updates to the latest RISC-V sources and the
build process was improved, to add `gdb-py` and to support even older
GNU/Linux machines and processors.
<PageMetadata title={frontMatter.seo_title} />

<!-- truncate -->
## Download

<p><a href={frontMatter.download_url}>Binary files »</a></p>
The binary files are available from <a href={frontMatter.download_url}>GitHub Releases</a>.

## Compliance

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: GNU MCU Eclipse RISC-V Embedded GCC v7.2.0-4-20180606 released
seo_title: Version 7.2.0-4-20180606 released
description: Version 7.2.0-4-20180606 is a maintenance release of GNU MCU Eclipse RISC-V Embedded GCC.
keywords:
- xpack
Expand All @@ -16,27 +17,23 @@ tags:

# ----- Custom properties -----------------------------------------------------

app_name: "GNU MCU Eclipse RISC-V Embedded GCC"

download_url: https://github.com/gnu-mcu-eclipse/riscv-none-gcc/releases/tag/v7.2.0-4-20180606/

---

<head>
<title>{frontMatter.title}</title>
<meta property="og:title" content={frontMatter.title} />
</head>
import {PageMetadata} from '@docusaurus/theme-common';
import Image from '@theme/IdealImage';
import CodeBlock from '@theme/CodeBlock';

Version **7.2.0-4-20180606** is a maintenance release.
Version **7.2.0-4-20180606** is a maintenance release of **GNU MCU Eclipse RISC-V Embedded GCC**; it builds the libraries with `-mcmodel=medany`.

<!-- truncate -->

Version **7.2.0-4-20180606** is a maintenance release of **GNU MCU Eclipse
RISC-V Embedded GCC**; it builds the libraries with `-mcmodel=medany`.
<PageMetadata title={frontMatter.seo_title} />

<!-- truncate -->
## Download

<p><a href={frontMatter.download_url}>Binary files »</a></p>
The binary files are available from <a href={frontMatter.download_url}>GitHub Releases</a>.

## Compliance

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: GNU MCU Eclipse RISC-V Embedded GCC v8.1.0-2-20181019 released
seo_title: Version 8.1.0-2-20181019 released
description: Version 8.1.0-2-20181019 is a maintenance release of GNU MCU Eclipse RISC-V Embedded GCC.
keywords:
- xpack
Expand All @@ -16,27 +17,23 @@ tags:

# ----- Custom properties -----------------------------------------------------

app_name: "GNU MCU Eclipse RISC-V Embedded GCC"

download_url: https://github.com/gnu-mcu-eclipse/riscv-none-gcc/releases/tag/v8.1.0-2-20181019/

---

<head>
<title>{frontMatter.title}</title>
<meta property="og:title" content={frontMatter.title} />
</head>
import {PageMetadata} from '@docusaurus/theme-common';
import Image from '@theme/IdealImage';
import CodeBlock from '@theme/CodeBlock';

Version **8.1.0-2-20181019** is a maintenance release.
Version **8.1.0-2-20181019** is a maintenance release of **GNU MCU Eclipse RISC-V Embedded GCC**.

<!-- truncate -->

Version **8.1.0-2-20181019** is a maintenance release of **GNU MCU Eclipse
RISC-V Embedded GCC**.
<PageMetadata title={frontMatter.seo_title} />

<!-- truncate -->
## Download

<p><a href={frontMatter.download_url}>Binary files »</a></p>
The binary files are available from <a href={frontMatter.download_url}>GitHub Releases</a>.

## Compliance

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: GNU MCU Eclipse RISC-V Embedded GCC v8.2.0-2.1 20190425 released
seo_title: Version 8.2.0-2.1 20190425 released
description: Version 8.2.0-2.1-20190425 is a maintenance release of GNU MCU Eclipse RISC-V Embedded GCC.
keywords:
- xpack
Expand All @@ -16,27 +17,23 @@ tags:

# ----- Custom properties -----------------------------------------------------

app_name: "GNU MCU Eclipse RISC-V Embedded GCC"

download_url: https://github.com/gnu-mcu-eclipse/riscv-none-gcc/releases/tag/v8.2.0-2.1-20190425/

---

<head>
<title>{frontMatter.title}</title>
<meta property="og:title" content={frontMatter.title} />
</head>
import {PageMetadata} from '@docusaurus/theme-common';
import Image from '@theme/IdealImage';
import CodeBlock from '@theme/CodeBlock';

Version **8.2.0-2.1-20190425** is a maintenance release.
Version **8.2.0-2.1-20190425** is a maintenance release of **GNU MCU Eclipse RISC-V Embedded GCC**.

<!-- truncate -->

Version **8.2.0-2.1-20190425** is a maintenance release of **GNU MCU Eclipse
RISC-V Embedded GCC**.
<PageMetadata title={frontMatter.seo_title} />

<!-- truncate -->
## Download

<p><a href={frontMatter.download_url}>Binary files »</a></p>
The binary files are available from <a href={frontMatter.download_url}>GitHub Releases</a>.

## Compliance

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: GNU MCU Eclipse RISC-V Embedded GCC v8.2.0-2.2 20190521 released
seo_title: Version 8.2.0-2.2 20190521 released
description: Version 8.2.0-2.2-20190521 is a maintenance release of GNU MCU Eclipse RISC-V Embedded GCC.
keywords:
- xpack
Expand All @@ -16,27 +17,23 @@ tags:

# ----- Custom properties -----------------------------------------------------

app_name: "GNU MCU Eclipse RISC-V Embedded GCC"

download_url: https://github.com/gnu-mcu-eclipse/riscv-none-gcc/releases/tag/v8.2.0-2.2-20190521/

---

<head>
<title>{frontMatter.title}</title>
<meta property="og:title" content={frontMatter.title} />
</head>
import {PageMetadata} from '@docusaurus/theme-common';
import Image from '@theme/IdealImage';
import CodeBlock from '@theme/CodeBlock';

Version **8.2.0-2.2-20190521** is a maintenance release.
Version **8.2.0-2.2-20190521** is a maintenance release of **GNU MCU Eclipse RISC-V Embedded GCC**, that fixes the previous bug affecting GDB on macOS.

<!-- truncate -->

Version **8.2.0-2.2-20190521** is a maintenance release of **GNU MCU Eclipse
RISC-V Embedded GCC**, that fixes the previous bug affecting GDB on macOS.
<PageMetadata title={frontMatter.seo_title} />

<!-- truncate -->
## Download

<p><a href={frontMatter.download_url}>Binary files »</a></p>
The binary files are available from <a href={frontMatter.download_url}>GitHub Releases</a>.

## Compliance

Expand Down
Loading

0 comments on commit fc1c158

Please sign in to comment.