24 lines
493 B
Plaintext
24 lines
493 B
Plaintext
|
#
|
||
|
# Copyright (c) 2021 Florin Stancu
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
|
||
|
CONFIG_BUILD_OUTPUT_HEX=y
|
||
|
# custom callback for the antenna switch
|
||
|
CONFIG_CC13X2_CC26X2_HAS_CUSTOM_RF_HWATTRS=y
|
||
|
|
||
|
CONFIG_CC13X2_CC26X2_BOOTLOADER_ENABLE=y
|
||
|
CONFIG_CC13X2_CC26X2_BOOTLOADER_BACKDOOR_ENABLE=y
|
||
|
CONFIG_CC13X2_CC26X2_BOOTLOADER_BACKDOOR_PIN=15
|
||
|
|
||
|
# Enable MPU and hardware stack protection
|
||
|
CONFIG_ARM_MPU=y
|
||
|
CONFIG_HW_STACK_PROTECTION=y
|
||
|
|
||
|
CONFIG_GPIO=y
|
||
|
CONFIG_SERIAL=y
|
||
|
|
||
|
CONFIG_CONSOLE=y
|
||
|
CONFIG_UART_CONSOLE=y
|