From 6caf6ea36c7ec6553bdf1755abcbac1d198c0ad8 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sun, 22 May 2022 16:28:48 +0200 Subject: [PATCH] bump recommended version --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fe3d393..c9c726e 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,7 @@ the folder containing `npm.exe` to the system path and running the following com ```sh npm install --global xpm@latest -xpm install --global @xpack-dev-tools/arm-none-eabi-gcc@10.3.1-2.3.1 --verbose +xpm install --global @xpack-dev-tools/arm-none-eabi-gcc@11.2.1-1.1.1 --verbose ``` On Windows, the toolchain binaries will be located in a folder like this @@ -186,7 +186,7 @@ You can now run the following commands in the repository root: ```sh xpm init -xpm install @xpack-dev-tools/arm-none-eabi-gcc@10.3.1-2.3.1 +xpm install @xpack-dev-tools/arm-none-eabi-gcc@11.2.1-1.1.1 ``` to create symlinks to the toolchain in `./xpacks/.bin`. @@ -216,14 +216,14 @@ Then `xpm` and the cross-compiler are installed. ```sh sudo npm install --global xpm@latest -xpm install --global @xpack-dev-tools/arm-none-eabi-gcc@10.3.1-2.3.1 --verbose +xpm install --global @xpack-dev-tools/arm-none-eabi-gcc@11.2.1-1.1.1 --verbose ``` You can now run the following commands in the repository root: ```sh xpm init -xpm install @xpack-dev-tools/arm-none-eabi-gcc@10.3.1-2.3.1 +xpm install @xpack-dev-tools/arm-none-eabi-gcc@11.2.1-1.1.1 ``` to create symlinks to the toolchain in `./xpacks/.bin`.