@@ -34,8 +34,8 @@ can benefit as well.
34
34
The core tools are the toolchains. There are two Arm Embedded GCC toolchains,
35
35
one for 32-bit devices (` arm-none-eabi-gcc ` ) and one for 64-bit devices
36
36
(` 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 .
39
39
40
40
For native builds, the two main toolchains (` gcc ` and ` clang ` ) are supported.
41
41
@@ -55,13 +55,13 @@ To test the Arm and RISC-V executables, the `qemu-system-arm`,
55
55
### OpenOCD
56
56
57
57
To flash and debug bare metal boards, the ` openocd ` on-chip debugger
58
- in incuded.
58
+ is incuded.
59
59
60
60
## Supplementary tools
61
61
62
62
The ** supplementary tools** were needed to build the main tools.
63
63
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
65
65
there are no Windows binaries. However, the projects are versatile and can be
66
66
used in any builds; if necessary, Windows binaries can be added in future
67
67
releases.
@@ -77,10 +77,10 @@ Some projects are not yet production ready, and need some more work.
77
77
78
78
### The xPack Build Box
79
79
80
- For reproducibility, the GNU/Linux builds, that are also used
80
+ For reproducibility, the GNU/Linux builds, also used
81
81
to build the Windows binaries, are based on several Docker images.
82
82
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.
84
84
85
85
- [ ` xbb ` ] ( https://github.com/xpack-dev-tools/xbb )
86
86
0 commit comments