Blame view

RIOT/tests/driver_dynamixel/Makefile 284 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
8
9
10
11
12
13
  APPLICATION = driver_dynamixel
  include ../Makefile.tests_common
  
  # chronos : USART_1 undeclared
  BOARD_BLACKLIST += chronos
  
  # mips-malta : undefined reference to uart_write
  BOARD_BLACKLIST += mips-malta
  
  USEMODULE += dynamixel
  USEMODULE += shell
  
  include $(RIOTBASE)/Makefile.include