Skip to content

Commit c888cf9

Browse files
committed
fix(doc): update xpack url
Signed-off-by: Frederic Pillon <[email protected]>
1 parent f432c02 commit c888cf9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ This porting is based on:
2828
* The Low-Layer (LL) APIs, a light-weight, optimized, expert oriented set of APIs designed for both performance and runtime efficiency
2929
* CMSIS device definition for STM32
3030
* [CMSIS](https://developer.arm.com/embedded/cmsis): Cortex Microcontroller Software Interface Standard (CMSIS) is a vendor-independent hardware abstraction layer for the Cortex®-M processor series and defines generic tool interfaces. It has been packaged as a module for Arduino IDE: https://github.com/stm32duino/ArduinoModule-CMSIS
31-
* [GNU Arm Embedded Toolchain](https://developer.arm.com/open-source/gnu-toolchain/gnu-rm): Arm Embedded GCC compiler, libraries and other GNU tools necessary for bare-metal software development on devices based on the Arm Cortex-M. Packages are provided thanks [The xPack GNU Arm Embedded GCC](https://xpack.github.io/arm-none-eabi-gcc/): https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack
31+
* [GNU Arm Embedded Toolchain](https://developer.arm.com/open-source/gnu-toolchain/gnu-rm): Arm Embedded GCC compiler, libraries and other GNU tools necessary for bare-metal software development on devices based on the Arm Cortex-M. Packages are provided thanks [The xPack 3rd Party Development Tools](https://github.com/xpack-dev-tools/):
32+
* https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack
33+
* https://github.com/xpack-dev-tools/openocd-xpack
3234

3335
## Getting Started
3436

0 commit comments

Comments
 (0)