[sdlog] SDLOG transport for logging directly using telemetry macros

compatible with sd2log tool to extract data
This commit is contained in:
Gautier Hattenberger
2014-02-18 23:25:43 +01:00
parent df1650c25f
commit 7c5cb08a79
6 changed files with 230 additions and 1 deletions
@@ -0,0 +1,8 @@
# Hey Emacs, this is a -*- makefile -*-
sdlog_CFLAGS = -DDOWNLINK
sdlog_srcs = subsystems/datalink/downlink.c subsystems/datalink/pprzlog_transport.c
ap.CFLAGS += $(sdlog_CFLAGS)
ap.srcs += $(sdlog_srcs)