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