# 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__"
# 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__"