From fc1c15872a53926828100b8732a1ec2272f03f09 Mon Sep 17 00:00:00 2001 From: Liviu Ionescu Date: Tue, 15 Oct 2024 19:30:53 +0300 Subject: [PATCH] website: updates --- ...cv-none-gcc-v7-1-1-1-20170702-released.mdx | 18 +++++------- ...cv-none-gcc-v7-1-1-2-20170912-released.mdx | 20 ++++++------- ...cv-none-gcc-v7-2-0-1-20171109-released.mdx | 20 ++++++------- ...cv-none-gcc-v7-2-0-2-20180111-released.mdx | 18 +++++------- ...cv-none-gcc-v7-2-0-3-20180506-released.mdx | 21 +++++--------- ...cv-none-gcc-v7-2-0-4-20180606-released.mdx | 19 +++++------- ...cv-none-gcc-v8-1-0-2-20181019-released.mdx | 19 +++++------- ...-none-gcc-v8-2-0-2-1-20190425-released.mdx | 19 +++++------- ...-none-gcc-v8-2-0-2-2-20190521-released.mdx | 19 +++++------- ...scv-none-embed-gcc-v8-2-0-3-1-released.mdx | 11 ++++--- ...scv-none-embed-gcc-v8-3-0-1-1-released.mdx | 11 ++++--- ...scv-none-embed-gcc-v8-3-0-1-2-released.mdx | 11 ++++--- ...scv-none-embed-gcc-v8-3-0-2-1-released.mdx | 11 ++++--- ...scv-none-embed-gcc-v8-3-0-2-2-released.mdx | 11 ++++--- ...scv-none-embed-gcc-v8-3-0-2-3-released.mdx | 11 ++++--- ...cv-none-embed-gcc-v10-1-0-1-1-released.mdx | 11 ++++--- ...cv-none-embed-gcc-v10-1-0-1-2-released.mdx | 11 ++++--- ...cv-none-embed-gcc-v10-2-0-1-1-released.mdx | 11 ++++--- ...cv-none-embed-gcc-v10-2-0-1-2-released.mdx | 11 ++++--- ...-riscv-none-elf-gcc-v11-3-0-1-released.mdx | 11 ++++--- ...-riscv-none-elf-gcc-v12-1-0-1-released.mdx | 11 ++++--- ...-riscv-none-elf-gcc-v12-1-0-2-released.mdx | 11 ++++--- ...-riscv-none-elf-gcc-v12-2-0-1-released.mdx | 11 ++++--- ...-riscv-none-elf-gcc-v12-2-0-3-released.mdx | 11 ++++--- ...-riscv-none-elf-gcc-v13-2-0-1-released.mdx | 11 ++++--- ...-riscv-none-elf-gcc-v12-3-0-1-released.mdx | 11 ++++--- ...-riscv-none-elf-gcc-v12-3-0-2-released.mdx | 11 ++++--- ...-riscv-none-elf-gcc-v13-2-0-2-released.mdx | 11 ++++--- ...-riscv-none-elf-gcc-v14-1-0-1-released.mdx | 11 ++++--- ...-riscv-none-elf-gcc-v13-3-0-1-released.mdx | 11 ++++--- ...-riscv-none-elf-gcc-v12-4-0-1-released.mdx | 11 ++++--- ...-riscv-none-elf-gcc-v11-5-0-1-released.mdx | 11 ++++--- ...28-web-site.md => 2024-07-28-web-site.mdx} | 5 +++- ...7-riscv-none-elf-gcc-v14-2-0-1-released.md | 13 +++++---- ...-riscv-none-elf-gcc-v11-5-0-2-released.mdx | 13 +++++---- ...-riscv-none-elf-gcc-v12-4-0-2-released.mdx | 13 +++++---- ...-riscv-none-elf-gcc-v13-3-0-2-released.mdx | 13 +++++---- ...-riscv-none-elf-gcc-v14-2-0-2-released.mdx | 13 +++++---- .../blog-post-release-part-1-liquid.mdx | 15 +++++----- website/src/components/HeadTitle/index.tsx | 29 +++++++++++++++++++ 40 files changed, 267 insertions(+), 273 deletions(-) rename website/blog/{2024-07-28-web-site.md => 2024-07-28-web-site.mdx} (87%) create mode 100644 website/src/components/HeadTitle/index.tsx diff --git a/website/blog/2017-07-02-riscv-none-gcc-v7-1-1-1-20170702-released.mdx b/website/blog/2017-07-02-riscv-none-gcc-v7-1-1-1-20170702-released.mdx index 2b1f49c..b90c0b8 100644 --- a/website/blog/2017-07-02-riscv-none-gcc-v7-1-1-1-20170702-released.mdx +++ b/website/blog/2017-07-02-riscv-none-gcc-v7-1-1-1-20170702-released.mdx @@ -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 @@ -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/ --- - - {frontMatter.title} - - +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. -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. + - +## Download -

Binary files »

+The binary files are available from GitHub Releases. ## Compliance diff --git a/website/blog/2017-09-13-riscv-none-gcc-v7-1-1-2-20170912-released.mdx b/website/blog/2017-09-13-riscv-none-gcc-v7-1-1-2-20170912-released.mdx index 6bd2e25..97a9d9d 100644 --- a/website/blog/2017-09-13-riscv-none-gcc-v7-1-1-2-20170912-released.mdx +++ b/website/blog/2017-09-13-riscv-none-gcc-v7-1-1-2-20170912-released.mdx @@ -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 @@ -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/ --- - - {frontMatter.title} - - +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**. -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. + + +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. - +## Download -

Binary files »

+The binary files are available from GitHub Releases. ## Compliance diff --git a/website/blog/2017-11-09-riscv-none-gcc-v7-2-0-1-20171109-released.mdx b/website/blog/2017-11-09-riscv-none-gcc-v7-2-0-1-20171109-released.mdx index a8325e4..ebce4a7 100644 --- a/website/blog/2017-11-09-riscv-none-gcc-v7-2-0-1-20171109-released.mdx +++ b/website/blog/2017-11-09-riscv-none-gcc-v7-2-0-1-20171109-released.mdx @@ -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 @@ -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/ --- - - {frontMatter.title} - - +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**. -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**. + + +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-`. - +## Download -

Binary files »

+The binary files are available from GitHub Releases. ## Compliance diff --git a/website/blog/2018-01-13-riscv-none-gcc-v7-2-0-2-20180111-released.mdx b/website/blog/2018-01-13-riscv-none-gcc-v7-2-0-2-20180111-released.mdx index f80f4f4..577e5e0 100644 --- a/website/blog/2018-01-13-riscv-none-gcc-v7-2-0-2-20180111-released.mdx +++ b/website/blog/2018-01-13-riscv-none-gcc-v7-2-0-2-20180111-released.mdx @@ -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 @@ -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/ --- - - {frontMatter.title} - - +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. -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. + - +## Download -

