Skip to content
Snippets Groups Projects
Commit 096dbf39 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Add TM4C123 to the configuration system

parent 6811ad9e
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,13 @@ config ARCH_CHIP_LM4F120
select ARCH_CHIP_LM4F
select ARCH_HAVE_FPU
config CONFIG_ARCH_CHIP_TM4C123GH6ZRB
bool "TM4C123GH6ZRB"
depends on ARCH_CHIP_TIVA
select ARCH_CORTEXM4
select ARCH_CHIP_TM4C
select ARCH_HAVE_FPU
endchoice
# Chip families
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment