the other jimmy / mbed-sdk-tools

Fork of mbed-sdk-tools by mbed official

Embed: (wiki syntax)

« Back to documentation index

GccArm Class Reference

GccArm Class Reference

Inherits sources::export::makefile::Makefile.

Public Member Functions

def generate
def build

Detailed Description

GCC ARM specific makefile target

Definition at line 157 of file export/makefile/__init__.py.


Member Function Documentation

def build (   project_name,
  log_name = "build_log.txt",
  cleanup = True 
) [inherited]
Build Make project 

Definition at line 113 of file export/makefile/__init__.py.

def generate (   self ) [inherited]
Generate the makefile

Note: subclasses should not need to override this method

Definition at line 38 of file export/makefile/__init__.py.