Skip to content

Commit

Permalink
Added mbed-os lib and update mbedcli guide
Browse files Browse the repository at this point in the history
  • Loading branch information
brianesquilona committed Nov 6, 2018
1 parent f2366cc commit 96cb7a9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion docs/DEVELOPERS-GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ Mbedcli project lists compile
$ venv/Scripts/activate
$ pip install -r requirements.txt
$ mbed deploy
$ mbed update
$ mbed config root .
$ mbed config ARM_PATH FULL_PATH_TO_ARMCC_FOLDER
$ tools/mbedcli_compile.py project1 project2 project3 --clean
Expand Down
1 change: 1 addition & 0 deletions mbed-os.lib
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://github.com/ARMmbed/mbed-os/#bf6f2c3c6434a6de9eb9511feffa5948b3d1f20f
4 changes: 1 addition & 3 deletions tools/build_release.bat
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,7 @@ if not [%requirements_file%]==[] pip install -r %requirements_file%
)
@echo USING ARM_PATH=!ARM_PATH!

@REM uncomment these next two lines when the update to mbed-os merge the test dependency
@REM mbed deploy
@REM mbed update
mbed deploy
mbed config root .
mbed config ARM_PATH !ARM_PATH!
python tools/mbedcli_compile.py --clean --release
Expand Down

0 comments on commit 96cb7a9

Please sign in to comment.