Hi,
I cloned https://github.com/leaflabs/libmaple.git (Merge pull request #54 from ginge/master) and did
################################################################################
$ cp main.cpp.example main.cpp
$ make BOARD=maple_RET6
================================================================================
  Build info:
     BOARD:           maple_RET6
     MCU:             STM32F103RE
     MEMORY_TARGET:   flash
See 'make help' for all possible targets
================================================================================
  [CXX]       ./wirish/boards/maple_RET6/board.cpp
  [LD]        maple_RET6.elf
build/./wirish/boards/maple_RET6/board.o: In function `global constructors keyed to _Z9boardInitv':
/home/tor/robotics/tmp/libmaple/wirish/boards/maple_RET6/board.cpp:115: undefined reference to `TIMER8'
collect2: ld returned 1 exit status
make: *** [build/maple_RET6.elf] Error 1
################################################################################
Any ideas, why?
Board = STM32F103 RET6
Thank you ;)