Studentenversion des ESY6/A Praktikums "signal_processing".
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Makefile 248B

1234567891011
  1. test = test_data_channel
  2. bsp_root_dir = ../../../software/signal_processing_bsp
  3. scripts = ../../scripts
  4. c_sources += \
  5. ../../../software/signal_processing/system/data_channel.c \
  6. test_data_channel.c \
  7. main.c \
  8. include ../device_test.mk