X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fcortex-m3%2Finfo%2FLM3S1968.cdef;h=344923cbdc5120ada3444b05955b8b26003f8196;hb=45b784ed8ed1b37ccd1fa56258fb9d082de55216;hp=e3811a298f6fb9ccb98c33527db3925e11a14192;hpb=b6cf7ebec417a6433b757b2e6e92668194c22a55;p=bertos.git diff --git a/bertos/cpu/cortex-m3/info/LM3S1968.cdef b/bertos/cpu/cortex-m3/info/LM3S1968.cdef index e3811a29..344923cb 100644 --- a/bertos/cpu/cortex-m3/info/LM3S1968.cdef +++ b/bertos/cpu/cortex-m3/info/LM3S1968.cdef @@ -58,7 +58,10 @@ 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__"