Binary files »

+The binary files are available from GitHub Releases. ## Compliance diff --git a/website/blog/2018-05-06-riscv-none-gcc-v7-2-0-3-20180506-released.mdx b/website/blog/2018-05-06-riscv-none-gcc-v7-2-0-3-20180506-released.mdx index 22f34d8..cdce835 100644 --- a/website/blog/2018-05-06-riscv-none-gcc-v7-2-0-3-20180506-released.mdx +++ b/website/blog/2018-05-06-riscv-none-gcc-v7-2-0-3-20180506-released.mdx @@ -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 @@ -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/ --- - - {frontMatter.title} - - +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. -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. + - +## Download -

Binary files »

+The binary files are available from GitHub Releases. ## Compliance diff --git a/website/blog/2018-06-06-riscv-none-gcc-v7-2-0-4-20180606-released.mdx b/website/blog/2018-06-06-riscv-none-gcc-v7-2-0-4-20180606-released.mdx index 729fbb5..16f873b 100644 --- a/website/blog/2018-06-06-riscv-none-gcc-v7-2-0-4-20180606-released.mdx +++ b/website/blog/2018-06-06-riscv-none-gcc-v7-2-0-4-20180606-released.mdx @@ -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 @@ -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/ --- - - {frontMatter.title} - - +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`. -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`. + - +## Download -

Binary files »

+The binary files are available from GitHub Releases. ## Compliance diff --git a/website/blog/2018-10-19-riscv-none-gcc-v8-1-0-2-20181019-released.mdx b/website/blog/2018-10-19-riscv-none-gcc-v8-1-0-2-20181019-released.mdx index aa57c92..0064f62 100644 --- a/website/blog/2018-10-19-riscv-none-gcc-v8-1-0-2-20181019-released.mdx +++ b/website/blog/2018-10-19-riscv-none-gcc-v8-1-0-2-20181019-released.mdx @@ -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 @@ -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/ --- - - {frontMatter.title} - - +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**. -Version **8.1.0-2-20181019** is a maintenance release of **GNU MCU Eclipse -RISC-V Embedded GCC**. + - +## Download -

Binary files »

+The binary files are available from GitHub Releases. ## Compliance diff --git a/website/blog/2019-04-25-riscv-none-gcc-v8-2-0-2-1-20190425-released.mdx b/website/blog/2019-04-25-riscv-none-gcc-v8-2-0-2-1-20190425-released.mdx index 5536296..d177847 100644 --- a/website/blog/2019-04-25-riscv-none-gcc-v8-2-0-2-1-20190425-released.mdx +++ b/website/blog/2019-04-25-riscv-none-gcc-v8-2-0-2-1-20190425-released.mdx @@ -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 @@ -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/ --- - - {frontMatter.title} - - +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**. -Version **8.2.0-2.1-20190425** is a maintenance release of **GNU MCU Eclipse -RISC-V Embedded GCC**. + - +## Download -

Binary files »

+The binary files are available from GitHub Releases. ## Compliance diff --git a/website/blog/2019-05-21-riscv-none-gcc-v8-2-0-2-2-20190521-released.mdx b/website/blog/2019-05-21-riscv-none-gcc-v8-2-0-2-2-20190521-released.mdx index 9b10847..9cb1c72 100644 --- a/website/blog/2019-05-21-riscv-none-gcc-v8-2-0-2-2-20190521-released.mdx +++ b/website/blog/2019-05-21-riscv-none-gcc-v8-2-0-2-2-20190521-released.mdx @@ -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 @@ -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/ --- - - {frontMatter.title} - - +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. -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. + - +## Download -

Binary files »

