This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
set -e | |
# This script updates https://github.com/jemdiggity/nrf5_sdk/tree/vendor/sdk | |
# with new SDK packages from Nordic http://developer.nordicsemi.com/nRF5_SDK/ | |
# The script should be run from the repository directory. | |
# Usage: ./add.sh ~/Downloads/nRF5_SDK_15.0.0_a53641a.zip ~/Downloads/nRF5_SDK_15.2.0_9412b96.zip | |
# In other words, the argument is a list of SDK packages to import. |