Example

Dependencies:   FXAS21002 FXOS8700Q

Committer:
maygup01
Date:
Tue Nov 19 09:49:38 2019 +0000
Revision:
0:11cc2b7889af
Example

Who changed what in which revision?

UserRevisionLine numberNew contents of line
maygup01 0:11cc2b7889af 1 """
maygup01 0:11cc2b7889af 2 mbed SDK
maygup01 0:11cc2b7889af 3 Copyright (c) 2016 ARM Limited
maygup01 0:11cc2b7889af 4
maygup01 0:11cc2b7889af 5 Licensed under the Apache License, Version 2.0 (the "License");
maygup01 0:11cc2b7889af 6 you may not use this file except in compliance with the License.
maygup01 0:11cc2b7889af 7 You may obtain a copy of the License at
maygup01 0:11cc2b7889af 8
maygup01 0:11cc2b7889af 9 http://www.apache.org/licenses/LICENSE-2.0
maygup01 0:11cc2b7889af 10
maygup01 0:11cc2b7889af 11 Unless required by applicable law or agreed to in writing, software
maygup01 0:11cc2b7889af 12 distributed under the License is distributed on an "AS IS" BASIS,
maygup01 0:11cc2b7889af 13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
maygup01 0:11cc2b7889af 14 See the License for the specific language governing permissions and
maygup01 0:11cc2b7889af 15 limitations under the License.
maygup01 0:11cc2b7889af 16 """
maygup01 0:11cc2b7889af 17
maygup01 0:11cc2b7889af 18 from os.path import join, abspath, dirname
maygup01 0:11cc2b7889af 19
maygup01 0:11cc2b7889af 20 #ROOT = abspath(join(dirname(__file__), "."))
maygup01 0:11cc2b7889af 21
maygup01 0:11cc2b7889af 22 ##############################################################################
maygup01 0:11cc2b7889af 23 # Build System Settings
maygup01 0:11cc2b7889af 24 ##############################################################################
maygup01 0:11cc2b7889af 25 #BUILD_DIR = abspath(join(ROOT, "build"))
maygup01 0:11cc2b7889af 26
maygup01 0:11cc2b7889af 27 # ARM
maygup01 0:11cc2b7889af 28 #ARM_PATH = "C:/Program Files/ARM"
maygup01 0:11cc2b7889af 29
maygup01 0:11cc2b7889af 30 # GCC ARM
maygup01 0:11cc2b7889af 31 #GCC_ARM_PATH = ""
maygup01 0:11cc2b7889af 32
maygup01 0:11cc2b7889af 33 # IAR
maygup01 0:11cc2b7889af 34 #IAR_PATH = "C:/Program Files (x86)/IAR Systems/Embedded Workbench 7.0/arm"
maygup01 0:11cc2b7889af 35
maygup01 0:11cc2b7889af 36 # Goanna static analyser. Please overload it in private_settings.py
maygup01 0:11cc2b7889af 37 #GOANNA_PATH = "c:/Program Files (x86)/RedLizards/Goanna Central 3.2.3/bin"
maygup01 0:11cc2b7889af 38
maygup01 0:11cc2b7889af 39 #BUILD_OPTIONS = []
maygup01 0:11cc2b7889af 40
maygup01 0:11cc2b7889af 41 # mbed.org username
maygup01 0:11cc2b7889af 42 #MBED_ORG_USER = ""
maygup01 0:11cc2b7889af 43
maygup01 0:11cc2b7889af 44 # Print compiler warnings and errors as link format
maygup01 0:11cc2b7889af 45 #PRINT_COMPILER_OUTPUT_AS_LINK = False