Skip to content
/ ot-nxp Public
forked from openthread/ot-nxp

Commit

Permalink
Update K32W061 SDK release 2.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Micr_SW Connectivity_01 committed Dec 18, 2022
1 parent c9d3eee commit b7a0882
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ jobs:
cmake --version | grep 3.13
sudo pip3 install pycrypto
sudo pip3 install pycryptodome
wget https://cache.nxp.com/lgfiles/bsps/SDK_2_6_8_K32W061DK6.zip
unzip SDK_2_6_8_K32W061DK6.zip
rm -rf SDK_2_6_8_K32W061DK6.zip
mv -f SDK_2_6_8_K32W061DK6 sdk_k32w061
wget https://cache.nxp.com/lgfiles/bsps/SDK_2_6_9_K32W061DK6.zip
unzip SDK_2_6_9_K32W061DK6.zip -d SDK_2_6_9_K32W061DK6
rm -rf SDK_2_6_9_K32W061DK6.zip
mv -f SDK_2_6_9_K32W061DK6 sdk_k32w061
cd /tmp
mkdir -p sdk_jn5189
cd sdk_jn5189
Expand Down
4 changes: 2 additions & 2 deletions src/k32w0/k32w061/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ $ pip3 install pycryptodome

[mcuxpresso ide]: https://www.nxp.com/support/developer-resources/software-development-tools/mcuxpresso-software-and-tools/mcuxpresso-integrated-development-environment-ide:MCUXpresso-IDE

- Download [K32W061 SDK 2.6.8][sdk 2.6.8]
- Download [K32W061 SDK 2.6.9][sdk 2.6.9]

[sdk 2.6.8]: https://cache.nxp.com/lgfiles/bsps/SDK_2_6_8_K32W061DK6.zip
[sdk 2.6.9]: https://cache.nxp.com/lgfiles/bsps/SDK_2_6_9_K32W061DK6.zip

## Building the examples

Expand Down

0 comments on commit b7a0882

Please sign in to comment.