m3dev

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

module.mk (231B)


      1 $(call start-module-mk)
      2 
      3 M_NAME := m3debug 
      4 M_CHIP := lpc1343-app
      5 M_OBJS += board/m3debug.o
      6 M_OBJS += m3debug/main.o
      7 M_OBJS += m3debug/swdp.o
      8 M_OBJS += libfw/print.o
      9 M_OBJS += libfw/serialconsole.o
     10 $(call build-target-executable)
     11