Brian Daniels / mbed-tools

Fork of mbed-tools by Morpheus

Embed: (wiki syntax)

« Back to documentation index

sources::export Namespace Reference

sources::export Namespace Reference

Namespaces

namespace  atmelstudio
namespace  codered
namespace  coide
namespace  ds5_5
namespace  emblocks
namespace  exporters
namespace  gccarm
namespace  iar
namespace  kds
namespace  simplicityv3
namespace  sw4stm32
namespace  uvision4
namespace  zip

Functions

def copy_tree
 Generate project folders following the online conventions.
def setup_user_prj
def mcu_ide_matrix

Detailed Description

mbed SDK
Copyright (c) 2011-2013 ARM Limited

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Function Documentation

def sources::export::copy_tree (   src,
  dst,
  clean = True 
)

Generate project folders following the online conventions.

Definition at line 128 of file export/__init__.py.

def sources::export::mcu_ide_matrix (   verbose_html = False,
  platform_filter = None 
)
Shows target map using prettytable 

Definition at line 155 of file export/__init__.py.

def sources::export::setup_user_prj (   user_dir,
  prj_path,
  lib_paths = None 
)
Setup a project with the same directory structure of the mbed online IDE

Definition at line 138 of file export/__init__.py.