Anders Blomdell / mbed-sdk-tools
Embed: (wiki syntax)

« Back to documentation index

Sw4STM32 Class Reference

Sw4STM32 Class Reference

Inherits tools::export::gnuarmeclipse::GNUARMEclipse.

Public Member Functions

def get_fpu_hardware
def process_sw_options
def generate

Detailed Description

Sw4STM32 class

Definition at line 33 of file export/sw4stm32/__init__.py.


Member Function Documentation

def generate (   self )
Generate the .project and .cproject files.

Definition at line 420 of file export/sw4stm32/__init__.py.

def get_fpu_hardware (   self,
  fpu_unit 
)
Convert fpu unit name into hardware name.

Definition at line 308 of file export/sw4stm32/__init__.py.

def process_sw_options (   self,
  opts,
  flags_in 
)
Process System Workbench specific options.

System Workbench for STM32 has some compile options, which are not recognized by the GNUARMEclipse exporter.
Those are handled in this method.

Definition at line 322 of file export/sw4stm32/__init__.py.