Change terminology and use SoC instead of platform. An SoC provides features and default configurations available with an SoC. A board implements the SoC and adds more features and IP block specific to the board to extend the SoC functionality such as sensors and debugging features. Change-Id: I15e8d78a6d4ecd5cfb3bc25ced9ba77e5ea1122f Signed-off-by: Anas Nashif <anas.nashif@intel.com>
11 lines
270 B
Text
11 lines
270 B
Text
CONFIG_ARM=y
|
|
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=12000000
|
|
CONFIG_SOC_TI_LM3S6965=y
|
|
CONFIG_CONSOLE=y
|
|
CONFIG_UART_CONSOLE=y
|
|
CONFIG_UART_CONSOLE_ON_DEV_NAME="UART_0"
|
|
CONFIG_SERIAL=y
|
|
CONFIG_CORTEX_M_SYSTICK=y
|
|
CONFIG_FLASH_SIZE=256
|
|
CONFIG_SRAM_SIZE=64
|
|
CONFIG_UART_STELLARIS=y
|