X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=bertos%2Fcpu%2Fcortex-m3%2Finfo%2FLM3S1968.cdef;h=344923cbdc5120ada3444b05955b8b26003f8196;hb=e444d916197e4345dd2bbd85800d8544c2699096;hp=494042ccc5acc3926c3c72fd73088d8d6698a515;hpb=a7a13695011942ab3926ff76e2298099eff89542;p=bertos.git diff --git a/bertos/cpu/cortex-m3/info/LM3S1968.cdef b/bertos/cpu/cortex-m3/info/LM3S1968.cdef index 494042cc..344923cb 100644 --- a/bertos/cpu/cortex-m3/info/LM3S1968.cdef +++ b/bertos/cpu/cortex-m3/info/LM3S1968.cdef @@ -45,6 +45,7 @@ include("cm3.common") # CPU type used for flashing/debugging MK_PROGRAMMER_CPU = "lm3s" +MK_FLASH_SCRIPT = PRG_SCRIPTS_DIR + "arm/flash-lm3s.sh" # CPU default clock frequency CPU_DEFAULT_FREQ = "50000000UL" @@ -57,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__"