Rtos API example

Embed: (wiki syntax)

« Back to documentation index

examples Namespace Reference

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.