Skip to content

Commit 25b1edd

Browse files
committed
getting-started updates
1 parent 7d7188b commit 25b1edd

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

website/docs/getting-started/_project/_content.mdx

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@ platforms (such as Cortex-M0/M3/M7/A15/A76, RISC-V 32/64-bit).
3333
- Execute the tests on the local development machine and in
3434
widely-used **CI/CD environments** like GitHub Actions.
3535

36-
Please participate in the
37-
**[poll](https://github.com/orgs/xpack/discussions/12)** and, if you
38-
have a solution, kindly describe it in
36+
If you
37+
have a solution, please describe it in
3938
**[The xPack challenge](https://github.com/orgs/xpack/discussions/categories/the-xpack-challenge)**
4039
category.
4140

@@ -144,11 +143,17 @@ in the separate
144143

145144
### Binary Tools
146145

147-
The **xPack Binary Development Tools** can be installed automatically,
146+
The **[xPack Binary Development Tools](https://xpack-dev-tools.github.io)**
147+
can be installed automatically,
148148
using the `xpm` command
149149
(the recommended method), or manually by downloading and unpacking one of the
150150
platform specific archives.
151151

152+
Included among the binary tools are toolchains (such as **gcc**, **clang**,
153+
**arm-none-eabi-gcc**, **aarch64-none-elf-gcc**, **riscv-none-elf-gcc** and
154+
**mingw-w64-gcc**), build tools (such as **cmake**, **meson** and **ninja**),
155+
emulators (such as **qemu-arm**, **qemu-risc**), and various other utilities.
156+
152157
Please refer to the **Install Guide** pages for each project.
153158

154159
## Visual Studio Code

0 commit comments

Comments
 (0)