Mbed OS and Pelion Device Management example for FRDM-K64F and FRDM-K66F boards

Dependencies:   FXAS21002 FXOS8700Q

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers mbed_settings.py Source File

mbed_settings.py

00001 """
00002 mbed SDK
00003 Copyright (c) 2016 ARM Limited
00004 
00005 Licensed under the Apache License, Version 2.0 (the "License");
00006 you may not use this file except in compliance with the License.
00007 You may obtain a copy of the License at
00008 
00009 http://www.apache.org/licenses/LICENSE-2.0
00010 
00011 Unless required by applicable law or agreed to in writing, software
00012 distributed under the License is distributed on an "AS IS" BASIS,
00013 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00014 See the License for the specific language governing permissions and
00015 limitations under the License.
00016 """
00017 
00018 from os.path import join, abspath, dirname
00019 
00020 #ROOT = abspath(join(dirname(__file__), "."))
00021 
00022 ##############################################################################
00023 # Build System Settings
00024 ##############################################################################
00025 #BUILD_DIR = abspath(join(ROOT, "build"))
00026 
00027 # ARM
00028 #ARM_PATH = "C:/Program Files/ARM"
00029 
00030 # GCC ARM
00031 #GCC_ARM_PATH = ""
00032 
00033 # IAR
00034 #IAR_PATH = "C:/Program Files (x86)/IAR Systems/Embedded Workbench 7.0/arm"
00035 
00036 # Goanna static analyser. Please overload it in private_settings.py
00037 #GOANNA_PATH = "c:/Program Files (x86)/RedLizards/Goanna Central 3.2.3/bin"
00038 
00039 #BUILD_OPTIONS = []
00040 
00041 # mbed.org username
00042 #MBED_ORG_USER = ""
00043 
00044 # Print compiler warnings and errors as link format
00045 #PRINT_COMPILER_OUTPUT_AS_LINK = False