+The binary files are available from GitHub Releases. ## Compliance diff --git a/website/blog/2019-07-31-riscv-none-embed-gcc-v8-2-0-3-1-released.mdx b/website/blog/2019-07-31-riscv-none-embed-gcc-v8-2-0-3-1-released.mdx index 6006434..1476280 100644 --- a/website/blog/2019-07-31-riscv-none-embed-gcc-v8-2-0-3-1-released.mdx +++ b/website/blog/2019-07-31-riscv-none-embed-gcc-v8-2-0-3-1-released.mdx @@ -1,5 +1,6 @@ --- title: xPack GNU RISC-V Embedded GCC v8.2.0-3.1 released +seo_title: Version 8.2.0-3.1 released description: Version 8.2.0-3.1 is a new release of xPack GNU RISC-V Embedded GCC. keywords: - xpack @@ -23,17 +24,15 @@ download_url: https://github.com/xpack-dev-tools/riscv-none-embed-gcc-xpack/rele --- - - {frontMatter.title} - - +import {PageMetadata} from '@docusaurus/theme-common'; +import Image from '@theme/IdealImage'; +import CodeBlock from '@theme/CodeBlock'; Version **8.2.0-3.1** is a new release of the **xPack GNU RISC-V Embedded GCC**, following SiFive release from May 2019. -import Image from '@theme/IdealImage'; -import CodeBlock from '@theme/CodeBlock'; + ## Download diff --git a/website/blog/2019-11-01-riscv-none-embed-gcc-v8-3-0-1-1-released.mdx b/website/blog/2019-11-01-riscv-none-embed-gcc-v8-3-0-1-1-released.mdx index d823ea4..47ab963 100644 --- a/website/blog/2019-11-01-riscv-none-embed-gcc-v8-3-0-1-1-released.mdx +++ b/website/blog/2019-11-01-riscv-none-embed-gcc-v8-3-0-1-1-released.mdx @@ -1,5 +1,6 @@ --- title: xPack GNU RISC-V Embedded GCC v8.3.0-1.1 released +seo_title: Version 8.3.0-1.1 released description: Version 8.3.0-1.1 is a new release of xPack GNU RISC-V Embedded GCC. keywords: - xpack @@ -23,17 +24,15 @@ download_url: https://github.com/xpack-dev-tools/riscv-none-embed-gcc-xpack/rele --- - - {frontMatter.title} - - +import {PageMetadata} from '@docusaurus/theme-common'; +import Image from '@theme/IdealImage'; +import CodeBlock from '@theme/CodeBlock'; Version **8.3.0-1.1** is a new release of the **xPack GNU RISC-V Embedded GCC**, following SiFive release from August 2019. -import Image from '@theme/IdealImage'; -import CodeBlock from '@theme/CodeBlock'; + ## Download diff --git a/website/blog/2020-07-04-riscv-none-embed-gcc-v8-3-0-1-2-released.mdx b/website/blog/2020-07-04-riscv-none-embed-gcc-v8-3-0-1-2-released.mdx index a2df7b2..34cce04 100644 --- a/website/blog/2020-07-04-riscv-none-embed-gcc-v8-3-0-1-2-released.mdx +++ b/website/blog/2020-07-04-riscv-none-embed-gcc-v8-3-0-1-2-released.mdx @@ -1,5 +1,6 @@ --- title: xPack GNU RISC-V Embedded GCC v8.3.0-1.2 released +seo_title: Version 8.3.0-1.2 released description: Version 8.3.0-1.2 is a maintenance release of xPack GNU RISC-V Embedded GCC. keywords: - xpack @@ -23,17 +24,15 @@ download_url: https://github.com/xpack-dev-tools/riscv-none-embed-gcc-xpack/rele --- - - {frontMatter.title} - - +import {PageMetadata} from '@docusaurus/theme-common'; +import Image from '@theme/IdealImage'; +import CodeBlock from '@theme/CodeBlock'; Version **8.3.0-1.2** is a maintenance release of the **xPack GNU RISC-V Embedded GCC**, that packs the SiFive release from August 2019, and **adds support for running on Arm platforms**, like **Raspberry Pi**. -import Image from '@theme/IdealImage'; -import CodeBlock from '@theme/CodeBlock'; + This is the **xPack** distribution of the [SiFive RISC-V GCC](https://github.com/sifive/freedom-tools/releases). diff --git a/website/blog/2020-10-10-riscv-none-embed-gcc-v8-3-0-2-1-released.mdx b/website/blog/2020-10-10-riscv-none-embed-gcc-v8-3-0-2-1-released.mdx index 04bbfc4..58eedc4 100644 --- a/website/blog/2020-10-10-riscv-none-embed-gcc-v8-3-0-2-1-released.mdx +++ b/website/blog/2020-10-10-riscv-none-embed-gcc-v8-3-0-2-1-released.mdx @@ -1,5 +1,6 @@ --- title: xPack GNU RISC-V Embedded GCC v8.3.0-2.1 released +seo_title: Version 8.3.0-2.1 released description: Version 8.3.0-2.1 is a new release of xPack GNU RISC-V Embedded GCC. keywords: - xpack @@ -23,17 +24,15 @@ download_url: https://github.com/xpack-dev-tools/riscv-none-embed-gcc-xpack/rele --- - - {frontMatter.title} - - +import {PageMetadata} from '@docusaurus/theme-common'; +import Image from '@theme/IdealImage'; +import CodeBlock from '@theme/CodeBlock'; Version **8.3.0-2.1** is a new release of the **xPack GNU RISC-V Embedded GCC**, following SiFive release 2020.04.0 from August 2020; it also changes to use **DT_RPATH** to make the binaries immune to custom LD_LIBRARY_PATH. -import Image from '@theme/IdealImage'; -import CodeBlock from '@theme/CodeBlock'; + This is the **xPack** distribution of the [SiFive RISC-V GCC](https://github.com/sifive/freedom-tools/releases). diff --git a/website/blog/2020-10-13-riscv-none-embed-gcc-v8-3-0-2-2-released.mdx b/website/blog/2020-10-13-riscv-none-embed-gcc-v8-3-0-2-2-released.mdx index d8f1db6..c4e135e 100644 --- a/website/blog/2020-10-13-riscv-none-embed-gcc-v8-3-0-2-2-released.mdx +++ b/website/blog/2020-10-13-riscv-none-embed-gcc-v8-3-0-2-2-released.mdx @@ -1,5 +1,6 @@ --- title: xPack GNU RISC-V Embedded GCC v8.3.0-2.2 released +seo_title: Version 8.3.0-2.2 released description: Version 8.3.0-2.2 is a maintenance release of xPack GNU RISC-V Embedded GCC. keywords: - xpack @@ -23,17 +24,15 @@ download_url: https://github.com/xpack-dev-tools/riscv-none-embed-gcc-xpack/rele --- - - {frontMatter.title} - - +import {PageMetadata} from '@docusaurus/theme-common'; +import Image from '@theme/IdealImage'; +import CodeBlock from '@theme/CodeBlock'; Version **8.3.0-2.2** is a maintenance release of the **xPack GNU RISC-V Embedded GCC**, to fix a regression bug in binutils 2.32 affecting the parsing of LENGTH and ORIGIN in linker scripts. -import Image from '@theme/IdealImage'; -import CodeBlock from '@theme/CodeBlock'; + The [xPack GNU RISC-V Embedded GCC](https://github.com/xpack-dev-tools/riscv-none-embed-gcc-xpack) is the **xPack** distribution of the diff --git a/website/blog/2020-10-25-riscv-none-embed-gcc-v8-3-0-2-3-released.mdx b/website/blog/2020-10-25-riscv-none-embed-gcc-v8-3-0-2-3-released.mdx index 1043cb3..982c9c4 100644 --- a/website/blog/2020-10-25-riscv-none-embed-gcc-v8-3-0-2-3-released.mdx +++ b/website/blog/2020-10-25-riscv-none-embed-gcc-v8-3-0-2-3-released.mdx @@ -1,5 +1,6 @@ --- title: xPack GNU RISC-V Embedded GCC v8.3.0-2.3 released +seo_title: Version 8.3.0-2.3 released description: Version 8.3.0-2.3 is a maintenance release of xPack GNU RISC-V Embedded GCC. keywords: - xpack @@ -23,17 +24,15 @@ download_url: https://github.com/xpack-dev-tools/riscv-none-embed-gcc-xpack/rele --- - - {frontMatter.title} - - +import {PageMetadata} from '@docusaurus/theme-common'; +import Image from '@theme/IdealImage'; +import CodeBlock from '@theme/CodeBlock'; Version **8.3.0-2.3** is a maintenance release of the **xPack GNU RISC-V Embedded GCC**; it adds an embedded Python 3 instance, to make `riscv-none-embed-gdb-py3` standalone and run on any system. -import Image from '@theme/IdealImage'; -import CodeBlock from '@theme/CodeBlock'; + The [xPack GNU RISC-V Embedded GCC](https://github.com/xpack-dev-tools/riscv-none-embed-gcc-xpack) is the **xPack** distribution of the diff --git a/website/blog/2021-01-05-riscv-none-embed-gcc-v10-1-0-1-1-released.mdx b/website/blog/2021-01-05-riscv-none-embed-gcc-v10-1-0-1-1-released.mdx index e2395db..c53b584 100644 --- a/website/blog/2021-01-05-riscv-none-embed-gcc-v10-1-0-1-1-released.mdx +++ b/website/blog/2021-01-05-riscv-none-embed-gcc-v10-1-0-1-1-released.mdx @@ -1,5 +1,6 @@ --- title: xPack GNU RISC-V Embedded GCC v10.1.0-1.1 released +seo_title: Version 10.1.0-1.1 released description: Version 10.1.0-1.1 is a new release of xPack GNU RISC-V Embedded GCC. keywords: - xpack @@ -23,17 +24,15 @@ download_url: https://github.com/xpack-dev-tools/riscv-none-embed-gcc-xpack/rele --- - - {frontMatter.title} - - +import {PageMetadata} from '@docusaurus/theme-common'; +import Image from '@theme/IdealImage'; +import CodeBlock from '@theme/CodeBlock'; Version **10.1.0-1.1** is a new release of the **xPack GNU RISC-V Embedded GCC**; it follows the SiFive release 2020-08.0. -import Image from '@theme/IdealImage'; -import CodeBlock from '@theme/CodeBlock'; + The [xPack GNU RISC-V Embedded GCC](https://github.com/xpack-dev-tools/riscv-none-embed-gcc-xpack) is the **xPack** distribution of the diff --git a/website/blog/2021-11-04-riscv-none-embed-gcc-v10-1-0-1-2-released.mdx b/website/blog/2021-11-04-riscv-none-embed-gcc-v10-1-0-1-2-released.mdx index b8ae519..ed49c36 100644 --- a/website/blog/2021-11-04-riscv-none-embed-gcc-v10-1-0-1-2-released.mdx +++ b/website/blog/2021-11-04-riscv-none-embed-gcc-v10-1-0-1-2-released.mdx @@ -1,5 +1,6 @@ --- title: xPack GNU RISC-V Embedded GCC v10.1.0-1.2 released +seo_title: Version 10.1.0-1.2 released description: Version 10.1.0-1.2 is a maintenance release of xPack GNU RISC-V Embedded GCC. keywords: - xpack @@ -25,17 +26,15 @@ download_url: https://github.com/xpack-dev-tools/riscv-none-embed-gcc-xpack/rele --- - - {frontMatter.title} - - +import {PageMetadata} from '@docusaurus/theme-common'; +import Image from '@theme/IdealImage'; +import CodeBlock from '@theme/CodeBlock'; Version **10.1.0-1.2** is a maintenance release; it fixes the missing multi-libs on Windows and updates to the latest build scripts. -import Image from '@theme/IdealImage'; -import CodeBlock from '@theme/CodeBlock'; + The [xPack GNU RISC-V Embedded GCC](https://github.com/xpack-dev-tools/riscv-none-embed-gcc-xpack) is a standalone cross-platform binary distribution of the diff --git a/website/blog/2021-11-06-riscv-none-embed-gcc-v10-2-0-1-1-released.mdx b/website/blog/2021-11-06-riscv-none-embed-gcc-v10-2-0-1-1-released.mdx index d843294..1157cf0 100644 --- a/website/blog/2021-11-06-riscv-none-embed-gcc-v10-2-0-1-1-released.mdx +++ b/website/blog/2021-11-06-riscv-none-embed-gcc-v10-2-0-1-1-released.mdx @@ -1,5 +1,6 @@ --- title: xPack GNU RISC-V Embedded GCC v10.2.0-1.1 released +seo_title: Version 10.2.0-1.1 released description: Version 10.2.0-1.1 is a new release of xPack GNU RISC-V Embedded GCC. keywords: - xpack @@ -25,17 +26,15 @@ download_url: https://github.com/xpack-dev-tools/riscv-none-embed-gcc-xpack/rele --- - - {frontMatter.title} - - +import {PageMetadata} from '@docusaurus/theme-common'; +import Image from '@theme/IdealImage'; +import CodeBlock from '@theme/CodeBlock'; Version **10.2.0-1.1** is a new release; it follows the upstream Sifive release v2020.12.0 from April 7, 2021. -import Image from '@theme/IdealImage'; -import CodeBlock from '@theme/CodeBlock'; + The [xPack GNU RISC-V Embedded GCC](https://github.com/xpack-dev-tools/riscv-none-embed-gcc-xpack) is a standalone cross-platform binary distribution of the diff --git a/website/blog/2021-11-11-riscv-none-embed-gcc-v10-2-0-1-2-released.mdx b/website/blog/2021-11-11-riscv-none-embed-gcc-v10-2-0-1-2-released.mdx index c85b964..49d3340 100644 --- a/website/blog/2021-11-11-riscv-none-embed-gcc-v10-2-0-1-2-released.mdx +++ b/website/blog/2021-11-11-riscv-none-embed-gcc-v10-2-0-1-2-released.mdx @@ -1,5 +1,6 @@ --- title: xPack GNU RISC-V Embedded GCC v10.2.0-1.2 released +seo_title: Version 10.2.0-1.2 released description: Version 10.2.0-1.2 is a maintenance release of xPack GNU RISC-V Embedded GCC. keywords: - xpack @@ -25,17 +26,15 @@ download_url: https://github.com/xpack-dev-tools/riscv-none-embed-gcc-xpack/rele --- - - {frontMatter.title} - - +import {PageMetadata} from '@docusaurus/theme-common'; +import Image from '@theme/IdealImage'; +import CodeBlock from '@theme/CodeBlock'; Version **10.2.0-1.2** is a maintenance release; it expands the multi-libs with non-C (compressed) configurations. -import Image from '@theme/IdealImage'; -import CodeBlock from '@theme/CodeBlock'; + The [xPack GNU RISC-V Embedded GCC](https://github.com/xpack-dev-tools/riscv-none-embed-gcc-xpack) is a standalone cross-platform binary distribution of the diff --git a/website/blog/2022-05-14-riscv-none-elf-gcc-v11-3-0-1-released.mdx b/website/blog/2022-05-14-riscv-none-elf-gcc-v11-3-0-1-released.mdx index a89d18c..a2d9fbc 100644 --- a/website/blog/2022-05-14-riscv-none-elf-gcc-v11-3-0-1-released.mdx +++ b/website/blog/2022-05-14-riscv-none-elf-gcc-v11-3-0-1-released.mdx @@ -1,5 +1,6 @@ --- title: xPack GNU RISC-V Embedded GCC v11.3.0-1 released +seo_title: Version 11.3.0-1 released description: Version 11.3.0-1 is a new release of xPack GNU RISC-V Embedded GCC. keywords: - xpack @@ -23,17 +24,15 @@ download_url: https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack/releas --- - - {frontMatter.title} - - +import {PageMetadata} from '@docusaurus/theme-common'; +import Image from '@theme/IdealImage'; +import CodeBlock from '@theme/CodeBlock'; Version **11.3.0-1** is a new release; it follows the GNU GCC release. -import Image from '@theme/IdealImage'; -import CodeBlock from '@theme/CodeBlock'; + The [xPack GNU RISC-V Embedded GCC](https://xpack-dev-tools.github.io/riscv-none-elf-gcc-xpack/) is a standalone cross-platform binary distribution of the diff --git a/website/blog/2022-05-15-riscv-none-elf-gcc-v12-1-0-1-released.mdx b/website/blog/2022-05-15-riscv-none-elf-gcc-v12-1-0-1-released.mdx index 01f77b5..446e6fb 100644 --- a/website/blog/2022-05-15-riscv-none-elf-gcc-v12-1-0-1-released.mdx +++ b/website/blog/2022-05-15-riscv-none-elf-gcc-v12-1-0-1-released.mdx @@ -1,5 +1,6 @@ --- title: xPack GNU RISC-V Embedded GCC v12.1.0-1 released +seo_title: Version 12.1.0-1 released description: Version 12.1.0-1 is a new release of xPack GNU RISC-V Embedded GCC. keywords: - xpack @@ -23,17 +24,15 @@ download_url: https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack/releas --- - - {frontMatter.title} - - +import {PageMetadata} from '@docusaurus/theme-common'; +import Image from '@theme/IdealImage'; +import CodeBlock from '@theme/CodeBlock'; Version **12.1.0-1** is a new release; it follows the GNU GCC release. -import Image from '@theme/IdealImage'; -import CodeBlock from '@theme/CodeBlock'; + The [xPack GNU RISC-V Embedded GCC](https://xpack-dev-tools.github.io/riscv-none-elf-gcc-xpack/) is a standalone cross-platform binary distribution of the diff --git a/website/blog/2022-05-18-riscv-none-elf-gcc-v12-1-0-2-released.mdx b/website/blog/2022-05-18-riscv-none-elf-gcc-v12-1-0-2-released.mdx index c69d6d3..de760f1 100644 --- a/website/blog/2022-05-18-riscv-none-elf-gcc-v12-1-0-2-released.mdx +++ b/website/blog/2022-05-18-riscv-none-elf-gcc-v12-1-0-2-released.mdx @@ -1,5 +1,6 @@ --- title: xPack GNU RISC-V Embedded GCC v12.1.0-2 released +seo_title: Version 12.1.0-2 released description: Version 12.1.0-2 is a new release of xPack GNU RISC-V Embedded GCC. keywords: - xpack @@ -23,17 +24,15 @@ download_url: https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack/releas --- - - {frontMatter.title} - - +import {PageMetadata} from '@docusaurus/theme-common'; +import Image from '@theme/IdealImage'; +import CodeBlock from '@theme/CodeBlock'; Version **12.1.0-2** is a new release; it adds support for size optimised C++ system libraries in the nano variant of newlib. -import Image from '@theme/IdealImage'; -import CodeBlock from '@theme/CodeBlock'; + The [xPack GNU RISC-V Embedded GCC](https://xpack-dev-tools.github.io/riscv-none-elf-gcc-xpack/) is a standalone cross-platform binary distribution of the diff --git a/website/blog/2022-08-30-riscv-none-elf-gcc-v12-2-0-1-released.mdx b/website/blog/2022-08-30-riscv-none-elf-gcc-v12-2-0-1-released.mdx index ac7a5b7..c81fe18 100644 --- a/website/blog/2022-08-30-riscv-none-elf-gcc-v12-2-0-1-released.mdx +++ b/website/blog/2022-08-30-riscv-none-elf-gcc-v12-2-0-1-released.mdx @@ -1,5 +1,6 @@ --- title: xPack GNU RISC-V Embedded GCC v12.2.0-1 released +seo_title: Version 12.2.0-1 released description: Version 12.2.0-1 is a new release of xPack GNU RISC-V Embedded GCC. keywords: - xpack @@ -23,17 +24,15 @@ download_url: https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack/releas --- - - {frontMatter.title} - - +import {PageMetadata} from '@docusaurus/theme-common'; +import Image from '@theme/IdealImage'; +import CodeBlock from '@theme/CodeBlock'; Version **12.2.0-1** is a new release; it follows the GNU GCC release. -import Image from '@theme/IdealImage'; -import CodeBlock from '@theme/CodeBlock'; + The [xPack GNU RISC-V Embedded GCC](https://xpack-dev-tools.github.io/riscv-none-elf-gcc-xpack/) is a standalone cross-platform binary distribution of the diff --git a/website/blog/2023-02-05-riscv-none-elf-gcc-v12-2-0-3-released.mdx b/website/blog/2023-02-05-riscv-none-elf-gcc-v12-2-0-3-released.mdx index f79987a..9f9e207 100644 --- a/website/blog/2023-02-05-riscv-none-elf-gcc-v12-2-0-3-released.mdx +++ b/website/blog/2023-02-05-riscv-none-elf-gcc-v12-2-0-3-released.mdx @@ -1,5 +1,6 @@ --- title: xPack GNU RISC-V Embedded GCC v12.2.0-3 released +seo_title: Version 12.2.0-3 released description: Version 12.2.0-3 is a maintenance release of xPack GNU RISC-V Embedded GCC. keywords: - xpack @@ -29,17 +30,15 @@ download_url: https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack/releas --- - - {frontMatter.title} - - +import {PageMetadata} from '@docusaurus/theme-common'; +import Image from '@theme/IdealImage'; +import CodeBlock from '@theme/CodeBlock'; Version **12.2.0-3** is a maintenance release, built with the latest build scripts. -import Image from '@theme/IdealImage'; -import CodeBlock from '@theme/CodeBlock'; + The [xPack GNU RISC-V Embedded GCC](https://xpack-dev-tools.github.io/riscv-none-elf-gcc-xpack/) is a standalone cross-platform binary distribution of the diff --git a/website/blog/2023-08-24-riscv-none-elf-gcc-v13-2-0-1-released.mdx b/website/blog/2023-08-24-riscv-none-elf-gcc-v13-2-0-1-released.mdx index e92d5e9..47eb4a6 100644 --- a/website/blog/2023-08-24-riscv-none-elf-gcc-v13-2-0-1-released.mdx +++ b/website/blog/2023-08-24-riscv-none-elf-gcc-v13-2-0-1-released.mdx @@ -1,5 +1,6 @@ --- title: xPack GNU RISC-V Embedded GCC v13.2.0-1 released +seo_title: Version 13.2.0-1 released description: Version 13.2.0-1 is a new release of xPack GNU RISC-V Embedded GCC. keywords: - xpack @@ -29,17 +30,15 @@ download_url: https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack/releas --- - - {frontMatter.title} - - +import {PageMetadata} from '@docusaurus/theme-common'; +import Image from '@theme/IdealImage'; +import CodeBlock from '@theme/CodeBlock'; Version **13.2.0-1** is a new release; it follows the GNU GCC release. -import Image from '@theme/IdealImage'; -import CodeBlock from '@theme/CodeBlock'; + The [xPack GNU RISC-V Embedded GCC](https://xpack-dev-tools.github.io/riscv-none-elf-gcc-xpack/) is a standalone cross-platform binary distribution of the diff --git a/website/blog/2023-08-25-riscv-none-elf-gcc-v12-3-0-1-released.mdx b/website/blog/2023-08-25-riscv-none-elf-gcc-v12-3-0-1-released.mdx index d5d4e05..8434c4f 100644 --- a/website/blog/2023-08-25-riscv-none-elf-gcc-v12-3-0-1-released.mdx +++ b/website/blog/2023-08-25-riscv-none-elf-gcc-v12-3-0-1-released.mdx @@ -1,5 +1,6 @@ --- title: xPack GNU RISC-V Embedded GCC v12.3.0-1 released +seo_title: Version 12.3.0-1 released description: Version 12.3.0-1 is a new release of xPack GNU RISC-V Embedded GCC. keywords: - xpack @@ -29,17 +30,15 @@ download_url: https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack/releas --- - - {frontMatter.title} - - +import {PageMetadata} from '@docusaurus/theme-common'; +import Image from '@theme/IdealImage'; +import CodeBlock from '@theme/CodeBlock'; Version **12.3.0-1** is a new release; it follows the GNU GCC release. It also adds the optional zicsr and zifencei to the multi-lib definitions. -import Image from '@theme/IdealImage'; -import CodeBlock from '@theme/CodeBlock'; + The [xPack GNU RISC-V Embedded GCC](https://xpack-dev-tools.github.io/riscv-none-elf-gcc-xpack/) is a standalone cross-platform binary distribution of the diff --git a/website/blog/2023-09-22-riscv-none-elf-gcc-v12-3-0-2-released.mdx b/website/blog/2023-09-22-riscv-none-elf-gcc-v12-3-0-2-released.mdx index 33a47d6..83d3518 100644 --- a/website/blog/2023-09-22-riscv-none-elf-gcc-v12-3-0-2-released.mdx +++ b/website/blog/2023-09-22-riscv-none-elf-gcc-v12-3-0-2-released.mdx @@ -1,5 +1,6 @@ --- title: xPack GNU RISC-V Embedded GCC v12.3.0-2 released +seo_title: Version 12.3.0-2 released description: Version 12.3.0-2 is a maintenance release of xPack GNU RISC-V Embedded GCC. keywords: - xpack @@ -29,17 +30,15 @@ download_url: https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack/releas --- - - {frontMatter.title} - - +import {PageMetadata} from '@docusaurus/theme-common'; +import Image from '@theme/IdealImage'; +import CodeBlock from '@theme/CodeBlock'; Version **12.3.0-2** is a maintenance release; it fixes the GNU/Linux GDB issues with loading ELF files. -import Image from '@theme/IdealImage'; -import CodeBlock from '@theme/CodeBlock'; + The [xPack GNU RISC-V Embedded GCC](https://xpack-dev-tools.github.io/riscv-none-elf-gcc-xpack/) is a standalone cross-platform binary distribution of the diff --git a/website/blog/2023-09-25-riscv-none-elf-gcc-v13-2-0-2-released.mdx b/website/blog/2023-09-25-riscv-none-elf-gcc-v13-2-0-2-released.mdx index c4453ae..45ec95a 100644 --- a/website/blog/2023-09-25-riscv-none-elf-gcc-v13-2-0-2-released.mdx +++ b/website/blog/2023-09-25-riscv-none-elf-gcc-v13-2-0-2-released.mdx @@ -1,5 +1,6 @@ --- title: xPack GNU RISC-V Embedded GCC v13.2.0-2 released +seo_title: Version 13.2.0-2 released description: Version 13.2.0-2 is a maintenance release of xPack GNU RISC-V Embedded GCC. keywords: - xpack @@ -29,17 +30,15 @@ download_url: https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack/releas --- - - {frontMatter.title} - - +import {PageMetadata} from '@docusaurus/theme-common'; +import Image from '@theme/IdealImage'; +import CodeBlock from '@theme/CodeBlock'; Version **13.2.0-2** is a maintenance release; it fixes the GNU/Linux GDB issues with loading ELF files. -import Image from '@theme/IdealImage'; -import CodeBlock from '@theme/CodeBlock'; + The [xPack GNU RISC-V Embedded GCC](https://xpack-dev-tools.github.io/riscv-none-elf-gcc-xpack/) is a standalone cross-platform binary distribution of the diff --git a/website/blog/2024-07-24-riscv-none-elf-gcc-v14-1-0-1-released.mdx b/website/blog/2024-07-24-riscv-none-elf-gcc-v14-1-0-1-released.mdx index 387c2ef..e02db36 100644 --- a/website/blog/2024-07-24-riscv-none-elf-gcc-v14-1-0-1-released.mdx +++ b/website/blog/2024-07-24-riscv-none-elf-gcc-v14-1-0-1-released.mdx @@ -1,5 +1,6 @@ --- title: xPack GNU RISC-V Embedded GCC v14.1.0-1 released +seo_title: Version 14.1.0-1 released description: Version 14.1.0-1 is a new release of xPack GNU RISC-V Embedded GCC. keywords: - xpack @@ -29,17 +30,15 @@ download_url: https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack/releas --- - - {frontMatter.title} - - +import {PageMetadata} from '@docusaurus/theme-common'; +import Image from '@theme/IdealImage'; +import CodeBlock from '@theme/CodeBlock'; Version **14.1.0-1** is a new release; it follows the GNU GCC release. -import Image from '@theme/IdealImage'; -import CodeBlock from '@theme/CodeBlock'; + The [xPack GNU RISC-V Embedded GCC](https://xpack-dev-tools.github.io/riscv-none-elf-gcc-xpack/) is a standalone cross-platform binary distribution of the diff --git a/website/blog/2024-07-25-riscv-none-elf-gcc-v13-3-0-1-released.mdx b/website/blog/2024-07-25-riscv-none-elf-gcc-v13-3-0-1-released.mdx index e7a742e..ddf556b 100644 --- a/website/blog/2024-07-25-riscv-none-elf-gcc-v13-3-0-1-released.mdx +++ b/website/blog/2024-07-25-riscv-none-elf-gcc-v13-3-0-1-released.mdx @@ -1,5 +1,6 @@ --- title: xPack GNU RISC-V Embedded GCC v13.3.0-1 released +seo_title: Version 13.3.0-1 released description: Version 13.3.0-1 is a new release of xPack GNU RISC-V Embedded GCC. keywords: - xpack @@ -29,17 +30,15 @@ download_url: https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack/releas --- - - {frontMatter.title} - - +import {PageMetadata} from '@docusaurus/theme-common'; +import Image from '@theme/IdealImage'; +import CodeBlock from '@theme/CodeBlock'; Version **13.3.0-1** is a new release; it follows the GNU GCC release. -import Image from '@theme/IdealImage'; -import CodeBlock from '@theme/CodeBlock'; + The [xPack GNU RISC-V Embedded GCC](https://xpack-dev-tools.github.io/riscv-none-elf-gcc-xpack/) is a standalone cross-platform binary distribution of the diff --git a/website/blog/2024-07-26-riscv-none-elf-gcc-v12-4-0-1-released.mdx b/website/blog/2024-07-26-riscv-none-elf-gcc-v12-4-0-1-released.mdx index 0178b61..3490d29 100644 --- a/website/blog/2024-07-26-riscv-none-elf-gcc-v12-4-0-1-released.mdx +++ b/website/blog/2024-07-26-riscv-none-elf-gcc-v12-4-0-1-released.mdx @@ -1,5 +1,6 @@ --- title: xPack GNU RISC-V Embedded GCC v12.4.0-1 released +seo_title: Version 12.4.0-1 released description: Version 12.4.0-1 is a new release of xPack GNU RISC-V Embedded GCC. keywords: - xpack @@ -29,17 +30,15 @@ download_url: https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack/releas --- - - {frontMatter.title} - - +import {PageMetadata} from '@docusaurus/theme-common'; +import Image from '@theme/IdealImage'; +import CodeBlock from '@theme/CodeBlock'; Version **12.4.0-1** is a new release; it follows the GNU GCC release. -import Image from '@theme/IdealImage'; -import CodeBlock from '@theme/CodeBlock'; + The [xPack GNU RISC-V Embedded GCC](https://xpack-dev-tools.github.io/riscv-none-elf-gcc-xpack/) is a standalone cross-platform binary distribution of the diff --git a/website/blog/2024-07-27-riscv-none-elf-gcc-v11-5-0-1-released.mdx b/website/blog/2024-07-27-riscv-none-elf-gcc-v11-5-0-1-released.mdx index 68c31b0..66ce5e8 100644 --- a/website/blog/2024-07-27-riscv-none-elf-gcc-v11-5-0-1-released.mdx +++ b/website/blog/2024-07-27-riscv-none-elf-gcc-v11-5-0-1-released.mdx @@ -1,5 +1,6 @@ --- title: xPack GNU RISC-V Embedded GCC v11.5.0-1 released +seo_title: Version 11.5.0-1 released description: Version 11.5.0-1 is a new release of xPack GNU RISC-V Embedded GCC. keywords: - xpack @@ -29,17 +30,15 @@ download_url: https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack/releas --- - - {frontMatter.title} - - +import {PageMetadata} from '@docusaurus/theme-common'; +import Image from '@theme/IdealImage'; +import CodeBlock from '@theme/CodeBlock'; Version **11.5.0-1** is a new release; it follows the GNU GCC release. -import Image from '@theme/IdealImage'; -import CodeBlock from '@theme/CodeBlock'; + The [xPack GNU RISC-V Embedded GCC](https://xpack-dev-tools.github.io/riscv-none-elf-gcc-xpack/) is a standalone cross-platform binary distribution of the diff --git a/website/blog/2024-07-28-web-site.md b/website/blog/2024-07-28-web-site.mdx similarity index 87% rename from website/blog/2024-07-28-web-site.md rename to website/blog/2024-07-28-web-site.mdx index ef1171a..f2e620b 100644 --- a/website/blog/2024-07-28-web-site.md +++ b/website/blog/2024-07-28-web-site.mdx @@ -1,5 +1,6 @@ --- title: The project has a new web site +seo_title: New web site description: The new site is built with Docusaurus. keywords: - xpack @@ -15,13 +16,15 @@ tags: --- -{frontMatter.title} +import {PageMetadata} from '@docusaurus/theme-common'; After some experimentation with modern site generators, the **xPack GNU RISC-V Embedded GCC** project has a new web site. + + ## MDX The _new kid on the block_ is [MDX](https://mdxjs.com), that is a solution diff --git a/website/blog/2024-08-07-riscv-none-elf-gcc-v14-2-0-1-released.md b/website/blog/2024-08-07-riscv-none-elf-gcc-v14-2-0-1-released.md index 41e68f3..fdf3f2d 100644 --- a/website/blog/2024-08-07-riscv-none-elf-gcc-v14-2-0-1-released.md +++ b/website/blog/2024-08-07-riscv-none-elf-gcc-v14-2-0-1-released.md @@ -29,12 +29,7 @@ download_url: https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack/releas --- -{frontMatter.title} - -Version **14.2.0-1** is a new release; it follows the GNU GCC release. - - - +import {PageMetadata} from '@docusaurus/theme-common'; import Image from '@theme/IdealImage'; import CodeBlock from '@theme/CodeBlock'; @@ -42,6 +37,12 @@ import Prerequisites from './_common/_prerequisites-glib-2.27.mdx' import DeprecationNotices from './_common/_deprecation-notices-glib-2.27.mdx' import DownloadAnalytics from './_common/_download-analytics.mdx' +Version **14.2.0-1** is a new release; it follows the GNU GCC release. + + + + + [The xPack GNU RISC-V Embedded GCC](/) is a standalone cross-platform binary distribution of [GNU GCC](https://gcc.gnu.org/releases.html) for embedded RISC-V. diff --git a/website/blog/2024-09-02-riscv-none-elf-gcc-v11-5-0-2-released.mdx b/website/blog/2024-09-02-riscv-none-elf-gcc-v11-5-0-2-released.mdx index b3583ac..dd5be0a 100644 --- a/website/blog/2024-09-02-riscv-none-elf-gcc-v11-5-0-2-released.mdx +++ b/website/blog/2024-09-02-riscv-none-elf-gcc-v11-5-0-2-released.mdx @@ -29,12 +29,7 @@ download_url: https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack/releas --- -{frontMatter.title} - -Version **11.5.0-2** is a maintenance release; it updates to the latest binutils 2.43.1 and the Debian multi-libs. - - - +import {PageMetadata} from '@docusaurus/theme-common'; import Image from '@theme/IdealImage'; import CodeBlock from '@theme/CodeBlock'; @@ -42,6 +37,12 @@ import Prerequisites from './_common/_prerequisites-glib-2.27.mdx' import DeprecationNotices from './_common/_deprecation-notices-glib-2.27.mdx' import DownloadAnalytics from './_common/_download-analytics.mdx' +Version **11.5.0-2** is a maintenance release; it updates to the latest binutils 2.43.1 and the Debian multi-libs. + + + + + The [xPack GNU RISC-V Embedded GCC](/) is a standalone cross-platform binary distribution of [GNU GCC](https://gcc.gnu.org/releases.html) for embedded RISC-V. diff --git a/website/blog/2024-09-02-riscv-none-elf-gcc-v12-4-0-2-released.mdx b/website/blog/2024-09-02-riscv-none-elf-gcc-v12-4-0-2-released.mdx index 73ce3c3..811ecc2 100644 --- a/website/blog/2024-09-02-riscv-none-elf-gcc-v12-4-0-2-released.mdx +++ b/website/blog/2024-09-02-riscv-none-elf-gcc-v12-4-0-2-released.mdx @@ -29,12 +29,7 @@ download_url: https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack/releas --- -{frontMatter.title} - -Version **12.4.0-2** is a maintenance release; it updates to the latest binutils 2.43.1 and the Debian multi-libs. - - - +import {PageMetadata} from '@docusaurus/theme-common'; import Image from '@theme/IdealImage'; import CodeBlock from '@theme/CodeBlock'; @@ -42,6 +37,12 @@ import Prerequisites from './_common/_prerequisites-glib-2.27.mdx' import DeprecationNotices from './_common/_deprecation-notices-glib-2.27.mdx' import DownloadAnalytics from './_common/_download-analytics.mdx' +Version **12.4.0-2** is a maintenance release; it updates to the latest binutils 2.43.1 and the Debian multi-libs. + + + + + The [xPack GNU RISC-V Embedded GCC](/) is a standalone cross-platform binary distribution of [GNU GCC](https://gcc.gnu.org/releases.html) for embedded RISC-V. diff --git a/website/blog/2024-09-03-riscv-none-elf-gcc-v13-3-0-2-released.mdx b/website/blog/2024-09-03-riscv-none-elf-gcc-v13-3-0-2-released.mdx index 4bb442f..6b332db 100644 --- a/website/blog/2024-09-03-riscv-none-elf-gcc-v13-3-0-2-released.mdx +++ b/website/blog/2024-09-03-riscv-none-elf-gcc-v13-3-0-2-released.mdx @@ -29,12 +29,7 @@ download_url: https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack/releas --- -{frontMatter.title} - -Version **13.3.0-2** is a maintenance release; it updates to the latest binutils 2.43.1 and the Debian multi-libs. - - - +import {PageMetadata} from '@docusaurus/theme-common'; import Image from '@theme/IdealImage'; import CodeBlock from '@theme/CodeBlock'; @@ -42,6 +37,12 @@ import Prerequisites from './_common/_prerequisites-glib-2.27.mdx' import DeprecationNotices from './_common/_deprecation-notices-glib-2.27.mdx' import DownloadAnalytics from './_common/_download-analytics.mdx' +Version **13.3.0-2** is a maintenance release; it updates to the latest binutils 2.43.1 and the Debian multi-libs. + + + + + The [xPack GNU RISC-V Embedded GCC](/) is a standalone cross-platform binary distribution of [GNU GCC](https://gcc.gnu.org/releases.html) for embedded RISC-V. diff --git a/website/blog/2024-09-06-riscv-none-elf-gcc-v14-2-0-2-released.mdx b/website/blog/2024-09-06-riscv-none-elf-gcc-v14-2-0-2-released.mdx index 33074d6..08ea473 100644 --- a/website/blog/2024-09-06-riscv-none-elf-gcc-v14-2-0-2-released.mdx +++ b/website/blog/2024-09-06-riscv-none-elf-gcc-v14-2-0-2-released.mdx @@ -29,12 +29,7 @@ download_url: https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack/releas --- -{frontMatter.title} - -Version **14.2.0-2** is a maintenance release; it updates to the latest binutils 2.43.1 (to add support for the `Zcmp` extension) and the Debian multi-libs. - - - +import {PageMetadata} from '@docusaurus/theme-common'; import Image from '@theme/IdealImage'; import CodeBlock from '@theme/CodeBlock'; @@ -42,6 +37,12 @@ import Prerequisites from './_common/_prerequisites-glib-2.27.mdx' import DeprecationNotices from './_common/_deprecation-notices-glib-2.27.mdx' import DownloadAnalytics from './_common/_download-analytics.mdx' +Version **14.2.0-2** is a maintenance release; it updates to the latest binutils 2.43.1 (to add support for the `Zcmp` extension) and the Debian multi-libs. + + + + + The [xPack GNU RISC-V Embedded GCC](/) is a standalone cross-platform binary distribution of [GNU GCC](https://gcc.gnu.org/releases.html) for embedded RISC-V. diff --git a/website/blog/_templates/blog-post-release-part-1-liquid.mdx b/website/blog/_templates/blog-post-release-part-1-liquid.mdx index 46adcbe..868050d 100644 --- a/website/blog/_templates/blog-post-release-part-1-liquid.mdx +++ b/website/blog/_templates/blog-post-release-part-1-liquid.mdx @@ -29,7 +29,13 @@ download_url: https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack/releas --- -{frontMatter.title} +import {PageMetadata} from '@docusaurus/theme-common'; +import Image from '@theme/IdealImage'; +import CodeBlock from '@theme/CodeBlock'; + +import Prerequisites from './_common/_prerequisites-glib-2.27.mdx' +import DeprecationNotices from './_common/_deprecation-notices-glib-2.27.mdx' +import DownloadAnalytics from './_common/_download-analytics.mdx' TODO: select one summary @@ -39,12 +45,7 @@ Version **{{releaseVersion}}** is a new release; it follows the GNU GCC release. -import Image from '@theme/IdealImage'; -import CodeBlock from '@theme/CodeBlock'; - -import Prerequisites from './_common/_prerequisites-glib-2.27.mdx' -import DeprecationNotices from './_common/_deprecation-notices-glib-2.27.mdx' -import DownloadAnalytics from './_common/_download-analytics.mdx' + The [xPack GNU RISC-V Embedded GCC](/) is a standalone cross-platform binary distribution of diff --git a/website/src/components/HeadTitle/index.tsx b/website/src/components/HeadTitle/index.tsx new file mode 100644 index 0000000..b157048 --- /dev/null +++ b/website/src/components/HeadTitle/index.tsx @@ -0,0 +1,29 @@ +/* + * DO NOT EDIT! + * Automatically generated from xbb-helper/templates/docusaurus/common. + * + * This file is part of the xPack project (http://xpack.github.io). + * Copyright (c) 2024 Liviu Ionescu. All rights reserved. + * + * Permission to use, copy, modify, and/or distribute this software + * for any purpose is hereby granted, under the terms of the MIT license. + * + * If a copy of the license was not distributed with this file, it can + * be obtained from https://opensource.org/licenses/MIT/. + */ + +// import React from 'react'; +import Head from '@docusaurus/Head'; + +/* + * Use this component for plain titles, without the site title appended. + */ + +export default function HeadTitle({title}): JSX.Element { + return ( + + {title} + + + ); +}