@@ -33,9 +33,8 @@ platforms (such as Cortex-M0/M3/M7/A15/A76, RISC-V 32/64-bit).
33
33
- Execute the tests on the local development machine and in
34
34
widely-used ** CI/CD environments** like GitHub Actions.
35
35
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
39
38
** [ The xPack challenge] ( https://github.com/orgs/xpack/discussions/categories/the-xpack-challenge ) **
40
39
category.
41
40
@@ -144,11 +143,17 @@ in the separate
144
143
145
144
### Binary Tools
146
145
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,
148
148
using the ` xpm ` command
149
149
(the recommended method), or manually by downloading and unpacking one of the
150
150
platform specific archives.
151
151
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
+
152
157
Please refer to the ** Install Guide** pages for each project.
153
158
154
159
## Visual Studio Code
0 commit comments