Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects

Divergence with sdk-next

Open Ayush Singh requested to merge sdk-next-rebase-20231021e into bcf-upstream
Compare and
55 files
+ 4816
310
Compare changes
  • Side-by-side
  • Inline
Files
55
@@ -5,4 +5,11 @@ zephyr_library_sources(
board_antenna.c
)
zephyr_library_compile_definitions("DeviceFamily_CC13X2X7")
option (CONFIG_SOC_CC1352P7 "SoC is CC1352P7" N)
option (CONFIG_SOC_CC1352P "SoC is CC1352P1" N)
if (CONFIG_SOC_CC1352P7)
zephyr_library_compile_definitions("DeviceFamily_CC13X2X7")
endif ()
if (CONFIG_SOC_CC1352P)
zephyr_library_compile_definitions("DeviceFamily_CC13X2")
endif ()