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.
Dependents: BLE_file_test BLE_Blink ExternalEncoder
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 81 of file examples.py.
def examples::do_import | ( | _ ) |
Do the import step of this process
Definition at line 74 of file examples.py.
def examples::main | ( | void | ) |
Entry point
Definition at line 58 of file examples.py.
def examples::target_cross_toolchain | ( | allowed_toolchains, | |
features = [] , |
|||
targets = TARGET_MAP.keys() , |
|||
toolchains = SUPPORTED_TOOLCHAINS |
|||
) |
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 toolchains - a list of available toolchains
Definition at line 34 of file examples.py.
Generated on Tue Jul 12 2022 15:21:03 by
