diff options
Diffstat (limited to 'lib/chibios-contrib/os/various/segger_bindings/segger_systemview.mk')
-rw-r--r-- | lib/chibios-contrib/os/various/segger_bindings/segger_systemview.mk | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/chibios-contrib/os/various/segger_bindings/segger_systemview.mk b/lib/chibios-contrib/os/various/segger_bindings/segger_systemview.mk new file mode 100644 index 000000000..577c6edc8 --- /dev/null +++ b/lib/chibios-contrib/os/various/segger_bindings/segger_systemview.mk | |||
@@ -0,0 +1,13 @@ | |||
1 | # Compiler options here. | ||
2 | ifeq ($(SEGGER_RTT_ACTIVE),) | ||
3 | $(error "SEGGER SystemView needs segger_rtt.mk") | ||
4 | endif | ||
5 | |||
6 | # SEGGER RTT files. | ||
7 | SEGGERSYSTEMVIEWCSRC = $(CHIBIOS_CONTRIB)/ext/SEGGER/SYSTEMVIEW/SEGGER_SYSVIEW.c \ | ||
8 | $(CHIBIOS_CONTRIB)/os/various/segger_bindings/SYSTEMVIEW/SEGGER_SYSVIEW_ChibiOS.c | ||
9 | SEGGERSYSTEMVIEWINC = $(CHIBIOS_CONTRIB)/ext/SEGGER/SYSTEMVIEW \ | ||
10 | $(CHIBIOS_CONTRIB)/os/various/segger_bindings/SYSTEMVIEW | ||
11 | |||
12 | ALLCSRC += $(SEGGERSYSTEMVIEWCSRC) | ||
13 | ALLINC += $(SEGGERSYSTEMVIEWINC) \ No newline at end of file | ||