m3dev

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

config.mk (570B)


      1 
      2 #           name          arch      rambase    ramsize    flashbase  flashsize  linkscript
      3 $(call chip,stm32f4xx-rom,stm32f1xx,0x20000000,0x00020000,0x00000000,0x00100000,rom)
      4 $(call chip,stm32f4xx-ram,stm32f1xx,0x20000000,0x00020000,0x00000000,0x00000000,ram)
      5 $(call chip,stm32f4xx-agt,stm32f1xx,0x20000400,0x0001fc00,0x00000000,0x00100000,ram)
      6 
      7 
      8 ARCH_stm32f4xx_CFLAGS := -Iarch/stm32f4xx/include
      9 ARCH_stm32f4xx_CFLAGS += -Iarch/arm-cm3/include
     10 ARCH_stm32f4xx_CFLAGS += -DCONFIG_STACKTOP=0x20005000
     11 ARCH_stm32f4xx_START := arch/arm-cm3/start.o
     12 
     13 ARCH_stm32f4xx_OBJS :=