This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
f502da5b08
zephyr
/
soc
/
arm
/
ti_lm3s6965
/
Kconfig.soc
7 lines
91 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add TI platform as LM3S6965 instead of Qemu Previous it was renamed in favor of Qemu, now that we have board support we move this to the original name and derive a qemu board out of the platform. Change-Id: Ia8769b27defa0a39503ecf2e6ec7fc6304b6ff49 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2015-12-14 08:36:02 +08:00
Use SoC instead of platform. 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>
2015-12-17 21:54:35 +08:00
config SOC_TI_LM3S6965
Add TI platform as LM3S6965 instead of Qemu Previous it was renamed in favor of Qemu, now that we have board support we move this to the original name and derive a qemu board out of the platform. Change-Id: Ia8769b27defa0a39503ecf2e6ec7fc6304b6ff49 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2015-12-14 08:36:02 +08:00
bool "TI LM3S6965"
select CPU_CORTEX_M3
arm: systick: Some SoCs do not have systick Make the systick feature optional that can be selected by the SoC. Change-Id: I4a405640b84daecc17fc1882743d3cafb78ff861 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-11-26 22:20:15 +08:00
select CPU_HAS_SYSTICK
Add TI platform as LM3S6965 instead of Qemu Previous it was renamed in favor of Qemu, now that we have board support we move this to the original name and derive a qemu board out of the platform. Change-Id: Ia8769b27defa0a39503ecf2e6ec7fc6304b6ff49 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2015-12-14 08:36:02 +08:00