Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Commit e4896cd

Browse files
authored
Update debugging.md
1 parent 85cc018 commit e4896cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/debugging.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@ OpenOCD or the J-Link GDB Server can be used to interface your computer with you
1313
|---------|---------|
1414
|STM BL475E-IOT01 |[STLink](https://www.st.com/en/development-tools/stsw-link004.html) |
1515
|STM BL4S5I-IOT01 |[STLink](https://www.st.com/en/development-tools/stsw-link004.html) |
16+
|MXCHIP AZ3166 |[STLink](https://www.st.com/en/development-tools/stsw-link004.html) |
1617
1. Download and unzip [OpenOCD](https://gnutoolchains.com/arm-eabi/openocd) to your computer and add its `bin/` folder to your environment path.
1718

1819
### J-Link
1920

2021
1. Install the [JLink Software and Documentation Pack](https://www.segger.com/downloads/jlink#J-LinkSoftwareAndDocumentationPack). This includes the GDB Server as well as the neccessary J-Link drivers.
2122

22-
## Setup your Project
23+
## Setup your Environment
2324

2425
You can choose to develop locally or develop in [Codespaces](https://github.com/features/codespaces).
2526

0 commit comments

Comments
 (0)