m3dev

cortex m3 debug tools -- superceded by mdebug
git clone http://frotz.net/git/m3dev.git
Log | Files | Refs | README | LICENSE

module.mk (228B)


      1 $(call start-module-mk)
      2 
      3 M_NAME := lpc13boot
      4 M_CHIP := lpc1343-blr
      5 M_OBJS := board/m3debug.o
      6 M_OBJS += lpc13boot/main.o
      7 M_OBJS += lpc13boot/misc.o
      8 M_OBJS += libc/strcpy.o
      9 M_SIGN := bin/bless-lpc
     10 $(call build-target-executable)
     11