Fork of my original MQTTGateway

Dependencies:   mbed-http

Committer:
vpcola
Date:
Sat Apr 08 14:43:14 2017 +0000
Revision:
0:a1734fe1ec4b
Initial commit

Who changed what in which revision?

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