Blame view

RIOT/boards/chronos/Makefile.include 272 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
8
9
10
11
12
  ## the cpu to build for
  export CPU = cc430
  export CPU_MODEL = cc430f6137
  
  # flasher configuration
  export OFLAGS = -O ihex
  export FLASHER = mspdebug
  export FFLAGS = rf2500 "prog $(HEXFILE)"
  
  INCLUDES += -I$(RIOTBOARD)/$(BOARD)/drivers/include
  
  USEMODULE += chronos-drivers