bump recommended version

This commit is contained in:
Robin Müller 2022-05-22 16:28:48 +02:00
parent 6d20054f26
commit 6caf6ea36c
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
1 changed files with 4 additions and 4 deletions

View File

@ -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`.