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 | target_cross_toolchain |
def | main |
def | do_import |
def | do_compile |
Detailed Description
import and bulid a bunch of example programs
Function Documentation
def examples::do_compile | ( | args ) |
Do the compile step
Definition at line 78 of file examples.py.
def examples::do_import | ( | _ ) |
Do the import step of this process
Definition at line 71 of file examples.py.
def examples::main | ( | void | ) |
Entry point
Definition at line 55 of file examples.py.
def examples::target_cross_toolchain | ( | allowed_toolchains, | |
features = [] , |
|||
targets = TARGET_MAP.keys() |
|||
) |
Generate pairs of target and toolchains Args: allowed_toolchains - a list of all possible toolchains Kwargs: features - the features that must be in the features array of a target targets - a list of available targets
Definition at line 34 of file examples.py.
Generated on Tue Jul 12 2022 13:06:13 by
