[cc2538] move to openthread/ot-cc2538 (#8169)

This commit is contained in:
Jonathan Hui
2022-09-16 09:03:28 -07:00
committed by GitHub
parent 3a64f399bf
commit 2cab708443
27 changed files with 7 additions and 4054 deletions
+1 -4
View File
@@ -66,7 +66,7 @@ OT_CMAKE_NINJA_TARGET=${OT_CMAKE_NINJA_TARGET:-}
OT_SRCDIR="$(cd "$(dirname "$0")"/.. && pwd)"
readonly OT_SRCDIR
readonly OT_PLATFORMS=(cc2538 simulation posix)
readonly OT_PLATFORMS=(simulation posix)
readonly OT_POSIX_SIM_COMMON_OPTIONS=(
"-DOT_ANYCAST_LOCATOR=ON"
"-DOT_BORDER_AGENT=ON"
@@ -162,9 +162,6 @@ main()
local_options=("-DOT_LINK_RAW=ON")
options+=("${OT_POSIX_SIM_COMMON_OPTIONS[@]}" "${local_options[@]}")
;;
cc2538)
options+=("-DCMAKE_TOOLCHAIN_FILE=examples/platforms/${platform}/arm-none-eabi.cmake" "-DCMAKE_BUILD_TYPE=MinSizeRel")
;;
*)
options+=("-DCMAKE_TOOLCHAIN_FILE=examples/platforms/${platform}/arm-none-eabi.cmake")
;;