X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fcortex-m3%2Finfo%2FSTM32F103RB.cdef;h=fec9a27eb019066ac1df10f944c8598757199a70;hb=db72c76f4275be952460cad175a905357c5834c3;hp=add4cea6293f4c6a339e719837c1ff558d8c4f2d;hpb=b7daab00fae8117ef4d1f63848874c1bedc68c01;p=bertos.git diff --git a/bertos/cpu/cortex-m3/info/STM32F103RB.cdef b/bertos/cpu/cortex-m3/info/STM32F103RB.cdef index add4cea6..fec9a27e 100644 --- a/bertos/cpu/cortex-m3/info/STM32F103RB.cdef +++ b/bertos/cpu/cortex-m3/info/STM32F103RB.cdef @@ -58,8 +58,11 @@ MK_CPU_CSRC += DRV_DIR + "gpio_stm32.c " + DRV_DIR + "clock_stm32.c " # Short description of the cpu. CPU_DESC += [ "128 Kbytes on-chip flash memory", - "20 Kbytes on-chip SRAM memory" ] + "20 Kbytes on-chip SRAM memory", + "2 UARTs interfaces", + "2 I2C interfaces", + "2 ADC x16 channel 12-bit" ] # GCC flags for this cpu. MK_CPU_CPPFLAGS += " -D__ARM_STM32F103RB__" -MK_CPU_LDFLAGS += " -T " + SCRIPT_DIR + "stm32f103rb_rom.ld" +MK_CPU_LDFLAGS += " -Wl,-dT " + SCRIPT_DIR + "stm32f103rb_rom.ld"