aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorKristofer Jonsson <kristofer.jonsson@arm.com>2022-09-29 11:52:22 +0200
committerKristofer Jonsson <kristofer.jonsson@arm.com>2022-10-19 09:18:46 +0200
commite56b6e4bd75c7ccec69f20b17c1e2d48b7c0892c (patch)
treeaa7838114949917bcd8846a448d7f7921522711f /.gitignore
parent01c32d4768d8176a32c193f44069da1f43fbf513 (diff)
downloadethos-u-core-platform-e56b6e4bd75c7ccec69f20b17c1e2d48b7c0892c.tar.gz
Ethos-U PMU monitor
Add Python script demonstrating how to download performance data from device. Write baremetal PMU events to Event Recorder ring buffer and increase the systick sample rate. Change-Id: Ib73c56100a8de2d7b74c455d8f80cda0b59383da
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 796b96d..f284d11 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/build
+__pycache__