Skip to content

Commit c3e550e

Browse files
committed
website docs/tools update
1 parent bc5692c commit c3e550e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

website/docs/tools/index.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ can benefit as well.
3434
The core tools are the toolchains. There are two Arm Embedded GCC toolchains,
3535
one for 32-bit devices (`arm-none-eabi-gcc`) and one for 64-bit devices
3636
(`aarch64-none-elf-gcc`). The second supported embedded architecture is
37-
RISC-V, with the `riscv-none-elf-gcc` toolchain that supports both 32 and
38-
64-bit devices.
37+
RISC-V, with the `riscv-none-elf-gcc` toolchain that generates both 32 and
38+
64-bit executables.
3939

4040
For native builds, the two main toolchains (`gcc` and `clang`) are supported.
4141

@@ -55,13 +55,13 @@ To test the Arm and RISC-V executables, the `qemu-system-arm`,
5555
### OpenOCD
5656

5757
To flash and debug bare metal boards, the `openocd` on-chip debugger
58-
in incuded.
58+
is incuded.
5959

6060
## Supplementary tools
6161

6262
The **supplementary tools** were needed to build the main tools.
6363
Since these tools are exclusively
64-
built on macOS and GNU/Linux, to reduce maintenance efforts, for now
64+
built on macOS and GNU/Linux, to reduce maintenance efforts, currently
6565
there are no Windows binaries. However, the projects are versatile and can be
6666
used in any builds; if necessary, Windows binaries can be added in future
6767
releases.
@@ -77,10 +77,10 @@ Some projects are not yet production ready, and need some more work.
7777

7878
### The xPack Build Box
7979

80-
For reproducibility, the GNU/Linux builds, that are also used
80+
For reproducibility, the GNU/Linux builds, also used
8181
to build the Windows binaries, are based on several Docker images.
8282

83-
The scripts to create these Docker images are stored in a separate project.
83+
The scripts to create these Docker images are hosted in a separate project.
8484

8585
- [`xbb`](https://github.com/xpack-dev-tools/xbb)
8686

0 commit comments

Comments
 (0)