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