2013-08-01から1ヶ月間の記事一覧

workspace_tools/export_example.py

# export_example.py 2013/8/11 """ mbed SDK Copyright (c) 2011-2013 ARM Limited Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the Li…

workspace_tools/private_settings.py

# private_settings.py from os.path import join ARM_PATH = "C:/Keil/ARM/ARMCC" ARM_BIN = join(ARM_PATH, "bin") ARM_INC = join(ARM_PATH, "include") ARM_LIB = join(ARM_PATH, "lib") ARM_CPPLIB = join(ARM_LIB, "cpplib")