Development mbed library for MAX32630FTHR

Dependents:   blinky_max32630fthr

Embed: (wiki syntax)

« Back to documentation index

api Namespace Reference

api Namespace Reference

Functions

def test_instantiation
def test_toolchain_profile_c
def test_toolchain_profile_cpp
def test_toolchain_profile_asm

Detailed Description

Tests for the toolchain sub-system

Function Documentation

def api::test_instantiation (  )
Test that all exported toolchain may be instantiated

Definition at line 18 of file api.py.

def api::test_toolchain_profile_asm (   profile,
  source_file 
)
Test that the appropriate profile parameters are passed to the
Assembler

Definition at line 84 of file api.py.

def api::test_toolchain_profile_c (   profile,
  source_file 
)
Test that the appropriate profile parameters are passed to the
C compiler

Definition at line 34 of file api.py.

def api::test_toolchain_profile_cpp (   profile,
  source_file 
)
Test that the appropriate profile parameters are passed to the
C++ compiler

Definition at line 59 of file api.py.