mirror of
https://github.com/apache/nuttx.git
synced 2026-08-10 06:55:13 +00:00
Add TM4C123 to the configuration system
This commit is contained in:
parent
9889391ab8
commit
1c3627901f
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue