Fork of my MQTTGateway

Dependencies:   mbed-http

Committer:
vpcola
Date:
Sat Apr 08 14:45:51 2017 +0000
Revision:
0:f1d3878b8dd9
Initial commit

Who changed what in which revision?

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