aboutsummaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorFabien Poussin <fabien.poussin@gmail.com>2019-10-03 22:28:33 +0200
committerGitHub <noreply@github.com>2019-10-03 22:28:33 +0200
commitd4291fcd8f674512eed82ffd979996d47319712b (patch)
tree22c21b29afc393b5813b58776cfa728e90f1b916 /ext
parent75027a647490d62d875c8012c0eac83a441304a8 (diff)
parentea844db44656f481cda59bc71234d54be37ed5bf (diff)
downloadChibiOS-Contrib-d4291fcd8f674512eed82ffd979996d47319712b.tar.gz
ChibiOS-Contrib-d4291fcd8f674512eed82ffd979996d47319712b.tar.bz2
ChibiOS-Contrib-d4291fcd8f674512eed82ffd979996d47319712b.zip
Merge pull request #200 from dismirlian/segger_systemview
SEGGER RTT/SystemView bindings
Diffstat (limited to 'ext')
-rw-r--r--ext/.gitignore1
-rw-r--r--ext/SEGGER-RTT_6.44i+SystemView_2.52h.7zbin0 -> 31782 bytes
-rw-r--r--ext/readme.txt7
3 files changed, 8 insertions, 0 deletions
diff --git a/ext/.gitignore b/ext/.gitignore
new file mode 100644
index 0000000..2ef4973
--- /dev/null
+++ b/ext/.gitignore
@@ -0,0 +1 @@
+SEGGER \ No newline at end of file
diff --git a/ext/SEGGER-RTT_6.44i+SystemView_2.52h.7z b/ext/SEGGER-RTT_6.44i+SystemView_2.52h.7z
new file mode 100644
index 0000000..df1159f
--- /dev/null
+++ b/ext/SEGGER-RTT_6.44i+SystemView_2.52h.7z
Binary files differ
diff --git a/ext/readme.txt b/ext/readme.txt
new file mode 100644
index 0000000..dcf5e8d
--- /dev/null
+++ b/ext/readme.txt
@@ -0,0 +1,7 @@
+All the code contained under ./ext is not part of the ChibiOS/ChibiOS-Contrib
+project and supplied as-is without any additional warranty by ChibiOS/
+ChibiOS-Contrib. For ownership and copyright statements see the license
+details inside the code.
+
+Some modules may contain changes from the ChibiOS-Contrib team in order to
+increase compatibility or usability with ChibiOS itself.