Add support for STM32F103RE CPU.
[bertos.git] / bertos / cpu / cortex-m3 / info / LM3S1968.cdef
index e3811a298f6fb9ccb98c33527db3925e11a14192..c10c70e07bd4bd676808f074724dbad0035b95ca 100644 (file)
@@ -58,8 +58,11 @@ MK_CPU_CSRC += DRV_DIR + "gpio_lm3s.c " + DRV_DIR + "clock_lm3s.c "
 
 # Short description of the cpu.
 CPU_DESC += [ "256 Kbytes on-chip flash memory",
-               "64 Kbytes on-chip SRAM memory" ]
+             "64 Kbytes on-chip SRAM memory",
+             "3 UARTs interfaces",
+             "2 I2C interfaces",
+             "2 ADC x8 channel 10-bit" ]
 
 # GCC flags for this cpu.
 MK_CPU_CPPFLAGS += " -D__ARM_LM3S1968__"
-MK_CPU_LDFLAGS += " -T " + SCRIPT_DIR + "lm3s1968_rom.ld"
+MK_CPU_LDFLAGS += " -Wl,-dT " + SCRIPT_DIR + "lm3s1968_rom.ld"