Changes to enabled on-line compiler

Committer:
JMF
Date:
Wed May 30 20:59:51 2018 +0000
Revision:
0:082731ede69f
Initial commit

Who changed what in which revision?

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