Datasheet: https://www.ti.com/lit/ds/symlink/cc2340r5.pdf TRM: https://www.ti.com/lit/ug/swcu193/swcu193.pdf Signed-off-by: Lars Thalian Morstad <l-morstad@ti.com> Signed-off-by: Vebjorn Myklebust <v.myklebust@ti.com> Signed-off-by: Stoyan Bogdanov <sbogdanov@baylibre.com> Signed-off-by: Julien Panis <jpanis@baylibre.com>
22 lines
463 B
Plaintext
22 lines
463 B
Plaintext
# Texas Instruments SimpleLink Family
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
# Copyright (c) 2017 Zephyr Contributors
|
|
|
|
if SOC_FAMILY_TI_SIMPLELINK
|
|
|
|
rsource "*/Kconfig"
|
|
|
|
config HAS_TI_CCFG
|
|
bool
|
|
help
|
|
Selected when CCFG (Customer Configuration) registers
|
|
appear at the end of flash
|
|
|
|
config TI_SIMPLELINK_DYNAMIC_DPL_OBJECTS
|
|
bool
|
|
help
|
|
Turn on dynamic memory allocation for DPL objects. Reserves
|
|
extra memory for this.
|
|
|
|
endif # SOC_FAMILY_TI_SIMPLELINK
|