Skip to content

Commit

Permalink
[slc] move platform_projects
Browse files Browse the repository at this point in the history
  • Loading branch information
lmnotran committed Feb 29, 2024
1 parent 3389dd3 commit ce1b303
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions script/build
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ generate()
echo "========================================================================================================="
set -x
"${repo_dir}/script/generate" \
"${repo_dir}/src/platform_projects/openthread-efr32-soc.slcp" \
"${repo_dir}/slc/platform_projects/openthread-efr32-soc.slcp" \
"${slc_generated_projects_dir}/soc" \
"${board}"
fi
Expand All @@ -117,7 +117,7 @@ generate()
echo "========================================================================================================="
set -x
"${repo_dir}/script/generate" \
"${repo_dir}/src/platform_projects/openthread-efr32-rcp-uart.slcp" \
"${repo_dir}/slc/platform_projects/openthread-efr32-rcp-uart.slcp" \
"${slc_generated_projects_dir}/rcp_uart" \
"${board}"
fi
Expand All @@ -128,7 +128,7 @@ generate()
echo "========================================================================================================="
set -x
"${repo_dir}/script/generate" \
"${repo_dir}/src/platform_projects/openthread-efr32-rcp-spi.slcp" \
"${repo_dir}/slc/platform_projects/openthread-efr32-rcp-spi.slcp" \
"${slc_generated_projects_dir}/rcp_spi" \
"${board}"
fi
Expand Down
6 changes: 3 additions & 3 deletions script/build_example_apps
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ generate()
set -x

generation_dir="${slc_generated_projects_dir}/soc-with-buttons"
slcp="${repo_dir}/src/platform_projects/openthread-efr32-soc-with-buttons.slcp"
slcp="${repo_dir}/slc/platform_projects/openthread-efr32-soc-with-buttons.slcp"

"${repo_dir}/script/generate" \
"${slcp}" \
Expand All @@ -101,7 +101,7 @@ generate()
set -x

generation_dir="${slc_generated_projects_dir}/soc-with-buttons-power-manager"
slcp="${repo_dir}/src/platform_projects/openthread-efr32-soc-with-buttons-power-manager.slcp"
slcp="${repo_dir}/slc/platform_projects/openthread-efr32-soc-with-buttons-power-manager.slcp"

"${repo_dir}/script/generate" \
"${slcp}" \
Expand All @@ -116,7 +116,7 @@ generate()
set -x

generation_dir="${slc_generated_projects_dir}/soc-with-buttons-power-manager-csl"
slcp="${repo_dir}/src/platform_projects/openthread-efr32-soc-with-buttons-power-manager-csl.slcp"
slcp="${repo_dir}/slc/platform_projects/openthread-efr32-soc-with-buttons-power-manager-csl.slcp"

"${repo_dir}/script/generate" \
"${slcp}" \
Expand Down

0 comments on commit ce1b303

Please sign in to comment.