Skip to content

Commit

Permalink
soc: ti: simplelink: cc13x2x7_cc26x2x7: Enable baremetal ieee802154
Browse files Browse the repository at this point in the history
- Allow using baremetal ieee802154 APIs without the Zephyr ieee802154
  stack.
- Enables customers to create their own networking stack on top of
  Zephyr and thus allow easier porting from FreeRTOS and TiRTOS.

Signed-off-by: Ayush Singh <ayush@beagleboard.org>
  • Loading branch information
Ayush1325 committed Oct 11, 2024
1 parent 27456ed commit 522a27d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions soc/ti/simplelink/cc13x2x7_cc26x2x7/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,10 @@ config CC13X2_CC26X2_XOSC_CAPARRAY_DELTA
Enable a specific cap array tunning delta.

endmenu

config CC13X2_CC26X2_BASIC_IEEE802154
bool "Baremetal ieee802154 support"
depends on SOC_CC1352P7
help
Enable IEEE802154 support for the CC13X2 and CC26X2 series of MCUs
using the TI driverlib without the Zephyr or TI IEEE802154 stack.
2 changes: 1 addition & 1 deletion soc/ti/simplelink/cc13x2x7_cc26x2x7/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ config SYS_CLOCK_TICKS_PER_SEC
config NUM_IRQS
default 38

if IEEE802154
if IEEE802154 || CONFIG_CC13X2_CC26X2_BASIC_IEEE802154

config IEEE802154_CC13XX_CC26XX
# required for linking with PowerCC26X2_config in
Expand Down

0 comments on commit 522a27d

Please sign in to comment.