Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
examples Namespace Reference
Functions | |
def | main |
def | do_export |
def | do_import |
def | do_clone |
def | do_deploy |
def | do_compile |
def | do_versionning |
Detailed Description
import and bulid a bunch of example programs
Function Documentation
def examples::do_clone | ( | _, | |
config, | |||
examples | |||
) |
Do the clone step of this process
Definition at line 104 of file examples.py.
def examples::do_compile | ( | args, | |
config, | |||
examples | |||
) |
Do the compile step
Definition at line 116 of file examples.py.
def examples::do_deploy | ( | _, | |
config, | |||
examples | |||
) |
Do the deploy step of this process
Definition at line 110 of file examples.py.
def examples::do_export | ( | args, | |
config, | |||
examples | |||
) |
Do export and build step
Definition at line 87 of file examples.py.
def examples::do_import | ( | _, | |
config, | |||
examples | |||
) |
Do the import step of this process
Definition at line 98 of file examples.py.
def examples::do_versionning | ( | args, | |
config, | |||
examples | |||
) |
Test update the mbed-os to the version specified by the tag
Definition at line 126 of file examples.py.
def examples::main | ( | void | ) |
Entry point
Definition at line 20 of file examples.py.
Generated on Tue Jul 12 2022 13:33:20 by
