Skip to content

Commit

Permalink
[K32W0] Fix SDK patching (#19856)
Browse files Browse the repository at this point in the history
Remove temporary files used for NXP SDK patching.

Signed-off-by: Doru Gucea <doru-cristian.gucea@nxp.com>
  • Loading branch information
doru91 authored Jun 22, 2022
1 parent 5809552 commit cfb8be5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions third_party/nxp/k32w0_sdk/sdk_fixes/patch_k32w_sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,8 @@ cp patch_for_K32W061_SDK_2_6_4/controller_interface.h "$NXP_K32W061_SDK_ROOT"/mi
cp patch_for_K32W061_SDK_2_6_4/lib_ble_controller.a "$NXP_K32W061_SDK_ROOT"/middleware/wireless/ble_controller/lib/
cp patch_for_K32W061_SDK_2_6_4/libPDM_extFlash.a "$NXP_K32W061_SDK_ROOT"/middleware/wireless/framework/PDM/Library/

rm -rf patch_for_K32W061_SDK_2_6_4.zip
rm -rf patch_for_K32W061_SDK_2_6_4

echo "K32W SDK MR3 QP1 was patched!"
exit 0

0 comments on commit cfb8be5

Please sign in to comment.