Test publishing

Committer:
karlo
Date:
Thu Jan 03 11:53:28 2019 +0100
Revision:
1:d7a2c59f768f
mbed stuff

Who changed what in which revision?

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