m3dev

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

module.mk (196B)


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