erkin yucel / mbed-os

Dependents:   BLE_file_test BLE_Blink ExternalEncoder

Embed: (wiki syntax)

« Back to documentation index

examples Namespace Reference

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.