mirror of https://github.com/ARMmbed/mbed-os.git
Enable ITM (SWO) tracing support to Ambiq Apollo3 targets
parent
6467f77125
commit
fabe70c0fc
|
@ -51,6 +51,7 @@ target_sources(mbed-apollo3
|
|||
device/sleep.c
|
||||
device/spi_api.c
|
||||
device/us_ticker.c
|
||||
device/itm_api.c
|
||||
|
||||
sdk/CMSIS/AmbiqMicro/Source/system_apollo3.c
|
||||
|
||||
|
|
|
@ -9061,7 +9061,8 @@
|
|||
"FLASH",
|
||||
"SPI",
|
||||
"I2C",
|
||||
"SLEEP"
|
||||
"SLEEP",
|
||||
"ITM"
|
||||
],
|
||||
"components": [
|
||||
"FLASHIAP"
|
||||
|
|
Loading…
Reference in New Issue