aboutsummaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorDiego Ismirlian <dismirlian@gmail.com>2019-09-29 12:37:06 -0300
committerDiego Ismirlian <dismirlian@gmail.com>2019-09-29 12:37:06 -0300
commit741626dc8f9037397abe35a2c5d4d64504129776 (patch)
tree3aca860e9120a891dbac89d4a365daf3b101fc0e /ext
parent8db69eb38c86b7078e4d1ab055704e11a47bb573 (diff)
downloadChibiOS-Contrib-741626dc8f9037397abe35a2c5d4d64504129776.tar.gz
ChibiOS-Contrib-741626dc8f9037397abe35a2c5d4d64504129776.tar.bz2
ChibiOS-Contrib-741626dc8f9037397abe35a2c5d4d64504129776.zip
Add SEGGER RTT and SystemView bindings for ChibiOS
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.