Update git URLS, MCUboot is now independent w/ different GitHub org.
This commit is contained in:
parent
bf83493c8d
commit
c4b8ff314a
4 changed files with 5 additions and 5 deletions
|
|
@ -43,7 +43,7 @@ GetGcc() {
|
|||
}
|
||||
|
||||
GetMcuBoot() {
|
||||
git clone https://github.com/JuulLabs-OSS/mcuboot.git "$TOOLS_DIR/mcuboot"
|
||||
git clone https://github.com/mcu-tools/mcuboot.git "$TOOLS_DIR/mcuboot"
|
||||
pip3 install -r "$TOOLS_DIR/mcuboot/scripts/requirements.txt"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue