Skip to content

Commit fabe70c

Browse files
committed
Enable ITM (SWO) tracing support to Ambiq Apollo3 targets
1 parent 6467f77 commit fabe70c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

targets/TARGET_Ambiq_Micro/TARGET_Apollo3/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ target_sources(mbed-apollo3
5151
device/sleep.c
5252
device/spi_api.c
5353
device/us_ticker.c
54+
device/itm_api.c
5455

5556
sdk/CMSIS/AmbiqMicro/Source/system_apollo3.c
5657

targets/targets.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9061,7 +9061,8 @@
90619061
"FLASH",
90629062
"SPI",
90639063
"I2C",
9064-
"SLEEP"
9064+
"SLEEP",
9065+
"ITM"
90659066
],
90669067
"components": [
90679068
"FLASHIAP"

0 commit comments

Comments
 (0)